Lines Matching full:x509
130 if (info->x509)
131 X509_STORE_add_cert(ctx, info->x509);
218 X509 *peer_cert;
219 X509 *peer_issuer;
220 X509 *peer_issuer_issuer;
475 X509 *cert = NULL;
510 wpa_printf(MSG_INFO, "CryptoAPI: Could not process X509 DER "
578 X509 *cert;
612 "X509 DER encoding for CA cert");
1408 static int tls_match_altsubject_component(X509 *cert, int type,
1433 static int tls_match_altsubject(X509 *cert, const char *match)
1510 static int tls_match_suffix(X509 *cert, const char *match, int full)
1622 static struct wpabuf * get_x509_cert(X509 *cert)
1642 X509 *err_cert, int err, int depth,
1667 X509 *err_cert, int depth,
1758 X509 *err_cert;
1945 "Failed add lookup for X509 store");
2029 X509 *cert = d2i_X509(NULL,
2345 X509 *x509 = NULL;
2348 x509 = PEM_read_bio_X509(bio, NULL, NULL, NULL);
2351 if (x509) {
2352 if (SSL_use_certificate(conn->ssl, x509) == 1)
2354 X509_free(x509);
2429 X509 *cert;
2430 STACK_OF(X509) *certs;
2612 X509 **cert)
2617 X509 *cert;
2648 X509 *cert;
2675 X509 *cert;
3711 static void debug_print_cert(X509 *cert, const char *title)
3756 STACK_OF(X509) *certs = NULL;
3797 X509 *cert;