Hi ,
  I am  using openssl for signature verification of the files in my
application.
  For supporting multiple root certificates , Is there a db or storage
area[file] which openssl searches
  while finding the root of the passed input certificates ?

I am using X509_Verify_cert api of openssl to verify certificates.

The scenario is as below :
Say I have 2 certificates A and B in my application , A's Issuer is B and B
's issuer is C.
Here C is the [self signed] root certificate. Can I store C somewhere in
openssl and find it
to complete the chain A-->B-->C

Regards,
Mayur

Reply via email to