Searched defs:capath (Results 1 - 1 of 1) sorted by relevance

/PHP_TRUNK/ext/openssl/
H A Dopenssl.c4856 char *capath = NULL; local
4871 GET_VER_OPT_STRING("capath", capath);
4873 if (cafile || capath) {
4874 if (!SSL_CTX_load_verify_locations(ctx, cafile, capath)) {
4875 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to set verify locations `%s' `%s'", cafile, capath);
4913 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to set local cert chain file `%s'; Check that your cafile/capath settings include details of your certificate and its issuer", certfile);

Completed in 14 milliseconds