From 924663c36d47066d5307937da77fed7e872730c7 Mon Sep 17 00:00:00 2001 From: Jakub Zelenka Date: Sun, 6 Sep 2020 19:11:34 +0100 Subject: Add CMS AuthEnvelopedData with AES-GCM support Add the AuthEnvelopedData as defined in RFC 5083 with AES-GCM parameter as defined in RFC 5084. Reviewed-by: Shane Lontis Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/8024) --- util/libcrypto.num | 2 ++ 1 file changed, 2 insertions(+) (limited to 'util') diff --git a/util/libcrypto.num b/util/libcrypto.num index 4982a7f93c..777d8ce8a8 100644 --- a/util/libcrypto.num +++ b/util/libcrypto.num @@ -5299,3 +5299,5 @@ ossl_b2i_bio ? 3_0_0 EXIST::FUNCTION:DSA EVP_PKEY_CTX_set1_id ? 3_0_0 EXIST::FUNCTION: EVP_PKEY_CTX_get1_id ? 3_0_0 EXIST::FUNCTION: EVP_PKEY_CTX_get1_id_len ? 3_0_0 EXIST::FUNCTION: +CMS_AuthEnvelopedData_create ? 3_0_0 EXIST::FUNCTION:CMS +CMS_AuthEnvelopedData_create_with_libctx ? 3_0_0 EXIST::FUNCTION:CMS -- cgit v1.2.3