]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Update CHANGES.md
authorBob Beck <beck@obtuse.com>
Sat, 21 Feb 2026 16:31:35 +0000 (09:31 -0700)
committerNeil Horman <nhorman@openssl.org>
Tue, 24 Feb 2026 14:03:39 +0000 (09:03 -0500)
Co-authored-by: Viktor Dukhovni <viktor1ghub@dukhovni.org>
Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
MergeDate: Tue Feb 24 14:05:10 2026
(Merged from https://github.com/openssl/openssl/pull/29612)

CHANGES.md

index 9fad90f380d59606f7112b4c849fad5ea38f3442..c4537e03fbb00ab4dd4ce5c91ba34d6de0649059 100644 (file)
@@ -520,7 +520,7 @@ OpenSSL 3.6
    *Dimitri John Ledkov*
 
  * `SSL_add1_host()` and `SSL_set1_host()` were deprecated. The new replacement functions
-   SSL_add1_dnsname, SSL_set1_dnsname, SSL_add1_ipaddr, and SSL_set1_ipaddr were added.
+   `SSL_add1_dnsname()`, `SSL_set1_dnsname()`, `SSL_add1_ipaddr()`, and `SSL_set1_ipaddr()` were added.
    API was added to support checking multiple names against a certificate with
    `X509_VERIFY_PARAM`.  See `X509_VERIFY_PARAM_set_flags(3)` for full details.