1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-21 12:55:07 +00:00
serenity/Libraries/LibTLS
AnotherTest d54d2892a9 LibTLS: Avoid busy-wait between ClientHello and ServerHello
This commit also adds a timeout timer to cancel the connection if the
server does not respond to the hello request in 10 seconds.
2020-05-30 18:26:13 +02:00
..
ClientHandshake.cpp LibTLS: Avoid busy-wait between ClientHello and ServerHello 2020-05-30 18:26:13 +02:00
CMakeLists.txt Build: Switch to CMake :^) 2020-05-14 20:15:18 +02:00
Exchange.cpp LibTLS: Split TLSv12 to sensible categorical files 2020-05-02 12:24:10 +02:00
Handshake.cpp LibTLS: Avoid busy-wait between ClientHello and ServerHello 2020-05-30 18:26:13 +02:00
Record.cpp LibTLS: Avoid busy-wait between ClientHello and ServerHello 2020-05-30 18:26:13 +02:00
Socket.cpp LibTLS: Avoid busy-wait between ClientHello and ServerHello 2020-05-30 18:26:13 +02:00
TLSPacketBuilder.h LibTLS: Split TLSv12 to sensible categorical files 2020-05-02 12:24:10 +02:00
TLSv12.cpp Lagom: Adjust AK, LibCore and LibTLS to build on MacOS 2020-05-30 00:36:13 +02:00
TLSv12.h LibTLS: Avoid busy-wait between ClientHello and ServerHello 2020-05-30 18:26:13 +02:00