Searched refs:cert_store (Results 1 – 2 of 2) sorted by relevance
8 $cert_store = file_get_contents($pfx);10 var_dump(openssl_pkcs12_read($cert_store, $cert_info, "csos"));
801 static long php_openssl_load_stream_cafile(X509_STORE *cert_store, const char *cafile) /* {{{ */ in php_openssl_load_stream_cafile() argument860 if (cert && X509_STORE_add_cert(cert_store, cert)) { in php_openssl_load_stream_cafile()
Completed in 12 milliseconds