openssl/crypto/x509
Richard Levitte 22b814443e X509: Add d2i_PUBKEY_ex(), which take a libctx and propq
Just like d2i_PrivateKey() / d2i_PrivateKey_ex(), there's a need to
associate an EVP_PKEY extracted from a PUBKEY to a library context and
a property query string.  Without it, a provider-native EVP_PKEY can
only fetch necessary internal algorithms from the default library
context, even though an application specific context should be used.

Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/12671)
2020-08-20 12:32:00 +02:00
..
build.info
by_dir.c Add X509 related libctx changes. 2020-07-24 22:53:27 +10:00
by_file.c Add X509 related libctx changes. 2020-07-24 22:53:27 +10:00
by_store.c Add X509 related libctx changes. 2020-07-24 22:53:27 +10:00
ext_dat.h
pcy_cache.c
pcy_data.c Coverity Fixes for issue #12531 2020-08-04 12:34:22 +10:00
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 Constify X509_check_akid and prefer using X509_get0_serialNumber over X509_get_serialNumber 2020-07-16 15:48:53 +02:00
v3_addr.c Correct confusing X509V3 conf error output by removing needless 'section:<NULL>' etc. 2020-08-04 09:17:47 +02:00
v3_admis.c
v3_admis.h
v3_akey.c Constify X509_check_akid and prefer using X509_get0_serialNumber over X509_get_serialNumber 2020-07-16 15:48:53 +02:00
v3_akeya.c
v3_alt.c
v3_asid.c Correct confusing X509V3 conf error output by removing needless 'section:<NULL>' etc. 2020-08-04 09:17:47 +02:00
v3_bcons.c Correct confusing X509V3 conf error output by removing needless 'section:<NULL>' etc. 2020-08-04 09:17:47 +02:00
v3_bitst.c Correct confusing X509V3 conf error output by removing needless 'section:<NULL>' etc. 2020-08-04 09:17:47 +02:00
v3_conf.c Add 'section=...' info in error output of X509V3_EXT_nconf() as far as appropriate 2020-08-04 09:17:47 +02:00
v3_cpols.c Correct confusing X509V3 conf error output by removing needless 'section:<NULL>' etc. 2020-08-04 09:17:47 +02:00
v3_crld.c Correct confusing X509V3 conf error output by removing needless 'section:<NULL>' etc. 2020-08-04 09:17:47 +02:00
v3_enum.c
v3_extku.c Correct confusing X509V3 conf error output by removing needless 'section:<NULL>' etc. 2020-08-04 09:17:47 +02:00
v3_genn.c
v3_ia5.c
v3_info.c
v3_int.c
v3_ist.c
v3_lib.c
v3_ncons.c
v3_pci.c Correct confusing X509V3 conf error output by removing needless 'section:<NULL>' etc. 2020-08-04 09:17:47 +02:00
v3_pcia.c
v3_pcons.c Correct confusing X509V3 conf error output by removing needless 'section:<NULL>' etc. 2020-08-04 09:17:47 +02:00
v3_pku.c
v3_pmaps.c Correct confusing X509V3 conf error output by removing needless 'section:<NULL>' etc. 2020-08-04 09:17:47 +02:00
v3_prn.c
v3_purp.c Add X509 related libctx changes. 2020-07-24 22:53:27 +10:00
v3_skey.c
v3_sxnet.c
v3_tlsf.c Correct confusing X509V3 conf error output by removing needless 'section:<NULL>' etc. 2020-08-04 09:17:47 +02:00
v3_utf8.c
v3_utl.c Rename misleading X509V3_R_INVALID_NULL_NAME to X509V3_R_INVALID_EMPTY_NAME 2020-08-04 09:17:47 +02:00
v3err.c Update copyright year 2020-08-06 13:22:30 +01:00
x509_att.c
x509_cmp.c Introduce X509_add_cert[s] simplifying various additions to cert lists 2020-08-12 13:54:37 +02:00
x509_d2.c Add X509 related libctx changes. 2020-07-24 22:53:27 +10:00
x509_def.c
x509_err.c
x509_ext.c
x509_local.h Correct confusing X509V3 conf error output by removing needless 'section:<NULL>' etc. 2020-08-04 09:17:47 +02:00
x509_lu.c Introduce X509_add_cert[s] simplifying various additions to cert lists 2020-08-12 13:54:37 +02:00
x509_meth.c
x509_obj.c
x509_r2x.c
x509_req.c Rename EVP_PKEY_cmp() to EVP_PKEY_eq() and EVP_PKEY_cmp_parameters() to EVP_PKEY_parameters_eq() 2020-05-27 14:36:13 +02:00
x509_set.c
x509_trs.c
x509_txt.c Refactor (without semantic changes) crypto/x509/{v3_purp.c,x509_vfy.c} 2020-07-01 11:14:54 +02:00
x509_v3.c
x509_vfy.c Introduce X509_add_cert[s] simplifying various additions to cert lists 2020-08-12 13:54:37 +02:00
x509_vpm.c
x509cset.c
x509name.c
x509rset.c
x509spki.c
x509type.c
x_all.c Remove needless #ifndef OPENSSL_NO_SOCK for X509_{CRL_}load_http 2020-08-13 17:28:00 +02:00
x_attrib.c
x_crl.c Constify X509_check_akid and prefer using X509_get0_serialNumber over X509_get_serialNumber 2020-07-16 15:48:53 +02:00
x_exten.c
x_name.c
x_pubkey.c X509: Add d2i_PUBKEY_ex(), which take a libctx and propq 2020-08-20 12:32:00 +02:00
x_req.c
x_x509.c Add internal method x509_set0_libctx(). 2020-08-09 17:34:52 +10:00
x_x509a.c