mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-08 04:50:08 +03:00
e6d9bb0774
This allows the decoder to fail gracefully when reading a partial or malformed TBSCertificate. We also now ensure that the certificate data is valid before making a copy of it.
9 lines
189 B
CMake
9 lines
189 B
CMake
set(TEST_SOURCES
|
|
TestTLSCertificateParser.cpp
|
|
TestTLSHandshake.cpp
|
|
)
|
|
|
|
foreach(source IN LISTS TEST_SOURCES)
|
|
serenity_test("${source}" LibTLS LIBS LibTLS LibCrypto)
|
|
endforeach()
|