Re: Trusting intermediate and leaf certificates

2013-01-11 Thread JordanBrown
Dr. Stephen Henson wrote There is an experimental flag X509_V_FLAG_PARTIAL_CHAIN which may do what you want. Looks very promising. Thanks. -- View this message in context: http://openssl.6102.n7.nabble.com/Trusting-intermediate-and-leaf-certificates-tp19519p43110.html Sent from

Re: Trusting intermediate and leaf certificates

2013-01-06 Thread Dr. Stephen Henson
On Wed, Oct 24, 2012, Jordan Brown wrote: If I have RootCA - IntermediateCA - ServerCert current OpenSSL will only support trusting RootCA, not trusting IntermediateCA or ServerCert. I see in http://old.nabble.com/Verify-intermediate-certificate-td33129488.html that there's an

Trusting intermediate and leaf certificates

2012-10-25 Thread Jordan Brown
If I have RootCA - IntermediateCA - ServerCert current OpenSSL will only support trusting RootCA, not trusting IntermediateCA or ServerCert. I see in http://old.nabble.com/Verify-intermediate-certificate-td33129488.html that there's an experimental new flag X509_V_FLAG_TRUSTED_FIRST that will