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