ladybird/Libraries/LibTLS
asynts b3d1a05261 Refactor: Expose const_cast by removing ByteBuffer::warp(const void*, size_t)
This function did a const_cast internally which made the call side look
"safe". This method is removed completely and call sites are replaced
with ByteBuffer::wrap(const_cast<void*>(data), size) which makes the
behaviour obvious.
2020-08-06 10:33:16 +02:00
..
ClientHandshake.cpp LibTLS: Add (basic) support for sending client certificates 2020-08-02 18:57:51 +02:00
CMakeLists.txt
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 Refactor: Expose const_cast by removing ByteBuffer::warp(const void*, size_t) 2020-08-06 10:33:16 +02:00
Socket.cpp LibTLS: Reschedule the timeout if we're too slow 2020-07-21 13:01:35 +02:00
TLSPacketBuilder.h
TLSv12.cpp Refactor: Expose const_cast by removing ByteBuffer::warp(const void*, size_t) 2020-08-06 10:33:16 +02:00
TLSv12.h ProtocolServer+LibTLS: Pipe certificate requests from LibTLS to clients 2020-08-02 18:57:51 +02:00