]> git.feebdaed.xyz Git - 0xmirror/openssl.git/commit
Constify the return value of X509_get0_pubkey_bitstr()
authorBob Beck <beck@openssl.org>
Mon, 29 Sep 2025 21:32:39 +0000 (15:32 -0600)
committerNeil Horman <nhorman@openssl.org>
Tue, 23 Dec 2025 13:06:00 +0000 (08:06 -0500)
commitf18816261e3bf106fa240706cbf797c4a2a5184a
treee64e4b066731a61fd5e31ed4783074a5282c5c2f
parent077e94f6e5ae9cd8291134d7a4c87372f2bd32c8
Constify the return value of X509_get0_pubkey_bitstr()

Part of #28654
Fixes: https://github.com/openssl/project/issues/1772
Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/29434)
apps/ocsp.c
crypto/ocsp/ocsp_lib.c
crypto/x509/t_x509.c
crypto/x509/x_all.c
crypto/x509/x_pubkey.c
include/openssl/x509.h.in
test/localetest.c