From: Bob Beck Date: Fri, 15 May 2026 18:51:29 +0000 (-0600) Subject: Add a CHANGES.md entry X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0161fe45d1fce2247b0fe74b3e2524703cf337c5;p=thirdparty%2Fopenssl.git Add a CHANGES.md entry Reviewed-by: Milan Broz Reviewed-by: Norbert Pocs MergeDate: Sat Jul 18 13:01:18 2026 (Merged from https://github.com/openssl/openssl/pull/31194) --- diff --git a/CHANGES.md b/CHANGES.md index da1bfd15ec9..6a262083a2e 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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.