summaryrefslogtreecommitdiff
path: root/src/lib/libssl/man/SSL_CTX_set_min_proto_version.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* .Lb libssl libcrypto ; OK tb@schwarze2025-06-081-2/+3
|
* Mention DTLS1_2_VERSION here, tootb2021-04-151-6/+8
|
* there should only be one i in gratuitoustb2020-05-121-3/+3
|
* finish ssl HISTORY; mostly 1.1.0/6.3, but also various other fixeslibressl-v2.7.1schwarze2018-03-241-3/+3
|
* Provide SSL_CTX_get_min_proto_version and SSL_CTX_get_max_proto_versionjca2018-03-151-11/+51
| | | | | | | | | We already provided the setters, so also provide the getters like OpenSSL does. Addition prompted by the use of those functions in recent openvpn releases. manpage diff from schwarze@ (thanks!) with input from jsing@, ok tb@ jsing@
* Import SSL_CTX_set_min_proto_version(3) from OpenSSL, suggested by jsing@.schwarze2017-08-191-0/+114
While importing: * Fix the prototypes, they all contained wrong datatypes. * Delete SSL3_VERSION which is no longer supported. * Delete TLS1_3_VERSION and DTLS1_2_VERSION, not yet supported. * Delete the lie that these would be macros. * Improve SEE ALSO and HISTORY sections.