Home
last modified time | relevance | path

Searched refs:store (Results 1 – 13 of 13) sorted by relevance

/hostap-latest/src/crypto/
Dtls_openssl.c333 X509_STORE *store; in tls_crl_cert_reload() local
335 store = X509_STORE_new(); in tls_crl_cert_reload()
336 if (!store) { in tls_crl_cert_reload()
343 if (ca_cert && X509_STORE_load_locations(store, ca_cert, NULL) != 1) { in tls_crl_cert_reload()
346 X509_STORE_free(store); in tls_crl_cert_reload()
354 X509_STORE_set_flags(store, flags); in tls_crl_cert_reload()
356 return store; in tls_crl_cert_reload()
516 static const CERT_CONTEXT * cryptoapi_find_cert(const char *name, DWORD store) in cryptoapi_find_cert() argument
522 store | CERT_STORE_OPEN_EXISTING_FLAG | in cryptoapi_find_cert()
669 const char *store; in tls_cryptoapi_ca_cert() local
[all …]
Dtls_openssl_ocsp.c497 X509_STORE *store; in check_ocsp_resp() local
580 store = SSL_CTX_get_cert_store(ssl_ctx); in check_ocsp_resp()
582 if (X509_STORE_add_cert(store, issuer) != 1) { in check_ocsp_resp()
641 if (!ctx || !X509_STORE_CTX_init(ctx, store, signer, untrusted)) in check_ocsp_resp()
/hostap-latest/wpa_supplicant/
Dtodo.txt65 configured ca_cert store (e.g., ROOT) (they could be, e.g., in CA store)
DREADME-HS20148 # Windows certificate store can be used by leaving client_cert out and
158 # certificate store (My user account) is used, whereas computer store
DChangeLog946 * EAP-SIM/AKA: store pseudonym identity in network configuration to
1579 store in a PAC list (fast_max_pac_list_len=<max> in phase1 string)
1885 certificate store: ca_cert="cert_store://<name>", where <name> is
1993 and wpa_gui to store the configuration changes in a permanent store
2003 * added support for using Windows certificate store (through CryptoAPI)
Dandroid.config421 # wpa_supplicant can be configured to maintain its own entropy store over
Ddefconfig483 # wpa_supplicant can be configured to maintain its own entropy store over
/hostap-latest/hostapd/
Dhlr_auc_gw.txt66 hostapd (EAP server) can also be configured to store the EAP-SIM/AKA
Ddefconfig252 # hostapd can be configured to maintain its own entropy store over restarts to
DChangeLog569 - SQLite database can now be used to store Milenage information
/hostap-latest/src/utils/
Dhttp_curl.c1098 X509_STORE *store; in ocsp_resp_cb() local
1135 store = SSL_CTX_get_cert_store(SSL_get_SSL_CTX(s)); in ocsp_resp_cb()
1141 if (X509_STORE_add_cert(store, ctx->peer_issuer) != 1) { in ocsp_resp_cb()
1169 status = OCSP_basic_verify(basic, certs, store, OCSP_TRUSTOTHER); in ocsp_resp_cb()
/hostap-latest/tests/hwsim/
DREADME15 sent on all channels. wlantest is used to store the frames for
/hostap-latest/wpa_supplicant/doc/docbook/
Dwpa_supplicant.sgml385 maintain its internal entropy store in over restarts.</para>