1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-12 10:40:39 +09:00
ladybird/Libraries/LibTLS
devgianlu 57ecd72256 LibCrypto: Return PEM type when decoding and sanity check footer
Improve PEM decoding by parsing the header and returning it along the
data. Also verify if the header is equal to the footer.
2024-11-30 11:17:44 +01:00
..
CipherSuite.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
CMakeLists.txt LibTLS+LibWeb+LibCrypto: Move Certificate to LibCrypto 2024-11-25 13:38:38 +01:00
Extensions.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
Handshake.cpp Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
HandshakeCertificate.cpp Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
HandshakeClient.cpp Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
HandshakeServer.cpp LibTLS+LibWeb: Decouple EC parameters from TLS::SupportedGroup 2024-11-25 13:38:38 +01:00
Record.cpp LibCrypto: Clean up #include directives 2024-11-21 14:08:33 +01:00
Socket.cpp LibTLS: Change connection state to disconnected after server CloseNotify 2024-11-24 22:33:58 +01:00
TLSPacketBuilder.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
TLSv12.cpp LibCrypto: Return PEM type when decoding and sanity check footer 2024-11-30 11:17:44 +01:00
TLSv12.h LibTLS+LibWeb+LibCrypto: Move Certificate to LibCrypto 2024-11-25 13:38:38 +01:00