[openssl.org #2936] Properly set default trusted CA paths if -CAfile and -CApath not used

2014-08-15 Thread Rich Salz via RT
Fixed in branch, to be released post-1.0.2 commit 3938694b2a770efad980c947b68981b110e784d6 Author: Rich Salz Date: Fri Aug 15 14:27:04 2014 -0400 PR 2936, etc: Consistently use default cert dir All apps that have -CApath and -CAfile now are consistent and call common code to use the specified p

[openssl.org #2936] Properly set default trusted CA paths if -CAfile and -CApath not used

2012-12-09 Thread Tomas Mraz via RT
The current behavior of s_client, s_server and s_time commands in regards to the default trusted CA store path is incorrect. The default paths are loaded only in case SSL_CTX_load_verify_locations() does not fail. This means that you have to use -CApath or -CAfile The attached patch properly sets t