[openssl/openssl] 7eab00: CMS and PKCS7: fix handlling of EVP_PKEY_get_size(...
David von Oheimb
noreply at github.com
Thu Oct 26 15:05:42 UTC 2023
Branch: refs/heads/openssl-3.2
Home: https://github.com/openssl/openssl
Commit: 7eab00ec470693bd44c9de7ab5c06fe691aa3077
https://github.com/openssl/openssl/commit/7eab00ec470693bd44c9de7ab5c06fe691aa3077
Author: Dr. David von Oheimb <dev at ddvo.net>
Date: 2023-10-26 (Thu, 26 Oct 2023)
Changed paths:
M crypto/cms/cms_sd.c
M crypto/pkcs7/pk7_doit.c
Log Message:
-----------
CMS and PKCS7: fix handlling of EVP_PKEY_get_size() failure
Reviewed-by: Tomas Mraz <tomas at openssl.org>
Reviewed-by: Paul Dale <pauli at openssl.org>
Reviewed-by: Hugo Landau <hlandau at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/22459)
(cherry picked from commit d7ad09da778bcc0090a7cdfd87edb56eea22382b)
Commit: 51f4115dcc818a35e2c8838c01b3b08740d0c1e1
https://github.com/openssl/openssl/commit/51f4115dcc818a35e2c8838c01b3b08740d0c1e1
Author: Dr. David von Oheimb <dev at ddvo.net>
Date: 2023-10-26 (Thu, 26 Oct 2023)
Changed paths:
M crypto/err/openssl.txt
M crypto/evp/evp_err.c
M crypto/evp/p_lib.c
M include/crypto/evperr.h
M include/openssl/evperr.h
Log Message:
-----------
EVP_PKEY_get_{bits,security_bits,size}(): add missing error queue entry on failure
Reviewed-by: Tomas Mraz <tomas at openssl.org>
Reviewed-by: Paul Dale <pauli at openssl.org>
Reviewed-by: Hugo Landau <hlandau at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/22459)
(cherry picked from commit ae643b32f91affe61dd411a58b76c8a44cbd7f50)
Commit: d9aa640d12861eba845e7a5b5013495ad65ea126
https://github.com/openssl/openssl/commit/d9aa640d12861eba845e7a5b5013495ad65ea126
Author: Dr. David von Oheimb <dev at ddvo.net>
Date: 2023-10-26 (Thu, 26 Oct 2023)
Changed paths:
M doc/man3/EVP_PKEY_get_size.pod
M doc/man7/provider-keymgmt.pod
Log Message:
-----------
EVP_PKEY_get_size.pod and provider-keymgmt.pod: document their relation
Reviewed-by: Tomas Mraz <tomas at openssl.org>
Reviewed-by: Paul Dale <pauli at openssl.org>
Reviewed-by: Hugo Landau <hlandau at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/22459)
(cherry picked from commit 09298141592c579504966f1907a44cb95f37cc6e)
Compare: https://github.com/openssl/openssl/compare/6c6e9d4a1895...d9aa640d1286
More information about the openssl-commits
mailing list