Home
last modified time | relevance | path

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

/PHP-7.4/ext/openssl/tests/
H A Dopenssl_pkcs7_verify_basic.phpt21 $cainfo = array();
28 var_dump(openssl_pkcs7_verify($eml, PKCS7_NOVERIFY, $outfile, $cainfo, $outfile, $contentfile));
29 var_dump(openssl_pkcs7_verify($eml, PKCS7_NOVERIFY, $outfile, $cainfo, $outfile, $contentfile, $pkc…
H A Dopenssl_x509_checkpurpose_basic.phpt2 int openssl_x509_checkpurpose ( mixed $x509cert , int $purpose [, array $cainfo = array() [, string…
45 /* int openssl_x509_checkpurpose ( mixed $x509cert , int $purpose [, array $cainfo = array() ] ); */
68 /* int openssl_x509_checkpurpose ( mixed $x509cert , int $purpose [, array $cainfo = array() [, str…
/PHP-7.4/ext/curl/
H A Dinterface.c1961 char *cainfo; in _php_curl_set_default_options() local
1978 cainfo = INI_STR("openssl.cafile"); in _php_curl_set_default_options()
1979 if (!(cainfo && cainfo[0] != '\0')) { in _php_curl_set_default_options()
1980 cainfo = INI_STR("curl.cainfo"); in _php_curl_set_default_options()
1982 if (cainfo && cainfo[0] != '\0') { in _php_curl_set_default_options()
1983 curl_easy_setopt(ch->cp, CURLOPT_CAINFO, cainfo); in _php_curl_set_default_options()
/PHP-7.4/ext/openssl/
H A Dopenssl.c170 ZEND_ARG_INFO(0, cainfo) /* array */
289 ZEND_ARG_INFO(0, cainfo) /* array */
2617 X509_STORE * cainfo = NULL; in PHP_FUNCTION() local
2638 cainfo = php_openssl_setup_verify(zcainfo); in PHP_FUNCTION()
2639 if (cainfo == NULL) { in PHP_FUNCTION()
2647 ret = check_cert(cainfo, cert, untrustedchain, (int)purpose); in PHP_FUNCTION()
2657 if (cainfo) { in PHP_FUNCTION()
2658 X509_STORE_free(cainfo); in PHP_FUNCTION()
5150 zval * cainfo = NULL; in PHP_FUNCTION() local
5170 &flags, &signersfilename, &signersfilename_len, &cainfo, in PHP_FUNCTION()
[all …]
/PHP-7.4/
H A Dphp.ini-development1919 ;curl.cainfo =
H A Dphp.ini-production1919 ;curl.cainfo =

Completed in 44 milliseconds