]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Add a CHANGES.md entry
authorBob Beck <beck@openssl.org>
Fri, 15 May 2026 18:51:29 +0000 (12:51 -0600)
committerNorbert Pocs <norbertp@openssl.org>
Sat, 18 Jul 2026 13:00:57 +0000 (15:00 +0200)
Reviewed-by: Milan Broz <mbroz@openssl.org>
Reviewed-by: Norbert Pocs <norbertp@openssl.org>
MergeDate: Sat Jul 18 13:01:18 2026
(Merged from https://github.com/openssl/openssl/pull/31194)

CHANGES.md

index da1bfd15ec9d862b1f1eabe6f164a1116e316e07..6a262083a2e8dd3772471d33ffdeb73adab71910 100644 (file)
@@ -131,6 +131,14 @@ OpenSSL Releases
 
    *Bob Beck*
 
+ *  `ASN1_STRING_set()` and `ASN1_STRING_length()` have been
+    deprecated. The replacement functions `ASN1_STRING_set_data()` or
+    `ASN1_STRING_set_string()`, and `ASN1_STRING_length_ex()` should be
+    used in their place. This prepares the ASN1_STRING type to support
+    modern size_t length values in the future.
+
+    *Bob Beck*
+
  * `EVP_CIPHER_CTX_get_num()` and `EVP_CIPHER_CTX_set_num()' have been deprecated.
 
    Refer to ossl-migration-guide(7) for more info.