ladybird/Libraries/LibTLS
Luke 63a94deb43 LibTLS: Treat a close_notify before agreeing on a cipher suite as a handshake failure
Some TLS implementations (namely, AWS CloudFront) do this instead of
sending handshake_failure for some reason.
2020-10-26 08:59:57 +01:00
..
ClientHandshake.cpp AK: Add Endian.h header to replace NetworkOrdered.h. 2020-08-25 16:22:14 +02:00
CMakeLists.txt Build: Switch to CMake :^) 2020-05-14 20:15:18 +02:00
Exchange.cpp Misc: Remove some unneeded includes of Timer.h and ElapsedTimer.h (#3286) 2020-08-25 09:41:56 +02:00
Handshake.cpp Misc: Remove some unneeded includes of Timer.h and ElapsedTimer.h (#3286) 2020-08-25 09:41:56 +02:00
Record.cpp LibTLS: Treat a close_notify before agreeing on a cipher suite as a handshake failure 2020-10-26 08:59:57 +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 AK: Add Endian.h header to replace NetworkOrdered.h. 2020-08-25 16:22:14 +02:00
TLSv12.h Meta: Fix wrong 'using namespace X' usages 2020-08-23 00:53:16 +02:00