Searched refs:store (Results 1 – 13 of 13) sorted by relevance
/hostap-latest/src/crypto/ |
D | tls_openssl.c | 333 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 …]
|
D | tls_openssl_ocsp.c | 497 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/ |
D | todo.txt | 65 configured ca_cert store (e.g., ROOT) (they could be, e.g., in CA store)
|
D | README-HS20 | 148 # Windows certificate store can be used by leaving client_cert out and 158 # certificate store (My user account) is used, whereas computer store
|
D | ChangeLog | 946 * 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)
|
D | android.config | 421 # wpa_supplicant can be configured to maintain its own entropy store over
|
D | defconfig | 483 # wpa_supplicant can be configured to maintain its own entropy store over
|
/hostap-latest/hostapd/ |
D | hlr_auc_gw.txt | 66 hostapd (EAP server) can also be configured to store the EAP-SIM/AKA
|
D | defconfig | 252 # hostapd can be configured to maintain its own entropy store over restarts to
|
D | ChangeLog | 569 - SQLite database can now be used to store Milenage information
|
/hostap-latest/src/utils/ |
D | http_curl.c | 1098 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/ |
D | README | 15 sent on all channels. wlantest is used to store the frames for
|
/hostap-latest/wpa_supplicant/doc/docbook/ |
D | wpa_supplicant.sgml | 385 maintain its internal entropy store in over restarts.</para>
|