[openssl] master update

tomas at openssl.org tomas at openssl.org
Fri Mar 12 13:14:39 UTC 2021


The branch master has been updated
       via  343475126e55b4e814acb495196b92680df70a88 (commit)
      from  8f08957674c2015fad72ea240bbff4564b83d518 (commit)


- Log -----------------------------------------------------------------
commit 343475126e55b4e814acb495196b92680df70a88
Author: Jakub Zelenka <jakub.openssl at gmail.com>
Date:   Sun Mar 7 20:35:35 2021 +0000

    Update CHANGES with info about AuthEnvelopedData addition
    
    Reviewed-by: Paul Dale <pauli at openssl.org>
    Reviewed-by: Tomas Mraz <tomas at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/14456)

-----------------------------------------------------------------------

Summary of changes:
 CHANGES.md | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/CHANGES.md b/CHANGES.md
index bdac54c10f..43079a3e50 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.


More information about the openssl-commits mailing list