Lines Matching refs:X509

19 static int check_ssl_ca(const X509 *x);
20 static int check_purpose_ssl_client(const X509_PURPOSE *xp, const X509 *x,
22 static int check_purpose_ssl_server(const X509_PURPOSE *xp, const X509 *x,
24 static int check_purpose_ns_ssl_server(const X509_PURPOSE *xp, const X509 *x,
26 static int purpose_smime(const X509 *x, int require_ca);
27 static int check_purpose_smime_sign(const X509_PURPOSE *xp, const X509 *x,
29 static int check_purpose_smime_encrypt(const X509_PURPOSE *xp, const X509 *x,
31 static int check_purpose_crl_sign(const X509_PURPOSE *xp, const X509 *x,
33 static int check_purpose_timestamp_sign(const X509_PURPOSE *xp, const X509 *x,
35 static int check_purpose_code_sign(const X509_PURPOSE *xp, const X509 *x,
37 static int no_check_purpose(const X509_PURPOSE *xp, const X509 *x,
39 static int check_purpose_ocsp_helper(const X509_PURPOSE *xp, const X509 *x,
86 int X509_check_purpose(X509 *x, int id, int require_ca) in X509_check_purpose()
160 int (*ck) (const X509_PURPOSE *, const X509 *, int), in X509_PURPOSE_add() argument
314 static int setup_dp(const X509 *x, DIST_POINT *dp) in setup_dp()
356 static int setup_crldp(X509 *x) in setup_crldp()
374 static int check_sig_alg_match(const EVP_PKEY *issuer_key, const X509 *subject) in check_sig_alg_match()
404 int ossl_x509v3_cache_extensions(X509 *x) in ossl_x509v3_cache_extensions()
657 static int check_ca(const X509 *x) in check_ca()
683 void X509_set_proxy_flag(X509 *x) in X509_set_proxy_flag()
691 void X509_set_proxy_pathlen(X509 *x, long l) in X509_set_proxy_pathlen()
696 int X509_check_ca(X509 *x) in X509_check_ca()
706 static int check_ssl_ca(const X509 *x) in check_ssl_ca()
716 static int check_purpose_ssl_client(const X509_PURPOSE *xp, const X509 *x, in check_purpose_ssl_client()
740 static int check_purpose_ssl_server(const X509_PURPOSE *xp, const X509 *x, in check_purpose_ssl_server()
757 static int check_purpose_ns_ssl_server(const X509_PURPOSE *xp, const X509 *x, in check_purpose_ns_ssl_server()
769 static int purpose_smime(const X509 *x, int require_ca) in purpose_smime()
793 static int check_purpose_smime_sign(const X509_PURPOSE *xp, const X509 *x, in check_purpose_smime_sign()
803 static int check_purpose_smime_encrypt(const X509_PURPOSE *xp, const X509 *x, in check_purpose_smime_encrypt()
813 static int check_purpose_crl_sign(const X509_PURPOSE *xp, const X509 *x, in check_purpose_crl_sign()
828 static int check_purpose_ocsp_helper(const X509_PURPOSE *xp, const X509 *x, in check_purpose_ocsp_helper()
841 static int check_purpose_timestamp_sign(const X509_PURPOSE *xp, const X509 *x, in check_purpose_timestamp_sign()
868 && !X509_EXTENSION_get_critical(X509_get_ext((X509 *)x, i_ext))) in check_purpose_timestamp_sign()
873 static int check_purpose_code_sign(const X509_PURPOSE *xp, const X509 *x, in check_purpose_code_sign()
907 X509_EXTENSION *ext = X509_get_ext((X509 *)x, i_ext); in check_purpose_code_sign()
924 static int no_check_purpose(const X509_PURPOSE *xp, const X509 *x, in no_check_purpose()
943 int X509_check_issued(X509 *issuer, X509 *subject) in X509_check_issued()
953 int ossl_x509_likely_issued(X509 *issuer, X509 *subject) in ossl_x509_likely_issued()
981 int ossl_x509_signing_allowed(const X509 *issuer, const X509 *subject) in ossl_x509_signing_allowed()
992 int X509_check_akid(const X509 *issuer, const AUTHORITY_KEYID *akid) in X509_check_akid()
1030 uint32_t X509_get_extension_flags(X509 *x) in X509_get_extension_flags()
1037 uint32_t X509_get_key_usage(X509 *x) in X509_get_key_usage()
1045 uint32_t X509_get_extended_key_usage(X509 *x) in X509_get_extended_key_usage()
1053 const ASN1_OCTET_STRING *X509_get0_subject_key_id(X509 *x) in X509_get0_subject_key_id()
1061 const ASN1_OCTET_STRING *X509_get0_authority_key_id(X509 *x) in X509_get0_authority_key_id()
1069 const GENERAL_NAMES *X509_get0_authority_issuer(X509 *x) in X509_get0_authority_issuer()
1077 const ASN1_INTEGER *X509_get0_authority_serial(X509 *x) in X509_get0_authority_serial()
1085 long X509_get_pathlen(X509 *x) in X509_get_pathlen()
1094 long X509_get_proxy_pathlen(X509 *x) in X509_get_proxy_pathlen()