]> git.ipfire.org Git - thirdparty/openssl.git/commit
CMS: Produce error when AEAD algorithms are used in enveloped data
authorJakub Zelenka <jakub.openssl@gmail.com>
Thu, 22 May 2025 16:40:30 +0000 (18:40 +0200)
committerTomas Mraz <tomas@openssl.org>
Fri, 17 Oct 2025 16:49:11 +0000 (18:49 +0200)
commit2dda0c50eafc1de8a2c008fbf60340ba5e60bfb3
tree1d4dd815f418e5a7aff1ee4f1f31eac060fb07d8
parent5eeeaa7da3ec9d7bf834fda7890917061e2ca094
CMS: Produce error when AEAD algorithms are used in enveloped data

Fixes GH-21414

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/27772)
crypto/cms/cms_enc.c
crypto/cms/cms_env.c
crypto/cms/cms_err.c
crypto/cms/cms_local.h
crypto/err/openssl.txt
include/openssl/cmserr.h
test/cms-msg/enveloped-content-type-for-aes-gcm.pem [new file with mode: 0644]
test/cmsapitest.c
test/recipes/80-test_cms.t