Google Chrome: contstraint based CA distrust #513
Replies: 2 comments
-
Hi Lukas If I understand correctly Chrome will complain for all "Entrust"-signed certificates with STC after October 31. It would be nice to warn the user that the certificate will not be trusted by Chrome. If this is worth a What is your option? Matteo |
Beta Was this translation helpful? Give feedback.
-
Yes, I think either CRITICAL or WARNING would be fine by default. Just optionally checking for this via opt-in is probably not sufficient because the point is that the user may not know about it beforehand. |
Beta Was this translation helpful? Give feedback.
-
Hello,
Google Chrome implements constrain based CA distrust:
https://source.chromium.org/chromium/chromium/src/+/main:net/cert/root_store.proto;drc=a783c3bab474ff68e675e2753f91c92ca817e072;l=15?q=f:root_store.proto&ss=chromium
which will be used to distrust Entrust Root CA for certificates whose earliest Signed Certificate Timestamp (SCT) is dated after October 31, 2024 (GMT) :
https://security.googleblog.com/2024/06/sustaining-digital-certificate-security.html
https://groups.google.com/a/ccadb.org/g/public/c/29CRLOPM6OM/m/-tvW5l-lAAAJ?pli=1
Not exactly sure what can be done here by check_ssl_cert.
Replicating the Chrome Feature as-is is probably very complex.
Simply blacklisting certain CA's perhaps?
Or perhaps this should be considered out of scope?
Thanks,
Lukas
Beta Was this translation helpful? Give feedback.
All reactions