Lines Matching refs:X509
139 X509 *issuer_cert;
140 X509 *subject_cert;
474 const X509 *, int);
586 OPENSSL_EXPORT int NAME_CONSTRAINTS_check(X509 *x, NAME_CONSTRAINTS *nc);
623 OPENSSL_EXPORT int X509V3_EXT_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section, X509 *cert);
637 OPENSSL_EXPORT void X509V3_set_ctx(X509V3_CTX *ctx, X509 *issuer, X509 *subject,
676 OPENSSL_EXPORT int X509_check_ca(X509 *x);
677 OPENSSL_EXPORT int X509_check_purpose(X509 *x, int id, int ca);
680 OPENSSL_EXPORT int X509_check_issued(X509 *issuer, X509 *subject);
681 OPENSSL_EXPORT int X509_check_akid(X509 *issuer, AUTHORITY_KEYID *akid);
683 OPENSSL_EXPORT uint32_t X509_get_extension_flags(X509 *x);
684 OPENSSL_EXPORT uint32_t X509_get_key_usage(X509 *x);
685 OPENSSL_EXPORT uint32_t X509_get_extended_key_usage(X509 *x);
692 int (*ck)(const X509_PURPOSE *, const X509 *, int),
700 OPENSSL_EXPORT STACK_OF(OPENSSL_STRING) *X509_get1_email(X509 *x);
703 OPENSSL_EXPORT STACK_OF(OPENSSL_STRING) *X509_get1_ocsp(X509 *x);
723 OPENSSL_EXPORT int X509_check_host(X509 *x, const char *chk, size_t chklen,
725 OPENSSL_EXPORT int X509_check_email(X509 *x, const char *chk, size_t chklen,
727 OPENSSL_EXPORT int X509_check_ip(X509 *x, const unsigned char *chk, size_t chklen,
729 OPENSSL_EXPORT int X509_check_ip_asc(X509 *x, const char *ipasc, unsigned int flags);