serenity/Libraries/LibTLS
asynts fff581cd72 AK: Rename span() to bytes() when appropriate.
I originally defined the bytes() method for the String class, because it
made it obvious that it's a span of bytes instead of span of characters.

This commit makes this more consistent by defining a bytes() method when
the type of the span is known to be u8.

Additionaly, the cast operator to Bytes is overloaded for ByteBuffer and
such.
2020-08-15 21:21:18 +02:00
..
ClientHandshake.cpp LibTLS: Add (basic) support for sending client certificates 2020-08-02 18:57:51 +02:00
CMakeLists.txt Build: Switch to CMake :^) 2020-05-14 20:15:18 +02:00
Exchange.cpp LibTLS: Add (basic) support for sending client certificates 2020-08-02 18:57:51 +02:00
Handshake.cpp Refactor: Expose const_cast by removing ByteBuffer::warp(const void*, size_t) 2020-08-06 10:33:16 +02:00
Record.cpp AK: Rename span() to bytes() when appropriate. 2020-08-15 21:21:18 +02:00
Socket.cpp LibTLS: Reschedule the timeout if we're too slow 2020-07-21 13:01:35 +02:00
TLSPacketBuilder.h LibTLS: Split TLSv12 to sensible categorical files 2020-05-02 12:24:10 +02:00
TLSv12.cpp AK: Rename span() to bytes() when appropriate. 2020-08-15 21:21:18 +02:00
TLSv12.h LibCrypto+LibTLS+Kernel: Switch the Cipher::Mode interface to use Span 2020-08-11 21:37:10 +02:00