]> git.ipfire.org Git - thirdparty/openssl.git/commit
constify X509_find_by_issuer_and_serial
authorNeil Horman <nhorman@openssl.org>
Thu, 19 Feb 2026 17:07:21 +0000 (12:07 -0500)
committerNeil Horman <nhorman@openssl.org>
Wed, 25 Feb 2026 15:05:03 +0000 (10:05 -0500)
commit07ee3d5db8a291e0809a9ff0789b539daf6fadf0
tree2b1a45917c211312ce65365c26a8fc267c36e312
parent58d88a34ffbe045b1b33c2f10767ee6d97eec8c0
constify X509_find_by_issuer_and_serial

Constify the return value of X509_find_by_issuer_and_serial, and fix up
the callers to handle it properly (affects two pkcs7 functions)

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Nikola Pajkovsky <nikolap@openssl.org>
MergeDate: Wed Feb 25 15:05:11 2026
(Merged from https://github.com/openssl/openssl/pull/30092)
crypto/pkcs7/pk7_doit.c
crypto/pkcs7/pk7_lib.c
crypto/pkcs7/pk7_smime.c
crypto/x509/x509_cmp.c
include/openssl/pkcs7.h.in
include/openssl/x509.h.in