ladybird/Userland/Libraries/LibTLS
Ali Mohammad Pur 32e6fd9715 LibTLS: Do not defer flushing alert packets
There's a good chance the TLS socket instance will be deleted before the
deferred invocation fires, and there's no real reason to defer flushes
of alerts anyway as they are usually sent on errors.
Fixes #21800.
2023-11-10 09:02:58 +01:00
..
Certificate.cpp LibTLS: Don't attempt to read past EOF when parsing TBSCertificate 2023-10-11 07:08:22 +02:00
Certificate.h LibTLS: Allow applications to provide a custom default CA Cert path 2023-08-02 05:44:43 +02:00
CipherSuite.h
CMakeLists.txt
Extensions.h
Handshake.cpp AK+Everywhere: Remove the null state of DeprecatedString 2023-10-13 18:33:21 +03:30
HandshakeCertificate.cpp
HandshakeClient.cpp LibTLS: Add ECDSA support with the secp256r1 curve 2023-10-30 10:17:39 -06:00
HandshakeServer.cpp LibTLS: Add certificate verification for ECDSA with SECP256r1 curves 2023-10-30 10:17:39 -06:00
Record.cpp LibTLS: Do not defer flushing alert packets 2023-11-10 09:02:58 +01:00
Socket.cpp LibTLS: Retry sending in TLSv12::flush() on EAGAIN or EINTR 2023-10-31 00:36:51 +03:30
TLSPacketBuilder.h
TLSv12.cpp LibTLS: Add certificate verification for ECDSA with SECP256r1 curves 2023-10-30 10:17:39 -06:00
TLSv12.h LibTLS: Do not defer flushing alert packets 2023-11-10 09:02:58 +01:00