index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
/
LibTLS
/
Record.cpp
Age
Commit message (
Expand
)
Author
2020-11-16
LibTLS: Count the mac size towards the packet length in CBC mode
AnotherTest
2020-11-14
LibTLS: Add support for AEAD cipher suites
AnotherTest
2020-10-26
LibTLS: Treat a close_notify before agreeing on a cipher suite as a handshake...
Luke
2020-08-25
AK: Add Endian.h header to replace NetworkOrdered.h.
asynts
2020-08-24
LibTLS: Fix some debug logging
AnotherTest
2020-08-24
LibTLS: Do not process_message() the finished message twice
AnotherTest
2020-08-15
AK: Rename span() to bytes() when appropriate.
asynts
2020-08-12
LibTLS: Re-silence a debug log
Ali Mohammad Pur
2020-08-11
LibTLS: Avoid extra initialisation of buffers that are initialised
AnotherTest
2020-08-11
LibCrypto+LibTLS+Kernel: Switch the Cipher::Mode interface to use Span
AnotherTest
2020-08-06
Refactor: Expose const_cast by removing ByteBuffer::warp(const void*, size_t)
asynts
2020-08-05
LibTLS + LibCrypto: Suppress unobserved Optoinal<T> return values.
Brian Gianforcaro
2020-06-04
LibTLS: Simplify record padding logic and ASSERT more assumptions
AnotherTest
2020-06-01
LibTLS: Put a little more debug spam behind TLS_DEBUG
Andreas Kling
2020-05-30
LibTLS: Avoid busy-wait between ClientHello and ServerHello
AnotherTest
2020-05-26
LibTLS: Put lots of debug spam behind TLS_DEBUG
Andreas Kling
2020-05-20
LibTLS: Flush some packets as soon as more packets are written
AnotherTest
2020-05-19
LibTLS: Only try to flush data when needed
AnotherTest
2020-05-05
LibTLS: Try to disambiguate errors in case of failure
AnotherTest
2020-05-02
LibTLS: Split TLSv12 to sensible categorical files
AnotherTest