openssl/crypto/x509
Christian Heimes dfccfde065 Inherit hostflags verify params even without hosts
X509_VERIFY_PARAM_inherit() now copies hostflags independently of hosts.

Previously hostflags were only copied when at least one host was set.
Typically applications don't configure hosts on SSL_CTX. The change
enables applications to configure hostflags on SSL_CTX and have OpenSSL
copy the flags from SSL_CTX to SSL.

Fixes: https://github.com/openssl/openssl/issues/14579
Signed-off-by: Christian Heimes <christian@python.org>

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14743)
2021-04-09 08:32:38 +10:00
..
build.info
by_dir.c Corrected missing definitions from NonStop SPT build. 2021-04-01 15:52:25 +02:00
by_file.c
by_store.c
ext_dat.h Update copyright year 2021-04-08 13:04:41 +01:00
pcy_cache.c Update copyright year 2021-04-08 13:04:41 +01:00
pcy_data.c Update copyright year 2021-04-08 13:04:41 +01:00
pcy_lib.c
pcy_local.h Update copyright year 2021-04-08 13:04:41 +01:00
pcy_map.c Update copyright year 2021-04-08 13:04:41 +01:00
pcy_node.c Update copyright year 2021-04-08 13:04:41 +01:00
pcy_tree.c
standard_exts.h Update copyright year 2021-04-08 13:04:41 +01:00
t_crl.c
t_req.c
t_x509.c
v3_addr.c Update copyright year 2021-04-08 13:04:41 +01:00
v3_admis.c Update copyright year 2021-04-08 13:04:41 +01:00
v3_admis.h
v3_akeya.c
v3_akid.c
v3_asid.c Update copyright year 2021-04-08 13:04:41 +01:00
v3_bcons.c Update copyright year 2021-04-08 13:04:41 +01:00
v3_bitst.c Update copyright year 2021-04-08 13:04:41 +01:00
v3_conf.c
v3_cpols.c Update copyright year 2021-04-08 13:04:41 +01:00
v3_crld.c Update copyright year 2021-04-08 13:04:41 +01:00
v3_enum.c Update copyright year 2021-04-08 13:04:41 +01:00
v3_extku.c Update copyright year 2021-04-08 13:04:41 +01:00
v3_genn.c
v3_ia5.c Update copyright year 2021-04-08 13:04:41 +01:00
v3_info.c Update copyright year 2021-04-08 13:04:41 +01:00
v3_int.c Update copyright year 2021-04-08 13:04:41 +01:00
v3_ist.c Update copyright year 2021-04-08 13:04:41 +01:00
v3_lib.c
v3_ncons.c Update copyright year 2021-04-08 13:04:41 +01:00
v3_pci.c Update copyright year 2021-04-08 13:04:41 +01:00
v3_pcia.c
v3_pcons.c Update copyright year 2021-04-08 13:04:41 +01:00
v3_pku.c Update copyright year 2021-04-08 13:04:41 +01:00
v3_pmaps.c Update copyright year 2021-04-08 13:04:41 +01:00
v3_prn.c
v3_purp.c
v3_san.c
v3_skid.c
v3_sxnet.c Update copyright year 2021-04-08 13:04:41 +01:00
v3_tlsf.c Update copyright year 2021-04-08 13:04:41 +01:00
v3_utf8.c
v3_utl.c Update copyright year 2021-04-08 13:04:41 +01:00
v3err.c
x509_att.c Update copyright year 2021-04-08 13:04:41 +01:00
x509_cmp.c
x509_d2.c
x509_def.c
x509_err.c
x509_ext.c
x509_local.h Update copyright year 2021-04-08 13:04:41 +01:00
x509_lu.c
x509_meth.c
x509_obj.c
x509_r2x.c
x509_req.c
x509_set.c Update copyright year 2021-04-08 13:04:41 +01:00
x509_trs.c
x509_txt.c
x509_v3.c
x509_vfy.c Fix more certificate related lib_ctx settings. 2021-04-08 11:30:44 +10:00
x509_vpm.c Inherit hostflags verify params even without hosts 2021-04-09 08:32:38 +10:00
x509cset.c Update copyright year 2021-04-08 13:04:41 +01:00
x509name.c
x509rset.c
x509spki.c
x509type.c
x_all.c Fix more certificate related lib_ctx settings. 2021-04-08 11:30:44 +10:00
x_attrib.c
x_crl.c Fix more certificate related lib_ctx settings. 2021-04-08 11:30:44 +10:00
x_exten.c
x_name.c
x_pubkey.c Fix X509_PUBKEY_dup() to not leak memory 2021-03-28 16:34:35 +10:00
x_req.c Update copyright year 2021-04-08 13:04:41 +01:00
x_x509.c
x_x509a.c