ladybird/Userland/Libraries/LibTLS
Ali Mohammad Pur c3167afa3a LibTLS: Notify the client for app data as soon as some data is available
Previously we were waiting until the socket was no longer immediately
readable to notify the client, resulting in large buffers and longer
latency.
2024-01-03 14:59:59 +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 LibTLS: Implement the extended_master_secret TLS extension 2023-11-27 09:37:25 +03:30
HandshakeCertificate.cpp
HandshakeClient.cpp LibTLS: Implement the extended_master_secret TLS extension 2023-11-27 09:37:25 +03:30
HandshakeServer.cpp Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
Record.cpp LibTLS: Notify the client for app data as soon as some data is available 2024-01-03 14:59:59 +01:00
Socket.cpp LibTLS: Add segmentation to the application buffer to avoid memcpy churn 2024-01-03 14:59:59 +01:00
TLSPacketBuilder.h
TLSv12.cpp Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
TLSv12.h LibTLS: Add segmentation to the application buffer to avoid memcpy churn 2024-01-03 14:59:59 +01:00