summaryrefslogtreecommitdiff
path: root/lib/libssl/ssl_tlsext.h
AgeCommit message (Expand)Author
2024-03-26Add an indicator that an extension has been processed.Bob Beck
2023-04-23Randomize the order of TLS extensionsTheo Buehler
2022-08-04Make tlsext_*_{build,needs,parse}() functions staticTheo Buehler
2022-07-20Factor out ALPN extension format checkTheo Buehler
2022-06-29Add support for sending QUIC transport parametersBob Beck
2022-06-03Add stubbed out handlers for the pre_shared_key extensionTheo Buehler
2022-06-03Implement handlers for the psk_key_exchange_modes extensions.Theo Buehler
2021-11-01Improve SNI hostname validation.Joel Sing
2020-10-11Constipate ssl3_ciphers and tls1[23]_sigalgs*, pushing them intoPhilip Guenther
2020-07-03Make the message type available to the extension functionsTheo Buehler
2020-07-03Improve argument order for the internal tlsext APITheo Buehler
2020-05-23Enforce that SNI hostnames be correct as per rfc 6066 and 5980.Bob Beck
2020-01-25Correct value for SSL_TLSEXT_MSG_HRR.Joel Sing
2019-01-28Add tls_extension_seen(), a utility to know if a particular extensionBob Beck
2019-01-24Add server side of versions, keyshare, and client and server of cookieBob Beck
2019-01-23revert previous, accidentally contained another diff in additionBob Beck
2019-01-23Modify sigalgs extension processing for TLS 1.3.Bob Beck
2019-01-18copyrightBob Beck
2019-01-18Add client side of supported versions and keyshare extensions with basic regressBob Beck
2019-01-18Rename TLS extension handling to use less "hello".Joel Sing
2018-11-09Add header guards and hidden declarations.Joel Sing
2018-11-05Rename the TLS Supported Elliptic Curves extension to Supported Groups.Joel Sing
2018-02-08Complete the TLS extension rewrite on the client-side.Joel Sing
2018-01-27Complete the TLS extension handling rewrite for the server-side.Joel Sing
2017-08-27Rewrite SRTP extension using CBB/CBS and the new extension framework.Doug Hogan
2017-08-26Rewrite ALPN extension using CBB/CBS and the new extension framework.Doug Hogan
2017-08-12Rewrite the TLS status request extension to use the new TLS extension framework.Bob Beck
2017-08-12Convert TLS signature algorithms extension handling to the new framework.Joel Sing
2017-08-12Rewrite session ticket TLS extension handling using CBB/CBS and the newDoug Hogan
2017-08-11Rewrite EllipticCurves TLS extension handling using CBB/CBS and the newDoug Hogan
2017-08-11Add doug@'s copyright since he just added code to these two files.Joel Sing
2017-08-11Rewrite the ECPointFormats TLS extension handling using CBB/CBS and theDoug Hogan
2017-07-24Rewrite the TLS Renegotiation Indication extension handling using CBB/CBSJoel Sing
2017-07-16Start rewriting TLS extension handling.Joel Sing