Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching full:cert_store

480 	if (name == NULL || strncmp(name, "cert_store://", 13) != 0)
515 if (!X509_STORE_add_cert(ssl_ctx->cert_store, cert)) {
1086 lookup = X509_STORE_add_lookup(ssl_ctx->cert_store,
1121 X509_STORE_free(ssl_ctx->cert_store);
1122 ssl_ctx->cert_store = X509_STORE_new();
1123 if (ssl_ctx->cert_store == NULL) {
1138 if (!X509_STORE_add_cert(ssl_ctx->cert_store, cert)) {
1176 X509_STORE_add_cert(ssl_ctx->cert_store, info->x509);
1179 X509_STORE_add_crl(ssl_ctx->cert_store, info->crl);