From: Jakub Zelenka Date: Sun, 7 Mar 2021 20:35:35 +0000 (+0000) Subject: Update CHANGES with info about AuthEnvelopedData addition X-Git-Tag: openssl-3.0.0-alpha14~297 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=343475126e55b4e814acb495196b92680df70a88;p=thirdparty%2Fopenssl.git Update CHANGES with info about AuthEnvelopedData addition Reviewed-by: Paul Dale Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/14456) --- diff --git a/CHANGES.md b/CHANGES.md index bdac54c10fe..43079a3e500 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -539,6 +539,13 @@ OpenSSL 3.0 *Antonio Iacono* + * Added the AuthEnvelopedData content type structure (RFC 5083) with AES-GCM + parameter (RFC 5084) for the Cryptographic Message Syntax (CMS). Its purpose + is to support encryption and decryption of a digital envelope that is both + authenticated and encrypted using AES GCM mode. + + *Jakub Zelenka* + * Deprecated EC_POINT_make_affine() and EC_POINTs_make_affine(). These functions are not widely used and now OpenSSL automatically perform this conversion when needed.