Home
last modified time | relevance | path

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

/PHP-5.3/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.c133 ZEND_ARG_INFO(0, cainfo) /* array */
242 ZEND_ARG_INFO(0, cainfo) /* array */
1625 X509_STORE * cainfo = NULL; in PHP_FUNCTION() local
1646 cainfo = setup_verify(zcainfo TSRMLS_CC); in PHP_FUNCTION()
1647 if (cainfo == NULL) { in PHP_FUNCTION()
1655 ret = check_cert(cainfo, cert, untrustedchain, purpose); in PHP_FUNCTION()
1666 if (cainfo) { in PHP_FUNCTION()
1667 X509_STORE_free(cainfo); in PHP_FUNCTION()
3374 zval * cainfo = NULL; in PHP_FUNCTION() local
3388 &flags, &signersfilename, &signersfilename_len, &cainfo, in PHP_FUNCTION()
[all …]
/PHP-5.3/ext/curl/
H A Dinterface.c1532 char *cainfo; in PHP_FUNCTION() local
1574 cainfo = INI_STR("curl.cainfo"); in PHP_FUNCTION()
1575 if (cainfo && strlen(cainfo) > 0) { in PHP_FUNCTION()
1576 curl_easy_setopt(ch->cp, CURLOPT_CAINFO, cainfo); in PHP_FUNCTION()
/PHP-5.3/
H A DNEWS1088 . Added ini option curl.cainfo (support for custom cert db). (Pierre)

Completed in 60 milliseconds