summaryrefslogtreecommitdiff
path: root/Libraries/LibTLS
AgeCommit message (Expand)Author
2020-05-21LibTLS: Do not call on_tls_finished until the client has read app dataAnotherTest
2020-05-20LibTLS: Flush some packets as soon as more packets are writtenAnotherTest
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-14Build: Switch to CMake :^)Sergey Bugaev
2020-05-07LibTLS: Verify server certificate expiry dateAnotherTest
2020-05-05LibTLS: Try to disambiguate errors in case of failureAnotherTest
2020-05-03LibTLS: Put some debug spam behind an #ifdefAndreas Kling
2020-05-03LibTLS: "Properly" handle the server dropping the connectionAnotherTest
2020-05-02LibTLS: Implement build_alert()AnotherTest
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