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
/
TLSv12.h
Age
Commit message (
Expand
)
Author
2020-08-23
Meta: Fix wrong 'using namespace X' usages
Ben Wiederhake
2020-08-11
LibCrypto+LibTLS+Kernel: Switch the Cipher::Mode interface to use Span
AnotherTest
2020-08-02
ProtocolServer+LibTLS: Pipe certificate requests from LibTLS to clients
AnotherTest
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-21
LibTLS: Do not call on_tls_finished until the client has read app data
AnotherTest
2020-05-19
LibTLS: Only try to flush data when needed
AnotherTest
2020-05-18
LibCore+LibTLS: Don't keep a "ready to write" notifier on all Sockets
Andreas Kling
2020-05-07
LibTLS: Verify server certificate expiry date
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
2020-05-02
LibTLS: Switch to Hash::Manager for hashing and add SHA1
AnotherTest
2020-05-02
LibCrypto+LibTLS: Generalise the use of IV length
AnotherTest
2020-05-02
LibTLS: Make enough stuff work to have a demo run
AnotherTest