mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
This commit replaces all TLS connection code with wolfssl. The certificate parsing code has to remain for now, as wolfssl does not seem to have any exposed API for that.
8 lines
164 B
CMake
8 lines
164 B
CMake
set(TEST_SOURCES
|
|
TestTLSCertificateParser.cpp
|
|
)
|
|
|
|
foreach(source IN LISTS TEST_SOURCES)
|
|
serenity_test("${source}" LibTLS LIBS LibTLS LibCrypto)
|
|
endforeach()
|