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.c
Age
Commit message (
Expand
)
Author
2022-08-15
Avoid shadowing the cbs function parameter in tlsext_alpn_server_parse()
Theo Buehler
2022-08-04
Make tlsext_*_{build,needs,parse}() functions static
Theo Buehler
2022-07-24
Rely on tlsext_parse() to set a decode_error alert
Theo Buehler
2022-07-22
Remove redundant length checks in parse functions
Theo Buehler
2022-07-20
Simplify tlsext_supported_groups_server_parse
Theo Buehler
2022-07-20
Drop some unnecessary parentheses.
Theo Buehler
2022-07-20
Copy alpn_selected using CBS
Theo Buehler
2022-07-20
Factor out ALPN extension format check
Theo Buehler
2022-07-17
Correct handling of QUIC transport parameters extension.
Joel Sing
2022-07-17
Correct TLSEXT_TYPE_quic_transport_parameters message types.
Joel Sing
2022-07-02
Stop using ssl{_ctx,}_security() outside of ssl_seclevel.c
Theo Buehler
2022-07-02
Rename uses 'curve' to 'group' and rework tls1 group API.
Theo Buehler
2022-06-30
Check security level for supported groups.
Theo Buehler
2022-06-30
Check whether the security level allows session tickets.
Theo Buehler
2022-06-29
Add support for sending QUIC transport parameters
Bob Beck
2022-06-29
Check the security level when building sigalgs
Theo Buehler
2022-06-04
The parse stubs need to skip over the extension data.
Theo Buehler
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
2022-02-05
Bye bye S3I.
Joel Sing
2022-01-24
Avoid use of uninitialized in tlsext_sni_server_parse()
Theo Buehler
2022-01-11
Plumb decode errors through key share parsing code.
Joel Sing
2022-01-11
Use SSL_AD_INTERNAL_ERROR for non-decoding alerts when parsing keyshares.
Joel Sing
2022-01-11
Simplify tlsext_keyshare_server_parse()
Joel Sing
2022-01-06
Convert legacy TLS client to tls_key_share.
Joel Sing
2022-01-05
Rename tls13_key_share to tls_key_share.
Joel Sing
2022-01-04
Pull key share group/length CBB code up from tls13_key_share_public()
Joel Sing
2022-01-04
Only allow zero length key shares when we know we're doing HRR.
Joel Sing
2021-11-01
Improve SNI hostname validation.
Joel Sing
2021-10-25
Fold SSL_SESSION_INTERNAL back into SSL_SESSION.
Joel Sing
2021-09-10
Do not ignore SSL_TLSEXT_ERR_FATAL from the ALPN callback
Theo Buehler
2021-09-02
Correct the is_server flag in the call to the debug callback to be correct.
Bob Beck
2021-06-29
Use appropriate TLS version when building client sigalg extensions.
Joel Sing
2021-06-27
Change ssl_sigalgs_build() to perform sigalg list selection.
Joel Sing
2021-06-11
Only use SSL_AD_* internally.
Joel Sing
2021-06-08
Simplify tlsext_ecpf_parse()
Theo Buehler
2021-06-08
Adjust alert for ECPF without uncompressed point format
Theo Buehler
2021-05-16
Make local header inclusion consistent.
Joel Sing
2021-05-16
Explicitly include <openssl/opensslconf.h> in files using OPENSSL_NO_*
Joel Sing
2021-04-22
Only hash known CH extensions
Theo Buehler
2021-03-29
Move finished and peer finished to the handshake struct.
Joel Sing
2021-03-21
Move the TLSv1.3 handshake struct inside the shared handshake struct.
Joel Sing
2021-03-10
Improve internal version handling.
Joel Sing
2021-02-08
Remove bogus DTLS checks to disable ECC and OCSP.
Joel Sing
2020-10-14
Replace SSL_IS_DTLS with SSL_is_dtls().
Joel Sing
2020-10-11
Constipate srtp_known_profiles, pushing it into .data.rel.ro
Philip Guenther
2020-10-11
Constipate ssl3_ciphers and tls1[23]_sigalgs*, pushing them into
Philip Guenther
2020-09-09
Set alpn_selected_len = 0 when alpn_selected is NULL
Kinichiro Inoguchi
2020-08-03
Only parse a client's status_request in the CH
Theo Buehler
2020-08-03
Ensure clients only send a status_request in the CH
Theo Buehler
[next]