Searched refs:cainfo (Results 1 - 2 of 2) sorted by relevance
| /PHP_TRUNK/ext/curl/ |
| H A D | interface.c | 482 PHP_INI_ENTRY("curl.cainfo", "", PHP_INI_SYSTEM, NULL) 1881 char *cainfo; local 1896 cainfo = INI_STR("curl.cainfo"); 1897 if (cainfo && strlen(cainfo) > 0) { 1898 curl_easy_setopt(ch->cp, CURLOPT_CAINFO, cainfo);
|
| /PHP_TRUNK/ext/openssl/ |
| H A D | openssl.c | 142 ZEND_ARG_INFO(0, cainfo) /* array */ 261 ZEND_ARG_INFO(0, cainfo) /* array */ 1908 /* {{{ proto int openssl_x509_checkpurpose(mixed x509cert, int purpose, array cainfo [, string untrustedfile]) 1909 Checks the CERT to see if it can be used for the purpose in purpose. cainfo holds information about trusted CAs */ 1913 X509_STORE * cainfo = NULL; local 1934 cainfo = setup_verify(zcainfo TSRMLS_CC); 1935 if (cainfo == NULL) { 1943 ret = check_cert(cainfo, cert, untrustedchain, purpose); 1954 if (cainfo) { 1955 X509_STORE_free(cainfo); 3719 zval * cainfo = NULL; local [all...] |
Completed in 11 milliseconds