]> git.ipfire.org Git - thirdparty/openssl.git/commit - test/sslapitest.c
Add SSL_(CTX_)?get0_(verify|chain)_cert_store functions
authorHugo Landau <hlandau@openssl.org>
Mon, 4 Apr 2022 13:36:20 +0000 (14:36 +0100)
committerTomas Mraz <tomas@openssl.org>
Wed, 6 Apr 2022 16:21:11 +0000 (18:21 +0200)
commit948cf521798a801cfde47a137343e6f958d71f04
tree5e73fc3f59569d876d98ffeacebc3427d805a104
parented7c64fc540c5808efe4092465af1147c76555a1
Add SSL_(CTX_)?get0_(verify|chain)_cert_store functions

Currently we do not have any way to retrieve these values once set.

Fixes #18035.

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/18038)
doc/man3/SSL_CTX_set1_verify_cert_store.pod
include/openssl/ssl.h.in
ssl/s3_lib.c
ssl/ssl_cert.c
ssl/ssl_local.h
test/sslapitest.c
util/other.syms