Re: [TLS] Security of CertificateStatus?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [TLS] Security of CertificateStatus?
You either need to validate the chain (plus CRL), or you need OCSP, not both.
Either allows you to tell if the certificate presented by the server is
valid. If the certificate is valid, you can "trust" the server.
When I validate a typical certificate chain, my code ends up
retrieving up to 4 CRLs since the CRLs of intermediate CAs
need to be checked too. Does the single OCSP response also
validate these intermediate CA certificates?
Mike
_______________________________________________
TLS mailing list
TLS at lists.ietf.org
https://www1.ietf.org/mailman/listinfo/tls
Note: Messages sent to this list are the opinions of the senders and do not imply endorsement by the IETF.