summaryrefslogtreecommitdiff
path: root/src/lib/libssl/tls13_legacy.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Provide an alert sent record layer callback.jsing2020-05-111-3/+3
* Honour SSL_VERIFY_FAIL_IF_NO_PEER_CERT in the TLSv1.3 server.jsing2020-05-101-1/+4
* Provide alert defines for TLSv1.3 and use in the TLSv1.3 code.jsing2020-05-101-2/+2
* Move legacy stack interfacing functions into tls13_legacy.c.jsing2020-04-281-1/+190
* Remove the enc function pointers.jsing2020-03-101-2/+1
* Move the TLSv1.3 code that interfaces with the legacy APIs/stack into ajsing2020-02-151-0/+327