Re: Default certificate path taken by openssl

2020-01-08 Thread Viktor Dukhovni
On Thu, Jan 09, 2020 at 06:42:36AM +, Chethan Kumar wrote: > In Linux, if any application which uses openssl does not specify the > path from which certificates should be read by openssl, does openssl > try to read from default path or something? OpenSSL has a default cert store path, but it

Default certificate path taken by openssl

2020-01-08 Thread Chethan Kumar
Hi all, Need your help in quesry related to certificate used by openssl. In Linux, if any application which uses openssl does not specify the path from which certificates should be read by openssl, does openssl try to read from default path or something? Need help in this as there is one ca-bun

Re: SSL_set_client_CA_list(ssl, NULL) problem?

2020-01-08 Thread Claus Assmann
On Fri, Jan 03, 2020, Benjamin Kaduk via openssl-users wrote: > On Sun, Nov 24, 2019 at 12:05:34PM +0100, Claus Assmann wrote: > > Seems it is impossible to override the list with NULL for SSL, as > > the code will then use the list from CTX (if my limited understanding > > Is this intentional? T