ladybird/Libraries/LibTLS
AnotherTest dbfce38c90 LibTLS: Read subjectAltName from certificates and use it
As quite a few certificates use this extension, reading and using it to
find matching certificates is fairly useful :^)
2020-12-13 20:24:58 +01:00
..
Certificate.h LibTLS: Read subjectAltName from certificates and use it 2020-12-13 20:24:58 +01:00
ClientHandshake.cpp LibTLS: (Almost) verify certificate chain against root CA certificates 2020-10-30 23:42:03 +01:00
CMakeLists.txt Build: Switch to CMake :^) 2020-05-14 20:15:18 +02:00
Exchange.cpp LibTLS: Add support for AEAD cipher suites 2020-11-14 10:18:54 +01:00
Handshake.cpp LibTLS: Add support for AEAD cipher suites 2020-11-14 10:18:54 +01:00
Record.cpp LibTLS: Count the mac size towards the packet length in CBC mode 2020-11-16 13:21:18 +01:00
Socket.cpp LibTLS: TLSv12::read_line() should chomp result string 2020-12-13 18:19:32 +01:00
TLSPacketBuilder.h AK: Add Endian.h header to replace NetworkOrdered.h. 2020-08-25 16:22:14 +02:00
TLSv12.cpp LibTLS: Read subjectAltName from certificates and use it 2020-12-13 20:24:58 +01:00
TLSv12.h LibCore: Make IODevice::read_line() return a String 2020-12-13 11:54:11 +01:00