Searched refs:certfile (Results 1 – 2 of 2) sorted by relevance
/PHP-7.0/ext/openssl/ |
H A D | xp_ssl.c | 898 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 D | openssl.c | 798 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 21 milliseconds