summaryrefslogtreecommitdiff
path: root/Libraries/LibTLS/TLSv12.cpp
AgeCommit message (Expand)Author
2020-08-25AK: Add Endian.h header to replace NetworkOrdered.h.asynts
2020-08-23Meta: Fix wrong 'using namespace X' usagesBen Wiederhake
2020-08-15AK: Rename span() to bytes() when appropriate.asynts
2020-08-06Refactor: Expose const_cast by removing ByteBuffer::warp(const void*, size_t)asynts
2020-08-02ProtocolServer+LibTLS: Pipe certificate requests from LibTLS to clientsAnotherTest
2020-05-30Lagom: Adjust AK, LibCore and LibTLS to build on MacOSMarcin Gasperowicz
2020-05-27LibTLS: Add more TLS 1.2 error descriptionsLuke
2020-05-26LibTLS: Put lots of debug spam behind TLS_DEBUGAndreas Kling
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-03LibTLS: Put some debug spam behind an #ifdefAndreas Kling
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