tree: edfc19c07856430499468315fa664fcac32bd318 [path history] [tgz]
  1. BUILD.gn
  2. faq.md
  3. OWNERS
  4. README.md
  5. root_store.certs
  6. root_store.md
  7. root_store.textproto
  8. test_store.certs
  9. test_store.textproto
  10. testing.md
net/data/ssl/chrome_root_store/README.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 a RootStore protobuf message, defined in //net/cert/root_store.proto.

  • root_store.certs which stores the certificates referenced by root_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.