ladybird/Userland/Libraries/LibTLS
Ali Mohammad Pur 524381aa78 LibTLS: Mark the socket as idle after a TLS-level disconnection
This fixes a bunch of RequestServer spins.
2022-01-08 13:41:31 +03:30
..
Certificate.cpp Everywhere: Fix many spelling errors 2022-01-07 10:56:59 +01:00
Certificate.h Everywhere: Replace AK::Singleton => Singleton 2021-08-08 00:03:45 +02:00
CipherSuite.h LibTLS: Add missing headers to CipherSuite.h 2021-10-06 23:52:40 +01:00
CMakeLists.txt LibTLS: Rework method names and arrangement in cpp files 2021-05-19 09:18:45 +02:00
Handshake.cpp Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe 2021-09-06 01:53:26 +02:00
HandshakeCertificate.cpp LibTLS: Rework method names and arrangement in cpp files 2021-05-19 09:18:45 +02:00
HandshakeClient.cpp Everywhere: Pass AK::StringView by value 2021-11-11 01:27:46 +01:00
HandshakeServer.cpp Libraries: Fix typos 2021-10-01 01:06:40 +01:00
Record.cpp Everywhere: Fix many spelling errors 2022-01-07 10:56:59 +01:00
Socket.cpp LibTLS: Mark the socket as idle after a TLS-level disconnection 2022-01-08 13:41:31 +03:30
TLSPacketBuilder.h Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe 2021-09-06 01:53:26 +02:00
TLSv12.cpp Everywhere: Fix many spelling errors 2022-01-07 10:56:59 +01:00
TLSv12.h Everywhere: Fix many spelling errors 2022-01-07 10:56:59 +01:00