naiveproxy/src/net/data/ssl/chrome_root_store
2023-08-17 07:30:18 +08:00
..
BUILD.gn Import chromium-116.0.5845.92 2023-08-17 07:30:18 +08:00
faq.md Import chromium-116.0.5845.92 2023-08-17 07:30:18 +08:00
OWNERS Import chromium-116.0.5845.92 2023-08-17 07:30:18 +08:00
README.md Import chromium-116.0.5845.92 2023-08-17 07:30:18 +08:00
root_store.certs Import chromium-116.0.5845.92 2023-08-17 07:30:18 +08:00
root_store.md Import chromium-116.0.5845.92 2023-08-17 07:30:18 +08:00
root_store.textproto Import chromium-116.0.5845.92 2023-08-17 07:30:18 +08:00
test_store.certs Import chromium-116.0.5845.92 2023-08-17 07:30:18 +08:00
test_store.textproto Import chromium-116.0.5845.92 2023-08-17 07:30:18 +08:00
testing.md Import chromium-116.0.5845.92 2023-08-17 07:30:18 +08:00

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.