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_versions.c
Age
Commit message (
Expand
)
Author
2023-07-02
Disable TLS 1.0 and TLS 1.1 in libssl
Bob Beck
2022-11-26
Make internal header file names consistent
Theo Buehler
2022-10-02
Get rid of SSL_CTX_INTERNAL and SSL_INTERNAL.
Joel Sing
2022-09-11
Enforce the minimum TLS version requirement for QUIC.
Joel Sing
2022-06-30
Add checks to ensure we do not initiate or negotiate handshakes with
Theo Buehler
2022-02-05
Bye bye S3I.
Joel Sing
2021-10-23
Provide a way to determine our maximum legacy version.
Joel Sing
2021-07-01
Merge SSL_METHOD_INTERNAL into SSL_METHOD.
Joel Sing
2021-06-27
Correct handling of SSL_OP_NO_DTLSv1.
Joel Sing
2021-03-19
Undo previous. As pointed out by jsing I clearly wasn't fully awake...
Theo Buehler
2021-03-17
fix whitespace nit in previous
Theo Buehler
2021-03-17
Add support for DTLSv1.2 version handling.
Joel Sing
2021-03-11
Remove ssl_downgrade_max_version().
Joel Sing
2021-03-10
Improve internal version handling.
Joel Sing
2021-02-25
Only use TLS versions internally (rather than both TLS and DTLS versions).
Joel Sing
2021-02-22
Factor out/change some of the legacy client version handling code.
Joel Sing
2021-02-20
Return a min/max version of zero if set to zero.
Joel Sing
2021-02-20
Handle DTLS1_2_VERSION in various places.
Joel Sing
2021-02-07
Factor out the legacy stack version checks.
Joel Sing
2021-01-04
whitespace
Theo Buehler
2020-10-14
Replace SSL_IS_DTLS with SSL_is_dtls().
Joel Sing
2020-05-31
Replace ssl_max_server_version() with ssl_downgrade_max_version()
Joel Sing
2020-05-31
Correct downgrade sentinels when a version pinned method is in use.
Joel Sing
2018-11-06
Include TLSv1.3 in version handling code.
Joel Sing
2017-05-06
Provide SSL{,_CTX}_set_{min,max}_proto_version() functions.
Joel Sing
2017-05-06
Add missing $OpenBSD$ tags.
Joel Sing
2017-01-26
Move relatively new version range code from ssl_lib.c into a separate
Joel Sing