README.md
1`cert_net/` contains certificate functionality that depends on network loading
2(OCSP, CRL, AIA fetching).
3
4The implementation in this directory is built on `URLRequest`. See also
5`services/cert_verifier/cert_net_url_loader/` for an implementation built on
6`URLLoader`.
7
8Conceptually certificates (`net/cert/`) is a separable concept from `net/` and
9may end up becoming its own build target. This file organization encourages not
10adding dependencies in `cert/` for doing network loading. Instead that code
11should be placed here.
12