Lines Matching full:x509
328 X509 *cert = NULL;
362 wpa_printf(MSG_INFO, "CryptoAPI: Could not process X509 DER "
430 X509 *cert;
463 "X509 DER encoding for CA cert");
987 static int tls_match_altsubject_component(X509 *cert, int type,
1009 static int tls_match_altsubject(X509 *cert, const char *match)
1090 static struct wpabuf * get_x509_cert(X509 *cert)
1110 X509 *err_cert, int err, int depth,
1134 X509 *err_cert, int depth,
1173 X509 *err_cert;
1287 "Failed add lookup for X509 store");
1382 X509 *cert = d2i_X509(NULL, (OPENSSL_d2i_TYPE) &ca_cert_blob,
1427 if (info->x509) {
1429 info->x509);
1615 X509 *x509 = NULL;
1618 x509 = PEM_read_bio_X509(bio, NULL, NULL, NULL);
1621 if (x509) {
1622 if (SSL_use_certificate(conn->ssl, x509) == 1)
1624 X509_free(x509);
1695 X509 *cert;
1696 STACK_OF(X509) *certs;
1822 X509 **cert)
1827 X509 *cert;
1854 X509 *cert;
1881 X509 *cert;