]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Add CHANGES.md entry for SSL_set1_host()/SSL_add1_host() taking IP literals
authorDavid Woodhouse <dwmw2@infradead.org>
Tue, 19 May 2020 10:51:14 +0000 (11:51 +0100)
committerTomas Mraz <tmraz@fedoraproject.org>
Mon, 3 Aug 2020 15:15:36 +0000 (17:15 +0200)
Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/9201)

CHANGES.md

index 14694739ae63bb1a85660d2950c5c11e621ff897..75ecfc22f47c86fd3881e3386ea6d37807f4596d 100644 (file)
@@ -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