summaryrefslogtreecommitdiff
path: root/Libraries/LibTLS/Exchange.cpp
AgeCommit message (Expand)Author
2020-12-19LibTLS: Even more ByteBuffer -> Span conversionAndreas Kling
2020-12-19LibTLS+LibCrypto: More ByteBuffer -> Span conversionAndreas Kling
2020-12-19LibTLS+LibCrypto: Replace a whole bunch of ByteBuffers with SpansAndreas Kling
2020-11-14LibTLS: Add support for AEAD cipher suitesAnotherTest
2020-08-25Misc: Remove some unneeded includes of Timer.h and ElapsedTimer.h (#3286)Nico Weber
2020-08-02LibTLS: Add (basic) support for sending client certificatesAnotherTest
2020-05-02LibTLS: Split TLSv12 to sensible categorical filesAnotherTest