summaryrefslogtreecommitdiff
path: root/Libraries/LibTLS/TLSv12.h
AgeCommit message (Expand)Author
2020-08-23Meta: Fix wrong 'using namespace X' usagesBen Wiederhake
2020-08-11LibCrypto+LibTLS+Kernel: Switch the Cipher::Mode interface to use SpanAnotherTest
2020-08-02ProtocolServer+LibTLS: Pipe certificate requests from LibTLS to clientsAnotherTest
2020-05-30LibTLS: Avoid busy-wait between ClientHello and ServerHelloAnotherTest
2020-05-26LibTLS: Put lots of debug spam behind TLS_DEBUGAndreas Kling
2020-05-21LibTLS: Do not call on_tls_finished until the client has read app dataAnotherTest
2020-05-19LibTLS: Only try to flush data when neededAnotherTest
2020-05-18LibCore+LibTLS: Don't keep a "ready to write" notifier on all SocketsAndreas Kling
2020-05-07LibTLS: Verify server certificate expiry dateAnotherTest
2020-05-05LibTLS: Try to disambiguate errors in case of failureAnotherTest
2020-05-02LibTLS: Split TLSv12 to sensible categorical filesAnotherTest
2020-05-02LibTLS: Switch to Hash::Manager for hashing and add SHA1AnotherTest
2020-05-02LibCrypto+LibTLS: Generalise the use of IV lengthAnotherTest
2020-05-02LibTLS: Make enough stuff work to have a demo runAnotherTest