summaryrefslogtreecommitdiff
path: root/Libraries/LibTLS/Record.cpp
AgeCommit message (Expand)Author
2020-11-16LibTLS: Count the mac size towards the packet length in CBC modeAnotherTest
2020-11-14LibTLS: Add support for AEAD cipher suitesAnotherTest
2020-10-26LibTLS: Treat a close_notify before agreeing on a cipher suite as a handshake...Luke
2020-08-25AK: Add Endian.h header to replace NetworkOrdered.h.asynts
2020-08-24LibTLS: Fix some debug loggingAnotherTest
2020-08-24LibTLS: Do not process_message() the finished message twiceAnotherTest
2020-08-15AK: Rename span() to bytes() when appropriate.asynts
2020-08-12LibTLS: Re-silence a debug log Ali Mohammad Pur
2020-08-11LibTLS: Avoid extra initialisation of buffers that are initialisedAnotherTest
2020-08-11LibCrypto+LibTLS+Kernel: Switch the Cipher::Mode interface to use SpanAnotherTest
2020-08-06Refactor: Expose const_cast by removing ByteBuffer::warp(const void*, size_t)asynts
2020-08-05LibTLS + LibCrypto: Suppress unobserved Optoinal<T> return values.Brian Gianforcaro
2020-06-04LibTLS: Simplify record padding logic and ASSERT more assumptionsAnotherTest
2020-06-01LibTLS: Put a little more debug spam behind TLS_DEBUGAndreas Kling
2020-05-30LibTLS: Avoid busy-wait between ClientHello and ServerHelloAnotherTest
2020-05-26LibTLS: Put lots of debug spam behind TLS_DEBUGAndreas Kling
2020-05-20LibTLS: Flush some packets as soon as more packets are writtenAnotherTest
2020-05-19LibTLS: Only try to flush data when neededAnotherTest
2020-05-05LibTLS: Try to disambiguate errors in case of failureAnotherTest
2020-05-02LibTLS: Split TLSv12 to sensible categorical filesAnotherTest