Lines Matching refs:X509
129 X509 *issuer_cert;
130 X509 *subject_cert;
462 const X509 *, int);
574 OPENSSL_EXPORT int NAME_CONSTRAINTS_check(X509 *x, NAME_CONSTRAINTS *nc);
606 OPENSSL_EXPORT int X509V3_EXT_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section, X509 *cert);
623 OPENSSL_EXPORT void X509V3_set_ctx(X509V3_CTX *ctx, X509 *issuer, X509 *subject,
665 OPENSSL_EXPORT int X509_check_ca(X509 *x);
666 OPENSSL_EXPORT int X509_check_purpose(X509 *x, int id, int ca);
669 OPENSSL_EXPORT int X509_check_issued(X509 *issuer, X509 *subject);
670 OPENSSL_EXPORT int X509_check_akid(X509 *issuer, AUTHORITY_KEYID *akid);
676 int (*ck)(const X509_PURPOSE *, const X509 *, int),
684 OPENSSL_EXPORT STACK_OF(OPENSSL_STRING) *X509_get1_email(X509 *x);
687 OPENSSL_EXPORT STACK_OF(OPENSSL_STRING) *X509_get1_ocsp(X509 *x);
707 OPENSSL_EXPORT int X509_check_host(X509 *x, const char *chk, size_t chklen,
709 OPENSSL_EXPORT int X509_check_email(X509 *x, const char *chk, size_t chklen,
711 OPENSSL_EXPORT int X509_check_ip(X509 *x, const unsigned char *chk, size_t chklen,
713 OPENSSL_EXPORT int X509_check_ip_asc(X509 *x, const char *ipasc, unsigned int flags);