]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fix CMS encryption with key agreement when originator set
authorJakub Zelenka <jakub.openssl@gmail.com>
Fri, 13 Dec 2024 12:48:23 +0000 (13:48 +0100)
committerTomas Mraz <tomas@openssl.org>
Mon, 6 Jan 2025 10:48:36 +0000 (11:48 +0100)
commitbd620b535e5c740f3aff11eb0cdaa9fb78a9248e
tree57afad0d62954c92f2de8e2efbdf55b5dbaf0fd7
parent4bd1070a332ec201133c051b95cc52cbf2fc9395
Fix CMS encryption with key agreement when originator set

OpenSSL currently does not support encryption with originator flag so it
should fail nicely instead of segfaulting.

Reviewed-by: Hugo Landau <hlandau@devever.net>
Reviewed-by: David von Oheimb <david.von.oheimb@siemens.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/26014)

(cherry picked from commit 894e69e747a93a1f166891f5f029b78c68088f50)
apps/cms.c
crypto/cms/cms_err.c
crypto/cms/cms_kari.c
crypto/err/openssl.txt
doc/man1/openssl-cms.pod.in
include/crypto/cmserr.h
include/openssl/cmserr.h
test/recipes/80-test_cms.t