Home | History | Annotate | Download | only in crypto

Lines Matching full: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");
997 static int tls_match_altsubject_component(X509 *cert, int type,
1019 static int tls_match_altsubject(X509 *cert, const char *match)
1100 static struct wpabuf * get_x509_cert(X509 *cert)
1120 X509 *err_cert, int err, int depth,
1144 X509 *err_cert, int depth,
1183 X509 *err_cert;
1297 "Failed add lookup for X509 store");
1392 X509 *cert = d2i_X509(NULL, (OPENSSL_d2i_TYPE) &ca_cert_blob,
1437 if (info->x509) {
1439 info->x509);
1625 X509 *x509 = NULL;
1628 x509 = PEM_read_bio_X509(bio, NULL, NULL, NULL);
1631 if (x509) {
1632 if (SSL_use_certificate(conn->ssl, x509) == 1)
1634 X509_free(x509);
1706 X509 *cert;
1707 STACK_OF(X509) *certs;
1833 X509 **cert)
1838 X509 *cert;
1865 X509 *cert;
1892 X509 *cert;