CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2018/03/15 06:27:01
Modified files:
lib/libssl : Symbols.list s3_lib.c shlib_version ssl.h
ssl_lib.c
lib/libssl/man : SSL_CTX_set_min_proto_version.3
regress/lib/libssl/unit: ssl_versions.c
Log message:
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@