ladybird/Libraries/LibTLS
Ali Mohammad Pur b374322e38 LibTLS: Make TLSv12::can_read_without_blocking() respect the timeout arg
Previously this function's return value was not reliable, as available
data on the underlying socket did not necessarily translate to available
application data on the TLS socket.
2025-06-11 18:16:29 +02:00
..
CMakeLists.txt LibTLS+Tests: Build LibTLS tests from their test directory 2025-05-19 18:37:15 -04:00
OpenSSLForward.h LibTLS: Replace TLSv12 implementation with OpenSSL 2025-02-17 19:52:43 +01:00
TLSv12.cpp LibTLS: Make TLSv12::can_read_without_blocking() respect the timeout arg 2025-06-11 18:16:29 +02:00
TLSv12.h LibTLS: Make TLSv12::can_read_without_blocking() respect the timeout arg 2025-06-11 18:16:29 +02:00