Home
last modified time | relevance | path

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

/PHP-7.2/ext/openssl/tests/
H A Dopenssl_pkcs7_verify_basic.phpt23 $cainfo = array();
30 var_dump(openssl_pkcs7_verify($eml, PKCS7_NOVERIFY, $outfile, $cainfo, $outfile, $contentfile));
31 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…
41 /* int openssl_x509_checkpurpose ( mixed $x509cert , int $purpose [, array $cainfo = array() ] ); */
64 /* int openssl_x509_checkpurpose ( mixed $x509cert , int $purpose [, array $cainfo = array() [, str…
/PHP-7.2/ext/openssl/
H A DREADME39 When calling a function that will verify a signature/certificate, the cainfo
84 array cainfo[, string untrustedfile])
96 cainfo is an array of CA information (as mentioned above).
131 array cainfo])
137 cainfo and flags are CA information and flag information as described
H A Dopenssl.c165 ZEND_ARG_INFO(0, cainfo) /* array */
284 ZEND_ARG_INFO(0, cainfo) /* array */
2550 X509_STORE * cainfo = NULL; in PHP_FUNCTION() local
2571 cainfo = php_openssl_setup_verify(zcainfo); in PHP_FUNCTION()
2572 if (cainfo == NULL) { in PHP_FUNCTION()
2580 ret = check_cert(cainfo, cert, untrustedchain, (int)purpose); in PHP_FUNCTION()
2590 if (cainfo) { in PHP_FUNCTION()
2591 X509_STORE_free(cainfo); in PHP_FUNCTION()
5021 zval * cainfo = NULL; in PHP_FUNCTION() local
5041 &flags, &signersfilename, &signersfilename_len, &cainfo, in PHP_FUNCTION()
[all …]
/PHP-7.2/ext/curl/
H A Dinterface.c1939 char *cainfo; in _php_curl_set_default_options() local
1956 cainfo = INI_STR("openssl.cafile"); in _php_curl_set_default_options()
1957 if (!(cainfo && cainfo[0] != '\0')) { in _php_curl_set_default_options()
1958 cainfo = INI_STR("curl.cainfo"); in _php_curl_set_default_options()
1960 if (cainfo && cainfo[0] != '\0') { in _php_curl_set_default_options()
1961 curl_easy_setopt(ch->cp, CURLOPT_CAINFO, cainfo); in _php_curl_set_default_options()
/PHP-7.2/
H A Dphp.ini-development1909 ;curl.cainfo =
H A Dphp.ini-production1911 ;curl.cainfo =

Completed in 57 milliseconds