,
CrossCertFromBridgeCAtoRootCA2, UserCertByRootCA2
- Original Message -
From: "Suram Chandra Sekhar" <[EMAIL PROTECTED]>
To:
Sent: Friday, December 09, 2005 10:22 PM
Subject: Doubt regarding x509_verify_cert
Hi,
I have a doubt regarding the x509_verify_cert.
I used openssl
Hi,
I have a doubt regarding the x509_verify_cert.
I used openssl to generate two Root CA certificates (Self signed) say Root
CA1, Root CA2. I got two self-certificates say SelfCert1 from Root CA1 and
SelfCert2 from Root CA2.
In an effort to simulate a bridge CA, one more root CA is generat
Hi all,
I hava a doubt regarding X509_verify_cert.
What I understand from the documentation of "verify" is that we need to
pass all the trusted certs and all the un-trusted certs.
X509_verify_cert will construct the cert chain upto the ROOT CA and then
validates the chain and finally
Hi all and Hello Dr. Henson,
please find attached files:
cacert.pem - trusted certificate
cakey.pem - trusted certificate's private key.
selfcert.pem - certificate signed by the given trusted certificate.
The following is the output when we try to use openssl verify utility:
$ openssl verify
Hi all,
I have a doubt regarding the x509_verify_cert(). When we have a TRUSTED
certificate with the authority-key-identifier extension, and when we are
trying to verify a SELF certificate using the function X509_verify_cert(),
the verification is failing.
Upon a deeper look into the function