RE: Intermediate certificate verification

2012-09-24 Thread Nou Dadoun
Sent: September 21, 2012 7:37 PM To: openssl-users@openssl.org Subject: RE: Intermediate certificate verification > From: owner-openssl-us...@openssl.org On Behalf Of Nou Dadoun > Sent: Friday, 21 September, 2012 15:29 > Just wanted to confirm an assumption, I've got 3 x509 ce

RE: Intermediate certificate verification

2012-09-21 Thread Dave Thompson
> From: owner-openssl-us...@openssl.org On Behalf Of Nou Dadoun > Sent: Friday, 21 September, 2012 15:29 > Just wanted to confirm an assumption, I've got 3 x509 certificates: > > Root --> intermediate --> leaf > > I load the intermediate certificate (but not the Root > certificate) into the x5

Intermediate certificate verification

2012-09-21 Thread Nou Dadoun
Just wanted to confirm an assumption, I've got 3 x509 certificates: Root --> intermediate --> leaf I load the intermediate certificate (but not the Root certificate) into the x509_store and set up the verify_ctx to verify the leaf certificate. I then use the "X509_verify_cert(verify_ctx)" func