diff options
author | David Woodhouse <dwmw2@infradead.org> | 2020-05-19 12:51:14 +0200 |
---|---|---|
committer | Tomas Mraz <tmraz@fedoraproject.org> | 2020-08-03 17:15:36 +0200 |
commit | 37d898df348b87a423133afdbb828383be22fda7 (patch) | |
tree | 2544bff27954f8dc4883589ccdd9366f9e0a9732 | |
parent | Disallow setting more than one IP address with SSL_add1_host() (diff) | |
download | openssl-37d898df348b87a423133afdbb828383be22fda7.tar.xz openssl-37d898df348b87a423133afdbb828383be22fda7.zip |
Add CHANGES.md entry for SSL_set1_host()/SSL_add1_host() taking IP literals
Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/9201)
Diffstat (limited to '')
-rw-r--r-- | CHANGES.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md index 14694739ae..75ecfc22f4 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 |