Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
BUILD.gn | H A D | 25-Apr-2025 | 1.4 KiB | 45 | 40 | |
README.md | H A D | 25-Apr-2025 | 1 KiB | 26 | 18 | |
faq.md | H A D | 25-Apr-2025 | 15.7 KiB | 305 | 245 | |
root_store.certs | H A D | 25-Apr-2025 | 698.7 KiB | 12,698 | 12,499 | |
root_store.md | H A D | 25-Apr-2025 | 21.8 KiB | 143 | 139 | |
root_store.textproto | H A D | 25-Apr-2025 | 28.8 KiB | 833 | 696 | |
test_store.certs | H A D | 25-Apr-2025 | 9 KiB | 165 | 163 | |
test_store.textproto | H A D | 25-Apr-2025 | 769 | 27 | 23 | |
testing.md | H A D | 25-Apr-2025 | 1.7 KiB | 37 | 28 |
README.md
1# Chrome Root Store 2 3This directory contains the artifacts related to the 4[Chrome Root Store](https://chromium.googlesource.com/chromium/src/+/main/net/data/ssl/chrome_root_store/root_store.md). 5 6The root store is defined by two files: 7 8* `root_store.textproto` file, which is a `RootStore` 9 [protobuf](https://developers.google.com/protocol-buffers) message, defined in 10 [`//net/cert/root_store.proto`](/net/cert/root_store.proto). 11 12* `root_store.certs` which stores the certificates referenced by 13 `root_store.textproto` 14 15The [`root_store_tool`](/net/tools/root_store_tool/root_store_tool.cc) uses the 16two files above to generate code that is included in Chrome. The Chrome Root 17Store and Certificate Verifier will begin rolling out on Windows and macOS in 18Chrome 105, with other platforms to follow. 19 20## Additional Information 21Learn more about testing with the Chrome Root Store and Certificate Verifier 22[here](testing.md). 23 24Learn more about the Chrome Root Program [here](https://g.co/chrome/root-policy). 25 26See "Frequently Asked Questions" [here](faq.md).