Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching full:x509

365 	X509 *cert = NULL;
399 wpa_printf(MSG_INFO, "CryptoAPI: Could not process X509 DER "
470 X509 *cert;
506 "X509 DER encoding for CA cert");
969 static int tls_match_altsubject_component(X509 *cert, int type,
991 static int tls_match_altsubject(X509 *cert, const char *match)
1037 X509 *err_cert;
1090 "Failed add lookup for X509 store");
1130 X509 *cert = d2i_X509(NULL, (OPENSSL_d2i_TYPE) &ca_cert_blob,
1175 if (info->x509) {
1176 X509_STORE_add_cert(ssl_ctx->cert_store, info->x509);
1346 X509 *x509 = NULL;
1349 x509 = PEM_read_bio_X509(bio, NULL, NULL, NULL);
1352 if (x509) {
1353 if (SSL_use_certificate(conn->ssl, x509) == 1) {
1356 X509_free(x509);
1430 X509 *cert;
1431 STACK_OF(X509) *certs;