1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-13 00:11:00 +00:00
serenity/Libraries/LibTLS
Andreas Kling b9b7b2b28a LibCore: Make IODevice::read_line() return a String
Almost everyone using this API actually wanted String instead of a
ByteBuffer anyway, and there were a bunch of slightly different ways
clients would convert to String.

Let's just cut out all the confusion and make it return String. :^)
2020-12-13 11:54:11 +01:00
..
Certificate.h LibTLS: (Almost) verify certificate chain against root CA certificates 2020-10-30 23:42:03 +01:00
ClientHandshake.cpp LibTLS: (Almost) verify certificate chain against root CA certificates 2020-10-30 23:42:03 +01:00
CMakeLists.txt Build: Switch to CMake :^) 2020-05-14 20:15:18 +02:00
Exchange.cpp LibTLS: Add support for AEAD cipher suites 2020-11-14 10:18:54 +01:00
Handshake.cpp LibTLS: Add support for AEAD cipher suites 2020-11-14 10:18:54 +01:00
Record.cpp LibTLS: Count the mac size towards the packet length in CBC mode 2020-11-16 13:21:18 +01:00
Socket.cpp LibCore: Make IODevice::read_line() return a String 2020-12-13 11:54:11 +01:00
TLSPacketBuilder.h AK: Add Endian.h header to replace NetworkOrdered.h. 2020-08-25 16:22:14 +02:00
TLSv12.cpp LibTLS: (Almost) verify certificate chain against root CA certificates 2020-10-30 23:42:03 +01:00
TLSv12.h LibCore: Make IODevice::read_line() return a String 2020-12-13 11:54:11 +01:00