Home
last modified time | relevance | path

Searched refs:x509_store (Results 1 - 1 of 1) sorted by relevance

/third_party/libwebsockets/lib/tls/openssl/
H A Dopenssl-client.c728 X509_STORE *x509_store; local
1059 x509_store = X509_STORE_new();
1060 if (!X509_STORE_add_cert(x509_store, client_CA)) {
1061 X509_STORE_free(x509_store);
1067 /* it doesn't increment x509_store ref counter */
1069 x509_store);

Completed in 3 milliseconds