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