Searched refs:php_openssl_load_stream_cafile (Results 1 – 1 of 1) sorted by relevance
801 static long php_openssl_load_stream_cafile(X509_STORE *cert_store, const char *cafile) /* {{{ */ in php_openssl_load_stream_cafile() function914 if (cafile && !php_openssl_load_stream_cafile(SSL_CTX_get_cert_store(ctx), cafile)) { in php_openssl_enable_peer_verification()
Completed in 13 milliseconds