Index: components/cast_certificate/cast_cert_validator.h |
diff --git a/components/cast_certificate/cast_cert_validator.h b/components/cast_certificate/cast_cert_validator.h |
index 1c335ae6530b446a86bf234d00ac39f5774a0c7f..4d1344fedbd035cfe1d57afc1314fb919c2effa3 100644 |
--- a/components/cast_certificate/cast_cert_validator.h |
+++ b/components/cast_certificate/cast_cert_validator.h |
@@ -55,8 +55,7 @@ class CertVerificationContext { |
// |
// * |certs| is a chain of DER-encoded certificates: |
// * |certs[0]| is the target certificate (i.e. the device certificate) |
-// * |certs[i]| is the certificate that issued certs[i-1] |
-// * |certs.back()| must be signed by a trust anchor |
+// * |certs[1..n-1]| are intermediates certificates to use in path building. |
eroman
2016/07/01 23:49:29
"Their ordering does not matter".
mattm
2016/07/02 02:21:51
Done.
|
// |
// * |time| is the UTC time to use for determining if the certificate |
// is expired. |