summaryrefslogtreecommitdiff
path: root/Libraries/LibTLS/Exchange.cpp
AgeCommit message (Collapse)Author
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
This commit splits the TLSv12 file into multiple files, and also removes some magic values, to make the code less horrible. :^)