From: David Woodhouse Date: Tue, 19 May 2020 10:51:14 +0000 (+0100) Subject: Add CHANGES.md entry for SSL_set1_host()/SSL_add1_host() taking IP literals X-Git-Tag: openssl-3.0.0-alpha6~16 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=37d898df348b87a423133afdbb828383be22fda7;p=thirdparty%2Fopenssl.git Add CHANGES.md entry for SSL_set1_host()/SSL_add1_host() taking IP literals Reviewed-by: Viktor Dukhovni Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/9201) --- diff --git a/CHANGES.md b/CHANGES.md index 14694739ae6..75ecfc22f47 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -23,6 +23,11 @@ OpenSSL 3.0 ### Changes between 1.1.1 and 3.0 [xx XXX xxxx] + * Allow SSL_set1_host() and SSL_add1_host() to take IP literal addresses + as well as actual hostnames. + + *David Woodhouse* + * The 'MinProtocol' and 'MaxProtocol' configuration commands now silently ignore TLS protocol version bounds when configuring DTLS-based contexts, and conversely, silently ignore DTLS protocol version bounds when configuring