mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 05:54:58 +00:00

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.
8 lines
189 B
CMake
8 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()
|