summaryrefslogtreecommitdiff
path: root/src/lib/libssl/ssl_versions.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Disable TLS 1.0 and TLS 1.1 in libsslbeck2023-07-021-10/+2
* Make internal header file names consistenttb2022-11-261-2/+2
* Get rid of SSL_CTX_INTERNAL and SSL_INTERNAL.jsing2022-10-021-5/+5
* Enforce the minimum TLS version requirement for QUIC.jsing2022-09-111-1/+9
* Add checks to ensure we do not initiate or negotiate handshakes withtb2022-06-301-3/+9
* Bye bye S3I.jsing2022-02-051-5/+5
* Provide a way to determine our maximum legacy version.jsing2021-10-231-1/+19
* Merge SSL_METHOD_INTERNAL into SSL_METHOD.jsing2021-07-011-11/+10
* Correct handling of SSL_OP_NO_DTLSv1.jsing2021-06-271-3/+3
* Undo previous. As pointed out by jsing I clearly wasn't fully awake...tb2021-03-191-2/+2
* fix whitespace nit in previoustb2021-03-171-2/+2
* Add support for DTLSv1.2 version handling.jsing2021-03-171-45/+117
* Remove ssl_downgrade_max_version().jsing2021-03-111-33/+1
* Improve internal version handling.jsing2021-03-101-1/+25
* Only use TLS versions internally (rather than both TLS and DTLS versions).jsing2021-02-251-42/+56
* Factor out/change some of the legacy client version handling code.jsing2021-02-221-1/+28
* Return a min/max version of zero if set to zero.jsing2021-02-201-5/+7
* Handle DTLS1_2_VERSION in various places.jsing2021-02-201-2/+2
* Factor out the legacy stack version checks.jsing2021-02-071-1/+11
* whitespacetb2021-01-041-3/+3
* Replace SSL_IS_DTLS with SSL_is_dtls().jsing2020-10-141-4/+4
* Replace ssl_max_server_version() with ssl_downgrade_max_version()jsing2020-05-311-25/+1
* Correct downgrade sentinels when a version pinned method is in use.jsing2020-05-311-1/+33
* Include TLSv1.3 in version handling code.jsing2018-11-061-3/+9
* Provide SSL{,_CTX}_set_{min,max}_proto_version() functions.jsing2017-05-061-1/+47
* Add missing $OpenBSD$ tags.jsing2017-05-061-0/+1
* Move relatively new version range code from ssl_lib.c into a separatejsing2017-01-261-0/+172