ladybird/Userland/Libraries/LibTLS
Gunnar Beutner 53d0150827 AK+Userland: Remove nullability feature for the ByteBuffer type
Nobody seems to use this particular feature, in fact there were some
bugs which were uncovered by removing operator bool.
2021-05-16 17:49:42 +02:00
..
Certificate.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
ClientHandshake.cpp AK+Userland: Remove nullability feature for the ByteBuffer type 2021-05-16 17:49:42 +02:00
CMakeLists.txt LibTLS: Enable -Wvla for LibTLS 2021-05-13 17:53:32 +02:00
Exchange.cpp LibTLS: Remove all uses of VLAs 2021-05-13 17:53:32 +02:00
Handshake.cpp LibTLS: Remove all uses of VLAs 2021-05-13 17:53:32 +02:00
Record.cpp AK+Userland: Fix some compiler warnings and make variables const-ref 2021-05-16 17:49:42 +02:00
Socket.cpp Everywhere: Turn #if *_DEBUG into dbgln_if/if constexpr 2021-05-01 21:25:06 +02:00
TLSPacketBuilder.h LibCrypto+LibTLS: Avoid unaligned reads and writes 2021-05-14 08:39:29 +01:00
TLSv12.cpp LibCrypto+LibTLS: Avoid unaligned reads and writes 2021-05-14 08:39:29 +01:00
TLSv12.h LibTLS: Always send the signature_algorithms extension 2021-05-12 08:35:02 +01:00