Update CHANGES with info about AuthEnvelopedData addition
authorJakub Zelenka <jakub.openssl@gmail.com>
Sun, 7 Mar 2021 20:35:35 +0000 (20:35 +0000)
committerTomas Mraz <tomas@openssl.org>
Fri, 12 Mar 2021 13:14:23 +0000 (14:14 +0100)
Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14456)

CHANGES.md

index bdac54c10fe0e0ad3ed551368980b2a169cb951c..43079a3e500ea837f1005d779706737c24c26e66 100644 (file)
@@ -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.