Re: Given a certificate (PKC#7 format) how can you determine the root certificate file name

2008-06-20 Thread Victor Duchovni
On Thu, Jun 19, 2008 at 11:31:39PM -0700, Sendroiu Eugen wrote: > If the files are stored locally in a directory, > then you can specify to the CTX the hash directory ( > X509_STORE_load_locations(store,hashdir,rootfile) ), but you need to > name your certificate file(s) with the hash of the subje

Re: Given a certificate (PKC#7 format) how can you determine the root certificate file name

2008-06-19 Thread Sendroiu Eugen
:15 PM Subject: Given a certificate (PKC#7 format) how can you determine the root certificate file name I'm writing code in C++ and to validate a certificate I need to verify it's chain back to the root certificate. The method that validates the certificate also needs the root certificate

Given a certificate (PKC#7 format) how can you determine the root certificate file name

2008-06-19 Thread Olivia Hudson
I'm writing code in C++ and to validate a certificate I need to verify it's chain back to the root certificate. The method that validates the certificate also needs the root certificate file name. How can I determine the root certificate file name for a given certificate? I know the directory where