CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2017/08/19 17:45:10
Modified files:
lib/libssl/man : Makefile SSL_CTX_new.3 SSL_CTX_set_options.3
ssl.3
Added files:
lib/libssl/man : SSL_CTX_set_min_proto_version.3
Log message:
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.