Add support for minimum and maximum protocol version
authorKurt Roeckx <kurt@roeckx.be>
Sun, 6 Dec 2015 16:56:41 +0000 (17:56 +0100)
committerViktor Dukhovni <openssl-users@dukhovni.org>
Sat, 2 Jan 2016 15:47:52 +0000 (10:47 -0500)
commit7946ab33cecce60afcc00afc8fc18f31f9e66bff
treefa178fbc42a649e87e201820cc11796dc3c7d6de
parent1e0784ff95cd69090e26e2205bfec6305038db56
Add support for minimum and maximum protocol version

Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
15 files changed:
CHANGES
doc/ssl/SSL_CONF_cmd.pod
doc/ssl/SSL_CTX_new.pod
doc/ssl/SSL_CTX_set_min_proto_version.pod [new file with mode: 0644]
doc/ssl/SSL_CTX_set_options.pod
include/openssl/dtls1.h
include/openssl/ssl.h
ssl/d1_lib.c
ssl/ssl_conf.c
ssl/ssl_lib.c
ssl/ssl_locl.h
ssl/statem/statem_clnt.c
ssl/statem/statem_srvr.c
test/recipes/80-test_ssl.t
test/ssltest.c