ladybird/Libraries/LibTLS
AnotherTest de4061ff94 LibTLS: Count the mac size towards the packet length in CBC mode
This is a regression introduced in 1172746, where the padding would be
done without accounting for the added MAC bytes.
Fixes #4098.
2020-11-16 13:21:18 +01:00
..
Certificate.h LibTLS: (Almost) verify certificate chain against root CA certificates 2020-10-30 23:42:03 +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 Everywhere: Fix typos 2020-10-02 16:03:17 +02:00
TLSPacketBuilder.h AK: Add Endian.h header to replace NetworkOrdered.h. 2020-08-25 16:22:14 +02:00
TLSv12.cpp LibTLS: (Almost) verify certificate chain against root CA certificates 2020-10-30 23:42:03 +01:00
TLSv12.h LibTLS: Add support for AEAD cipher suites 2020-11-14 10:18:54 +01:00