summaryrefslogtreecommitdiff
path: root/src/lib/libssl/tls13_legacy.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* This is errata/6.8/013_libressl.patch.siglibressl-v3.2.4tb2021-02-031-5/+1
* Improve handling of BIO_read()/BIO_write() failures in the TLSv1.3 stack.jsing2020-09-131-1/+9
* Have ssl_init_wbio_buffer() push the buffering BIO rather than doing itjsing2020-07-301-5/+2
* Handle SSL_MODE_AUTO_RETRY being changed during a TLSv1.3 session.jsing2020-07-251-1/+4
* Dedup the use legacy stack code.jsing2020-07-141-56/+25
* Make tls13_legacy_shutdown() match ssl3_shutdown() semantics.jsing2020-06-241-21/+22
* Wire up the servername callback in the TLSv1.3 server.jsing2020-05-291-1/+27
* Add TLS13_ERR_NO_CERTIFICATE.jsing2020-05-161-1/+4
* 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