ladybird/Libraries/LibTLS
Andreas Kling b30acdb4b7 LibTLS+Userland: Remove all uses of ByteBuffer::slice_view()
This was another way to get a non-owning ByteBuffer wrapper.
2020-12-19 18:29:13 +01:00
..
Certificate.h LibTLS: Read subjectAltName from certificates and use it 2020-12-13 20:24:58 +01:00
ClientHandshake.cpp LibTLS+LibCrypto: Remove all remaining uses of ByteBuffer::wrap() 2020-12-19 18:29:13 +01:00
CMakeLists.txt Build: Switch to CMake :^) 2020-05-14 20:15:18 +02:00
Exchange.cpp LibTLS: Even more ByteBuffer -> Span conversion 2020-12-19 18:29:13 +01:00
Handshake.cpp LibTLS+LibCrypto: Remove all remaining uses of ByteBuffer::wrap() 2020-12-19 18:29:13 +01:00
Record.cpp LibTLS+Userland: Remove all uses of ByteBuffer::slice_view() 2020-12-19 18:29:13 +01:00
Socket.cpp LibTLS+LibCrypto: Replace a whole bunch of ByteBuffers with Spans 2020-12-19 18:29:13 +01:00
TLSPacketBuilder.h LibTLS+LibCrypto: Replace a whole bunch of ByteBuffers with Spans 2020-12-19 18:29:13 +01:00
TLSv12.cpp LibTLS+Userland: Remove all uses of ByteBuffer::slice_view() 2020-12-19 18:29:13 +01:00
TLSv12.h LibTLS+LibCrypto: More ByteBuffer -> Span conversion 2020-12-19 18:29:13 +01:00