From 7946ab33cecce60afcc00afc8fc18f31f9e66bff Mon Sep 17 00:00:00 2001 From: Kurt Roeckx Date: Sun, 6 Dec 2015 17:56:41 +0100 Subject: Add support for minimum and maximum protocol version Reviewed-by: Viktor Dukhovni --- CHANGES | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index 0c25e0bac9..b0331b2594 100644 --- a/CHANGES +++ b/CHANGES @@ -4,6 +4,14 @@ Changes between 1.0.2e and 1.1.0 [xx XXX xxxx] + *) Add support for setting the minimum and maximum supported protocol. + It can bet set via the SSL_set_min_proto_version() and + SSL_set_max_proto_version(), or via the SSL_CONF's MinProtocol and + MaxProtcol. It's recommended to use the new APIs to disable + protocols instead of disabling individual protocols using + SSL_set_options() or SSL_CONF's Protocol. + [Kurt Roeckx] + *) Support for ChaCha20 and Poly1305 added to libcrypto and libssl. [Andy Polyakov] -- cgit v1.2.3