#
870628e8 |
| 15-Mar-2018 |
jca <jca@openbsd.org> |
Provide SSL_CTX_get_min_proto_version and SSL_CTX_get_max_proto_version
We already provided the setters, so also provide the getters like OpenSSL does. Addition prompted by the use of those functio
Provide SSL_CTX_get_min_proto_version and SSL_CTX_get_max_proto_version
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@
show more ...
|
#
05096e49 |
| 19-Aug-2017 |
schwarze <schwarze@openbsd.org> |
Import SSL_CTX_set_min_proto_version(3) from OpenSSL, suggested by jsing@. While importing: * Fix the prototypes, they all contained wrong datatypes. * Delete SSL3_VERSION which is no longer supporte
Import SSL_CTX_set_min_proto_version(3) from OpenSSL, suggested by jsing@. 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.
show more ...
|