Home
last modified time | relevance | path

Searched refs:X509_get_ext_d2i (Results 1 – 15 of 15) sorted by relevance

/trueos/crypto/openssl/crypto/x509v3/
HDv3_purp.c378 x->crldp = X509_get_ext_d2i(x, NID_crl_distribution_points, NULL, NULL); in setup_crldp()
405 if ((bs = X509_get_ext_d2i(x, NID_basic_constraints, NULL, NULL))) { in x509v3_cache_extensions()
421 if ((pci = X509_get_ext_d2i(x, NID_proxyCertInfo, NULL, NULL))) { in x509v3_cache_extensions()
435 if ((usage = X509_get_ext_d2i(x, NID_key_usage, NULL, NULL))) { in x509v3_cache_extensions()
446 if ((extusage = X509_get_ext_d2i(x, NID_ext_key_usage, NULL, NULL))) { in x509v3_cache_extensions()
487 if ((ns = X509_get_ext_d2i(x, NID_netscape_cert_type, NULL, NULL))) { in x509v3_cache_extensions()
495 x->skid = X509_get_ext_d2i(x, NID_subject_key_identifier, NULL, NULL); in x509v3_cache_extensions()
496 x->akid = X509_get_ext_d2i(x, NID_authority_key_identifier, NULL, NULL); in x509v3_cache_extensions()
497 x->altname = X509_get_ext_d2i(x, NID_subject_alt_name, NULL, NULL); in x509v3_cache_extensions()
498 x->nc = X509_get_ext_d2i(x, NID_name_constraints, &i, NULL); in x509v3_cache_extensions()
[all …]
HDpcy_cache.c146 ext_pcons = X509_get_ext_d2i(x, NID_policy_constraints, &i, NULL); in policy_cache_new()
165 ext_cpols = X509_get_ext_d2i(x, NID_certificate_policies, &i, NULL); in policy_cache_new()
184 ext_pmaps = X509_get_ext_d2i(x, NID_policy_mappings, &i, NULL); in policy_cache_new()
196 ext_any = X509_get_ext_d2i(x, NID_inhibit_any_policy, &i, NULL); in policy_cache_new()
HDv3_utl.c530 gens = X509_get_ext_d2i(x, NID_subject_alt_name, NULL, NULL); in STACK_OF()
542 info = X509_get_ext_d2i(x, NID_info_access, NULL, NULL); in STACK_OF()
/trueos/crypto/openssl/crypto/x509/
HDx509_ext.c150 void *X509_get_ext_d2i(X509 *x, int nid, int *crit, int *idx) in X509_get_ext_d2i() function
HDx509.h1053 void *X509_get_ext_d2i(X509 *x, int nid, int *crit, int *idx);
/trueos/crypto/openssl/crypto/ts/
HDts_rsp_verify.c710 gen_names = X509_get_ext_d2i(signer, NID_subject_alt_name, NULL, &idx); in TS_check_signer_name()
718 gen_names = X509_get_ext_d2i(signer, NID_subject_alt_name, in TS_check_signer_name()
/trueos/crypto/openssl/doc/HOWTO/
HDproxy_certificates.txt212 X509_get_ext_d2i(xs, NID_proxyCertInfo, NULL, NULL);
/trueos/contrib/wpa/src/crypto/
HDtls_gnutls.c417 ext = X509_get_ext_d2i(cert, NID_subject_alt_name, NULL, NULL);
HDtls_openssl.c1003 ext = X509_get_ext_d2i(cert, NID_subject_alt_name, NULL, NULL); in tls_match_altsubject_component()
/trueos/lib/libfetch/
HDcommon.c649 altnames = X509_get_ext_d2i(cert, NID_subject_alt_name, in fetch_ssl_verify_hname()
/trueos/crypto/openssl/doc/
HDopenssl.txt529 void * X509_get_ext_d2i(X509 *x, int nid, int *crit, int *idx);
540 bs = X509_get_ext_d2i(cert, NID_basic_constraints, NULL, NULL);
556 ext = X509_get_ext_d2i(x, nid, crit, &idx);
/trueos/crypto/openssl/ssl/
HDssltest.c1822 X509_get_ext_d2i(xs, NID_proxyCertInfo, in verify_callback()
/trueos/contrib/serf/buckets/
HDssl_buckets.c451 names = X509_get_ext_d2i(ssl_cert, NID_subject_alt_name, NULL, NULL); in get_subject_alt_names()
/trueos/contrib/unbound/smallapp/
HDunbound-anchor.c1641 if((s=X509_get_ext_d2i(cert, NID_key_usage, NULL, NULL))) { in get_usage_of_ex()
/trueos/crypto/openssl/util/
HDlibeay.num1540 X509_get_ext_d2i 1958 EXIST::FUNCTION: