Home
last modified time | relevance | path

Searched refs:cert_store (Results 1 – 2 of 2) sorted by last modified time

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

Completed in 14 milliseconds