summaryrefslogtreecommitdiff
path: root/Libraries/LibTLS/Socket.cpp
AgeCommit message (Expand)Author
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-03LibTLS: "Properly" handle the server dropping the connectionAnotherTest
2020-05-02LibTLS: Split TLSv12 to sensible categorical filesAnotherTest