summaryrefslogtreecommitdiff
path: root/src/lib/libssl/ssl_tlsext.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make the message type available to the extension functionstb2020-07-031-82/+92
* Improve argument order for the internal tlsext APItb2020-07-031-5/+5
* Enforce that SNI hostnames be correct as per rfc 6066 and 5980.beck2020-05-231-1/+2
* Correct value for SSL_TLSEXT_MSG_HRR.jsing2020-01-251-2/+2
* Add tls_extension_seen(), a utility to know if a particular extensionbeck2019-01-281-1/+2
* Add server side of versions, keyshare, and client and server of cookiebeck2019-01-241-1/+9
* revert previous, accidentally contained another diff in additionbeck2019-01-231-9/+1
* Modify sigalgs extension processing for TLS 1.3.beck2019-01-231-1/+9
* copyrightbeck2019-01-181-1/+2
* Add client side of supported versions and keyshare extensions with basic regressbeck2019-01-181-1/+15
* Rename TLS extension handling to use less "hello".jsing2019-01-181-66/+75
* Add header guards and hidden declarations.jsing2018-11-091-1/+10
* Rename the TLS Supported Elliptic Curves extension to Supported Groups.jsing2018-11-051-7/+7
* Complete the TLS extension rewrite on the client-side.jsing2018-02-081-3/+2
* Complete the TLS extension handling rewrite for the server-side.jsing2018-01-271-3/+2
* Rewrite SRTP extension using CBB/CBS and the new extension framework.doug2017-08-271-1/+10
* Rewrite ALPN extension using CBB/CBS and the new extension framework.doug2017-08-261-1/+8
* Rewrite the TLS status request extension to use the new TLS extension framework.beck2017-08-121-1/+8
* Convert TLS signature algorithms extension handling to the new framework.jsing2017-08-121-1/+8
* Rewrite session ticket TLS extension handling using CBB/CBS and the newdoug2017-08-121-1/+7
* Rewrite EllipticCurves TLS extension handling using CBB/CBS and the newdoug2017-08-111-1/+9
* Add doug@'s copyright since he just added code to these two files.jsing2017-08-111-1/+2
* Rewrite the ECPointFormats TLS extension handling using CBB/CBS and thedoug2017-08-111-1/+8
* Rewrite the TLS Renegotiation Indication extension handling using CBB/CBSjsing2017-07-241-1/+8
* Start rewriting TLS extension handling.jsing2017-07-161-0/+31