]> git.ipfire.org Git - thirdparty/openssl.git/commit
Constify X509_find_by_subject
authorNeil Horman <nhorman@openssl.org>
Thu, 19 Feb 2026 20:17:10 +0000 (15:17 -0500)
committerNeil Horman <nhorman@openssl.org>
Tue, 24 Feb 2026 12:45:48 +0000 (07:45 -0500)
commit0da29907e7da10f7582072c29a10df297b4e68b5
tree151d87d32a48493c2f4436c393561804bc3ea352
parent43fc6708313bb3c640ab267ef6d1f725d2071510
Constify X509_find_by_subject

Transitively, this also requires the constification of OCSP_resp_get0_signer

Reviewed-by: David von Oheimb <david.von.oheimb@siemens.com>
Reviewed-by: Paul Dale <paul.dale@oracle.com>
Reviewed-by: Norbert Pocs <norbertp@openssl.org>
MergeDate: Tue Feb 24 12:45:57 2026
(Merged from https://github.com/openssl/openssl/pull/30096)
crypto/ocsp/ocsp_vfy.c
crypto/x509/x509_cmp.c
doc/man3/OCSP_resp_find_status.pod
include/openssl/ocsp.h.in
include/openssl/x509.h.in
test/ocspapitest.c