Search
j0ke.net Open Build Service
>
Projects
>
home:netmax
:
monitoring
>
openssl1
> bug-860332-cmdline-check-certs.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File bug-860332-cmdline-check-certs.patch of Package openssl1
Index: openssl-1.0.1f/apps/s_client.c =================================================================== --- openssl-1.0.1f.orig/apps/s_client.c +++ openssl-1.0.1f/apps/s_client.c @@ -575,7 +575,7 @@ int MAIN(int argc, char **argv) char *passarg = NULL, *pass = NULL; X509 *cert = NULL; EVP_PKEY *key = NULL; - char *CApath=NULL,*CAfile=NULL,*cipher=NULL; + char *CApath="/etc/ssl/certs",*CAfile=NULL,*cipher=NULL; int reconnect=0,badop=0,verify=SSL_VERIFY_NONE,bugs=0; int crlf=0; int write_tty,read_tty,write_ssl,read_ssl,tty_on,ssl_pending;