From 31b7f23d2f958491d46c8a8e61c2b77b1b546f3e Mon Sep 17 00:00:00 2001 From: Tomas Mraz Date: Fri, 28 May 2021 17:36:16 +0200 Subject: Add documentation of the old names kept as alias macros Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/15405) --- CHANGES.md | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'CHANGES.md') diff --git a/CHANGES.md b/CHANGES.md index a6fbb6be7c..0eb7f14289 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -104,6 +104,13 @@ breaking changes, and mappings for the large list of deprecated functions. *Shane Lontis* + * Many functions in the EVP_ namespace that are getters of values from + implementations or contexts were renamed to include get or get0 in their + names. Old names are provided as macro aliases for compatibility and + are not deprecated. + + *Tomáš Mráz* + * The EVP_PKEY_CTRL_PKCS7_ENCRYPT, EVP_PKEY_CTRL_PKCS7_DECRYPT, EVP_PKEY_CTRL_PKCS7_SIGN, EVP_PKEY_CTRL_CMS_ENCRYPT, EVP_PKEY_CTRL_CMS_DECRYPT, and EVP_PKEY_CTRL_CMS_SIGN control operations -- cgit v1.2.3