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
/
ClientHandshake.cpp
Age
Commit message (
Expand
)
Author
2020-12-19
LibTLS+LibCrypto: Remove all remaining uses of ByteBuffer::wrap()
Andreas Kling
2020-12-19
LibTLS: Even more ByteBuffer -> Span conversion
Andreas Kling
2020-12-19
LibTLS+LibCrypto: Replace a whole bunch of ByteBuffers with Spans
Andreas Kling
2020-10-30
LibTLS: (Almost) verify certificate chain against root CA certificates
AnotherTest
2020-08-25
AK: Add Endian.h header to replace NetworkOrdered.h.
asynts
2020-08-24
LibTLS: Do not process_message() the finished message twice
AnotherTest
2020-08-02
LibTLS: Add (basic) support for sending client certificates
AnotherTest
2020-05-30
LibTLS: Avoid busy-wait between ClientHello and ServerHello
AnotherTest
2020-05-27
LibCrypto+LibTLS: Use AK/Random.h
Andreas Kling
2020-05-26
LibTLS: Put lots of debug spam behind TLS_DEBUG
Andreas Kling
2020-05-07
LibTLS: Verify server certificate expiry date
AnotherTest
2020-05-02
LibTLS: Implement build_alert()
AnotherTest
2020-05-02
LibTLS: Split TLSv12 to sensible categorical files
AnotherTest