summaryrefslogtreecommitdiff
path: root/Libraries/LibTLS/ClientHandshake.cpp
AgeCommit message (Expand)Author
2020-12-19LibTLS+LibCrypto: Remove all remaining uses of ByteBuffer::wrap()Andreas Kling
2020-12-19LibTLS: Even more ByteBuffer -> Span conversionAndreas Kling
2020-12-19LibTLS+LibCrypto: Replace a whole bunch of ByteBuffers with SpansAndreas Kling
2020-10-30LibTLS: (Almost) verify certificate chain against root CA certificatesAnotherTest
2020-08-25AK: Add Endian.h header to replace NetworkOrdered.h.asynts
2020-08-24LibTLS: Do not process_message() the finished message twiceAnotherTest
2020-08-02LibTLS: Add (basic) support for sending client certificatesAnotherTest
2020-05-30LibTLS: Avoid busy-wait between ClientHello and ServerHelloAnotherTest
2020-05-27LibCrypto+LibTLS: Use AK/Random.hAndreas Kling
2020-05-26LibTLS: Put lots of debug spam behind TLS_DEBUGAndreas Kling
2020-05-07LibTLS: Verify server certificate expiry dateAnotherTest
2020-05-02LibTLS: Implement build_alert()AnotherTest
2020-05-02LibTLS: Split TLSv12 to sensible categorical filesAnotherTest