tree: 12cd507e2ef90013984a44d1bd8778e7659c933c [path history] [tgz]
  1. store/
  2. testdata/
  3. BUILD.gn
  4. README.md
net/data/ssl/chrome_root_store/README.md

Chrome Root Store

This directory contains the in development definition of the Chrome Root Store. It is currently not used for trust decisions in Chrome.

The root store is defined by store/root_store.textproto file, which is a RootStore protobuf message, defined in //net/tools/root_store_tool/root_store.proto. It references certificates in the store/certs directory. The root_store_tool will files in this directory to eventually use this data for trust decisions in Chrome.