RE: TLS trust of a chain of certificates up to a root CA.Certificate Sign extenstion not set

2009-10-28 Thread Mourad Cherfaoui (mcherfao)
extenstion not set On Tue, Oct 27, 2009, Mourad Cherfaoui wrote: > > Hi,   I have a chain of certificates C->B->A->RootCA. The TLS client > only presents C during the TLS handshake. RootCA has the Certificate > Sign extension set but not B and A.   The TLS server fails the TLS

TLS trust of a chain of certificates up to a root CA. Certificate Sign extenstion not set

2009-10-28 Thread Mourad Cherfaoui
Hi,   I have a chain of certificates C->B->A->RootCA. The TLS client only presents C during the TLS handshake. RootCA has the Certificate Sign extension set but not B and A.   The TLS server fails the TLS handshake because of the absence of the Certificate Sign extension in B and A.   My first