Home
last modified time | relevance | path

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

/PHP-7.2/ext/openssl/
H A Dxp_ssl.c769 static long php_openssl_load_stream_cafile(X509_STORE *cert_store, const char *cafile) /* {{{ */ in php_openssl_load_stream_cafile() function
882 if (cafile && !php_openssl_load_stream_cafile(SSL_CTX_get_cert_store(ctx), cafile)) { in php_openssl_enable_peer_verification()

Completed in 20 milliseconds