openssl/crypto/x509
Richard Levitte 6dcb100f89 X509_LOOKUP_store: new X509_LOOKUP_METHOD that works by OSSL_STORE URI
This is a wrapper around OSSL_STORE.

This also adds necessary support functions:

- X509_STORE_load_file
- X509_STORE_load_path
- X509_STORE_load_store
- SSL_add_store_cert_subjects_to_stack
- SSL_CTX_set_default_verify_store
- SSL_CTX_load_verify_file
- SSL_CTX_load_verify_dir
- SSL_CTX_load_verify_store

and deprecates X509_STORE_load_locations and SSL_CTX_load_verify_locations,
as they aren't extensible.

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/8442)
2019-11-03 18:38:23 +01:00
..
build.info X509_LOOKUP_store: new X509_LOOKUP_METHOD that works by OSSL_STORE URI 2019-11-03 18:38:23 +01:00
by_dir.c Explicitly test against NULL; do not use !p or similar 2019-10-09 21:32:15 +02:00
by_file.c Reorganize local header files 2019-09-28 20:26:35 +02:00
by_store.c X509_LOOKUP_store: new X509_LOOKUP_METHOD that works by OSSL_STORE URI 2019-11-03 18:38:23 +01:00
ext_dat.h Rename internal function name_cmp() to v3_name_cmp() 2019-10-17 09:16:45 +02:00
pcy_cache.c Reorganize local header files 2019-09-28 20:26:35 +02:00
pcy_data.c Reorganize local header files 2019-09-28 20:26:35 +02:00
pcy_lib.c Reorganize local header files 2019-09-28 20:26:35 +02:00
pcy_local.h Reorganize local header files 2019-09-28 20:26:35 +02:00
pcy_map.c Reorganize local header files 2019-09-28 20:26:35 +02:00
pcy_node.c Reorganize local header files 2019-09-28 20:26:35 +02:00
pcy_tree.c Fix --strict-warnings build 2019-11-03 16:38:56 +01:00
standard_exts.h
t_crl.c
t_req.c
t_x509.c
v3_addr.c Rename internal function name_cmp() to v3_name_cmp() 2019-10-17 09:16:45 +02:00
v3_admis.c Reorganize public header files (part 1) 2019-09-28 20:26:36 +02:00
v3_admis.h Fix header file include guard names 2019-09-28 20:26:36 +02:00
v3_akey.c
v3_akeya.c
v3_alt.c Rename internal function name_cmp() to v3_name_cmp() 2019-10-17 09:16:45 +02:00
v3_asid.c Rename internal function name_cmp() to v3_name_cmp() 2019-10-17 09:16:45 +02:00
v3_bcons.c
v3_bitst.c
v3_conf.c
v3_cpols.c Rename internal function name_cmp() to v3_name_cmp() 2019-10-17 09:16:45 +02:00
v3_crld.c Explicitly test against NULL; do not use !p or similar 2019-10-09 21:32:15 +02:00
v3_enum.c
v3_extku.c
v3_genn.c
v3_ia5.c
v3_info.c Explicitly test against NULL; do not use !p or similar 2019-10-09 21:32:15 +02:00
v3_int.c
v3_lib.c
v3_ncons.c Explicitly test against NULL; do not use !p or similar 2019-10-09 21:32:15 +02:00
v3_pci.c Explicitly test against NULL; do not use !p or similar 2019-10-09 21:32:15 +02:00
v3_pcia.c
v3_pcons.c Explicitly test against NULL; do not use !p or similar 2019-10-09 21:32:15 +02:00
v3_pku.c
v3_pmaps.c
v3_prn.c
v3_purp.c Explicitly test against NULL; do not use !p or similar 2019-10-09 21:32:15 +02:00
v3_skey.c
v3_sxnet.c Explicitly test against NULL; do not use !p or similar 2019-10-09 21:32:15 +02:00
v3_tlsf.c
v3_utl.c Rename internal function name_cmp() to v3_name_cmp() 2019-10-17 09:16:45 +02:00
v3err.c
x509_att.c Reorganize local header files 2019-09-28 20:26:35 +02:00
x509_cmp.c Stop using EVP_MD_CTX_FLAG_NON_FIPS_ALLOW 2019-10-11 09:52:31 +02:00
x509_d2.c X509_LOOKUP_store: new X509_LOOKUP_METHOD that works by OSSL_STORE URI 2019-11-03 18:38:23 +01:00
x509_def.c
x509_err.c
x509_ext.c
x509_local.h Reorganize local header files 2019-09-28 20:26:35 +02:00
x509_lu.c Reorganize local header files 2019-09-28 20:26:35 +02:00
x509_meth.c Reorganize public header files (part 1) 2019-09-28 20:26:36 +02:00
x509_obj.c
x509_r2x.c
x509_req.c
x509_set.c Reorganize local header files 2019-09-28 20:26:35 +02:00
x509_trs.c Explicitly test against NULL; do not use !p or similar 2019-10-09 21:32:15 +02:00
x509_txt.c
x509_v3.c Reorganize local header files 2019-09-28 20:26:35 +02:00
x509_vfy.c Explicitly test against NULL; do not use !p or similar 2019-10-09 21:32:15 +02:00
x509_vpm.c Explicitly test against NULL; do not use !p or similar 2019-10-09 21:32:15 +02:00
x509cset.c
x509name.c
x509rset.c
x509spki.c
x509type.c
x_all.c Explicitly test against NULL; do not use !p or similar 2019-10-09 21:32:15 +02:00
x_attrib.c Reorganize local header files 2019-09-28 20:26:35 +02:00
x_crl.c Reorganize local header files 2019-09-28 20:26:35 +02:00
x_exten.c Reorganize local header files 2019-09-28 20:26:35 +02:00
x_name.c Explicitly test against NULL; do not use !p or similar 2019-10-09 21:32:15 +02:00
x_pubkey.c Explicitly test against NULL; do not use !p or similar 2019-10-09 21:32:15 +02:00
x_req.c
x_x509.c
x_x509a.c