openssl/crypto/x509
Matt Caswell d2b6c06274 Ensure libctx/propq is propagated when handling X509_REQ
When we create via d2i or dup an X509_REQ we should ensure that the libctx
is properly propagated. We also ensure we create X509_REQ objects with the
proper libctx assigned in the CMP tests.

Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15591)
2021-06-05 17:39:27 +10:00
..
build.info
by_dir.c
by_file.c Update copyright year 2021-05-20 14:22:33 +01:00
by_store.c
ext_dat.h
pcy_cache.c
pcy_data.c
pcy_lib.c
pcy_local.h
pcy_map.c
pcy_node.c
pcy_tree.c
standard_exts.h
t_crl.c
t_req.c
t_x509.c x509: remove TODOs 2021-06-02 16:30:15 +10:00
v3_addr.c x509: remove TODOs 2021-06-02 16:30:15 +10:00
v3_admis.c
v3_admis.h
v3_akeya.c
v3_akid.c
v3_asid.c
v3_bcons.c x509: remove TODOs 2021-06-02 16:30:15 +10:00
v3_bitst.c
v3_conf.c Add NCONF_get_section_names() 2021-06-02 12:40:02 +10:00
v3_cpols.c
v3_crld.c
v3_enum.c
v3_extku.c
v3_genn.c
v3_ia5.c
v3_info.c
v3_int.c
v3_ist.c
v3_lib.c
v3_ncons.c Check that we got the expected name type when verifying name constraints 2021-06-04 17:18:31 +01:00
v3_pci.c
v3_pcia.c
v3_pcons.c
v3_pku.c
v3_pmaps.c
v3_prn.c
v3_purp.c Update check_sig_alg_match() to work with provided keys 2021-05-31 09:16:47 +10:00
v3_san.c
v3_skid.c
v3_sxnet.c
v3_tlsf.c
v3_utf8.c
v3_utl.c x509: remove TODOs 2021-06-02 16:30:15 +10:00
v3err.c err: rename err_load_xxx_strings_int functions 2021-05-26 13:01:47 +10:00
x509_att.c
x509_cmp.c
x509_d2.c
x509_def.c
x509_err.c err: rename err_load_xxx_strings_int functions 2021-05-26 13:01:47 +10:00
x509_ext.c
x509_local.h
x509_lu.c x509: remove TODOs 2021-06-02 16:30:15 +10:00
x509_meth.c
x509_obj.c
x509_r2x.c
x509_req.c
x509_set.c Rename all getters to use get/get0 in name 2021-06-01 12:40:00 +02:00
x509_trs.c
x509_txt.c
x509_v3.c
x509_vfy.c x509: remove TODOs 2021-06-02 16:30:15 +10:00
x509_vpm.c
x509cset.c
x509name.c
x509rset.c
x509spki.c
x509type.c Rename all getters to use get/get0 in name 2021-06-01 12:40:00 +02:00
x_all.c Ensure libctx/propq is propagated when handling X509_REQ 2021-06-05 17:39:27 +10:00
x_attrib.c
x_crl.c
x_exten.c
x_name.c
x_pubkey.c Use the new ASN.1 libctx aware capabilities in CMP 2021-06-05 17:39:10 +10:00
x_req.c Ensure libctx/propq is propagated when handling X509_REQ 2021-06-05 17:39:27 +10:00
x_x509.c Give ASN.1 objects the ability to report their libctx/propq 2021-06-05 17:39:27 +10:00
x_x509a.c