Home
last modified time | relevance | path

Searched refs:certfile (Results 1 – 2 of 2) sorted by relevance

/PHP-7.0/ext/openssl/
H A Dxp_ssl.c898 char *certfile = NULL; in set_local_cert() local
900 GET_VER_OPT_STRING("local_cert", certfile); in set_local_cert()
902 if (certfile) { in set_local_cert()
906 if (VCWD_REALPATH(certfile, resolved_path_buff)) { in set_local_cert()
909 …ck that your cafile/capath settings include details of your certificate and its issuer", certfile); in set_local_cert()
H A Dopenssl.c798 static STACK_OF(X509) * load_all_certs_from_file(char *certfile);
2322 static STACK_OF(X509) * load_all_certs_from_file(char *certfile) in STACK_OF()
2334 if (php_openssl_open_base_dir_chk(certfile)) { in STACK_OF()
2339 if(!(in=BIO_new_file(certfile, "r"))) { in STACK_OF()
2340 php_error_docref(NULL, E_WARNING, "error opening the file, %s", certfile); in STACK_OF()
2347 php_error_docref(NULL, E_WARNING, "error reading the file, %s", certfile); in STACK_OF()
2362 php_error_docref(NULL, E_WARNING, "no certificates in file, %s", certfile); in STACK_OF()

Completed in 28 milliseconds