mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2024-11-28 00:06:09 +03:00
.. | ||
BUILD.gn | ||
faq.md | ||
OWNERS | ||
README.md | ||
root_store.certs | ||
root_store.md | ||
root_store.textproto | ||
test_store.certs | ||
test_store.textproto | ||
testing.md |
Chrome Root Store
This directory contains the artifacts related to the Chrome Root Store.
The root store is defined by two files:
-
root_store.textproto
file, which is aRootStore
protobuf message, defined in//net/cert/root_store.proto
. -
root_store.certs
which stores the certificates referenced byroot_store.textproto
The root_store_tool
uses the
two files above to generate code that is included in Chrome. The Chrome Root
Store and Certificate Verifier will begin rolling out on Windows and macOS in
Chrome 105, with other platforms to follow.
Additional Information
Learn more about testing with the Chrome Root Store and Certificate Verifier here.
Learn more about the Chrome Root Program here.
See "Frequently Asked Questions" here.