Home | History | Annotate | Download | only in crypto

Lines Matching refs:X509

325 	X509 *cert = NULL;
359 wpa_printf(MSG_INFO, "CryptoAPI: Could not process X509 DER "
427 X509 *cert;
460 "X509 DER encoding for CA cert");
992 static int tls_match_altsubject_component(X509 *cert, int type,
1014 static int tls_match_altsubject(X509 *cert, const char *match)
1095 static struct wpabuf * get_x509_cert(X509 *cert)
1115 X509 *err_cert, int err, int depth,
1139 X509 *err_cert, int depth,
1178 X509 *err_cert;
1292 "Failed add lookup for X509 store");
1387 X509 *cert = d2i_X509(NULL, (OPENSSL_d2i_TYPE) &ca_cert_blob,
1432 if (info->x509) {
1434 info->x509);
1620 X509 *x509 = NULL;
1623 x509 = PEM_read_bio_X509(bio, NULL, NULL, NULL);
1626 if (x509) {
1627 if (SSL_use_certificate(conn->ssl, x509) == 1)
1629 X509_free(x509);
1701 X509 *cert;
1702 STACK_OF(X509) *certs;
1828 X509 **cert)
1833 X509 *cert;
1860 X509 *cert;
1887 X509 *cert;