|
|
|
|
|
by est31
2026 days ago
|
|
> CAs that have been installed by the device owner or administrator into the operating system trust store are expected to continue to work as they do today. Huh that's a really cool idea. I wonder how it's implemented, as it might be useful for the rustls-native-certs crate as well... Edit: found it: Apparently there is a bool field is_issued_by_known_root that gets set by the differerent backends. https://chromium.googlesource.com/chromium/src/net/+/2f96522... |
|
We’re taking an approach similar to Firefox’s implementation ( https://searchfox.org/mozilla-central/source/security/manage... ), which I helped advise on in the long ago days. It may end up using like that bool, but if you read through the commit history for how that code in Chrome works, you can see there are a lot of sharp edges.