• Home
  • Raw
  • Download

Lines Matching refs:X509

64 static void x509v3_cache_extensions(X509 *x);
66 static int check_ssl_ca(const X509 *x);
67 static int check_purpose_ssl_client(const X509_PURPOSE *xp, const X509 *x, int ca);
68 static int check_purpose_ssl_server(const X509_PURPOSE *xp, const X509 *x, int ca);
69 static int check_purpose_ns_ssl_server(const X509_PURPOSE *xp, const X509 *x, int ca);
70 static int purpose_smime(const X509 *x, int ca);
71 static int check_purpose_smime_sign(const X509_PURPOSE *xp, const X509 *x, int ca);
72 static int check_purpose_smime_encrypt(const X509_PURPOSE *xp, const X509 *x, int ca);
73 static int check_purpose_crl_sign(const X509_PURPOSE *xp, const X509 *x, int ca);
74 static int check_purpose_timestamp_sign(const X509_PURPOSE *xp, const X509 *x, int ca);
75 static int no_check(const X509_PURPOSE *xp, const X509 *x, int ca);
76 static int ocsp_helper(const X509_PURPOSE *xp, const X509 *x, int ca);
109 int X509_check_purpose(X509 *x, int id, int ca) in X509_check_purpose()
173 int (*ck)(const X509_PURPOSE *, const X509 *, int), in X509_PURPOSE_add() argument
317 static void setup_dp(X509 *x, DIST_POINT *dp) in setup_dp()
349 static void setup_crldp(X509 *x) in setup_crldp()
357 static void x509v3_cache_extensions(X509 *x) in x509v3_cache_extensions()
508 static int check_ca(const X509 *x) in check_ca()
529 int X509_check_ca(X509 *x) in X509_check_ca()
541 static int check_ssl_ca(const X509 *x) in check_ssl_ca()
552 static int check_purpose_ssl_client(const X509_PURPOSE *xp, const X509 *x, int ca) in check_purpose_ssl_client()
563 static int check_purpose_ssl_server(const X509_PURPOSE *xp, const X509 *x, int ca) in check_purpose_ssl_server()
576 static int check_purpose_ns_ssl_server(const X509_PURPOSE *xp, const X509 *x, int ca) in check_purpose_ns_ssl_server()
587 static int purpose_smime(const X509 *x, int ca) in purpose_smime()
607 static int check_purpose_smime_sign(const X509_PURPOSE *xp, const X509 *x, int ca) in check_purpose_smime_sign()
616 static int check_purpose_smime_encrypt(const X509_PURPOSE *xp, const X509 *x, int ca) in check_purpose_smime_encrypt()
625 static int check_purpose_crl_sign(const X509_PURPOSE *xp, const X509 *x, int ca) in check_purpose_crl_sign()
640 static int ocsp_helper(const X509_PURPOSE *xp, const X509 *x, int ca) in ocsp_helper()
649 static int check_purpose_timestamp_sign(const X509_PURPOSE *xp, const X509 *x, in check_purpose_timestamp_sign()
673 i_ext = X509_get_ext_by_NID((X509 *) x, NID_ext_key_usage, 0); in check_purpose_timestamp_sign()
676 X509_EXTENSION *ext = X509_get_ext((X509 *) x, i_ext); in check_purpose_timestamp_sign()
684 static int no_check(const X509_PURPOSE *xp, const X509 *x, int ca) in no_check()
701 int X509_check_issued(X509 *issuer, X509 *subject) in X509_check_issued()
726 int X509_check_akid(X509 *issuer, AUTHORITY_KEYID *akid) in X509_check_akid()