Home
last modified time | relevance | path

Searched refs:cert_store (Results 1 – 2 of 2) sorted by relevance

/PHP-7.4/ext/openssl/tests/
H A Dbug74022.phpt10 $cert_store = file_get_contents($pfx);
12 var_dump(openssl_pkcs12_read($cert_store, $cert_info, "csos"));
/PHP-7.4/ext/openssl/
H A Dxp_ssl.c756 static long php_openssl_load_stream_cafile(X509_STORE *cert_store, const char *cafile) /* {{{ */ in php_openssl_load_stream_cafile() argument
815 if (cert && X509_STORE_add_cert(cert_store, cert)) { in php_openssl_load_stream_cafile()

Completed in 11 milliseconds