[openssl-users] How does OpenSSL load/parse the certificate store?

2015-09-15 Thread Rene Bartsch
Hi, how does OpenSSL scan/parse the certificate store? Does it look for specific directory-/filenames (e.g. CA-identity = .crt) or does it just parse ALL files in the certificate store? -- Best regards, Renne ___ openssl-users mailing list To

Re: [openssl-users] How does OpenSSL load/parse the certificate store?

2015-09-15 Thread Jakob Bohm
On 15/09/2015 08:28, Rene Bartsch wrote: Hi, how does OpenSSL scan/parse the certificate store? Does it look for specific directory-/filenames (e.g. CA-identity = .crt) or does it just parse ALL files in the certificate store? See the documentation of the c_rehash program. Basically there