Add support for -no-CApath and -no-CAfile options
authorMatt Caswell <matt@openssl.org>
Tue, 22 Sep 2015 15:00:52 +0000 (16:00 +0100)
committerMatt Caswell <matt@openssl.org>
Fri, 25 Sep 2015 13:49:59 +0000 (14:49 +0100)
commit2b6bcb702d237171ec5217956a42c8dce031ea51
tree28ae33107e186389f048d4e7f0aa9a9a12ed79a2
parent631fb6af5f404e4f8b4ae33f3ffdcec81b9df19a
Add support for -no-CApath and -no-CAfile options

For those command line options that take the verification options
-CApath and -CAfile, if those options are absent then the default path or
file is used instead. It is not currently possible to specify *no* path or
file at all. This change adds the options -no-CApath and -no-CAfile to
specify that the default locations should not be used to all relevant
applications.

Reviewed-by: Andy Polyakov <appro@openssl.org>
apps/apps.c
apps/apps.h
apps/cms.c
apps/crl.c
apps/ocsp.c
apps/pkcs12.c
apps/s_client.c
apps/s_server.c
apps/s_time.c
apps/smime.c
apps/verify.c