ladybird/Userland/Libraries/LibTLS
Ali Mohammad Pur df515e1d85 LibCrypto+LibTLS: Avoid unaligned reads and writes
This adds an `AK::ByteReader` to help with that so we don't duplicate
the logic all over the place.
No more `*(const u16*)` and `*(const u32*)` for anyone.
This should help a little with #7060.
2021-05-14 08:39:29 +01:00
..
Certificate.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
ClientHandshake.cpp LibCrypto+LibTLS: Avoid unaligned reads and writes 2021-05-14 08:39:29 +01: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 LibCrypto+LibTLS: Avoid unaligned reads and writes 2021-05-14 08:39:29 +01: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