1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 13:38:11 +00:00
serenity/Userland/Libraries/LibTLS
Tim Schumacher 5061a905ff LibCore: Remove Stream::is_{readable,writable}
Next to functions like `is_eof` these were really confusing to use, and
the `read`/`write` functions should fail anyways if a stream is not
readable/writable.
2022-12-12 14:16:42 +01:00
..
Certificate.cpp Everywhere: Rename to_{string => deprecated_string}() where applicable 2022-12-06 08:54:33 +01:00
Certificate.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
CipherSuite.h LibCrypto+LibTLS: Generalize the elliptic curve interface 2022-03-20 00:51:50 +03:30
CMakeLists.txt Everywhere: Mark dependencies of most targets as PRIVATE 2022-11-01 14:49:09 +00:00
Handshake.cpp LibTLS: Verify the certificate chain sent by the server 2022-04-17 10:10:19 +04:30
HandshakeCertificate.cpp Everywhere: Remove a bunch of dead write-only variables 2022-09-16 05:39:28 +00:00
HandshakeClient.cpp Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
HandshakeServer.cpp AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
Record.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Socket.cpp AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
TLSPacketBuilder.h AK/ByteBuffer+Everywhere: Handle errors in ByteBuffer::slice() 2022-06-13 15:38:51 +01:00
TLSv12.cpp Everywhere: Rename to_{string => deprecated_string}() where applicable 2022-12-06 08:54:33 +01:00
TLSv12.h LibCore: Remove Stream::is_{readable,writable} 2022-12-12 14:16:42 +01:00