commit | 2b6bcb702d237171ec5217956a42c8dce031ea51 | [log] [tgz] |
---|---|---|
author | Matt Caswell <matt@openssl.org> | Tue Sep 22 16:00:52 2015 +0100 |
committer | Matt Caswell <matt@openssl.org> | Fri Sep 25 14:49:59 2015 +0100 |
tree | 28ae33107e186389f048d4e7f0aa9a9a12ed79a2 | |
parent | 631fb6af5f404e4f8b4ae33f3ffdcec81b9df19a [diff] |
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>