ladybird/Libraries/LibTLS
AnotherTest b028a123b8 LibTLS: "Properly" handle the server dropping the connection
Contrary to popular belief, not every implementation of TLS follows the
specs.
Some of them just drop the connection without sending a proper
close_notify, and we should handle that gracefully.
2020-05-03 19:08:40 +02:00
..
ClientHandshake.cpp LibTLS: Implement build_alert() 2020-05-02 12:24:10 +02:00
Exchange.cpp LibTLS: Split TLSv12 to sensible categorical files 2020-05-02 12:24:10 +02:00
Handshake.cpp LibTLS: Implement build_alert() 2020-05-02 12:24:10 +02:00
Makefile LibTLS: Split TLSv12 to sensible categorical files 2020-05-02 12:24:10 +02:00
Record.cpp LibTLS: Split TLSv12 to sensible categorical files 2020-05-02 12:24:10 +02:00
Socket.cpp LibTLS: "Properly" handle the server dropping the connection 2020-05-03 19:08:40 +02:00
TLSPacketBuilder.h LibTLS: Split TLSv12 to sensible categorical files 2020-05-02 12:24:10 +02:00
TLSv12.cpp LibTLS: Split TLSv12 to sensible categorical files 2020-05-02 12:24:10 +02:00
TLSv12.h LibTLS: Split TLSv12 to sensible categorical files 2020-05-02 12:24:10 +02:00