xref: /aosp_15_r20/external/cronet/net/cert_net/README.md (revision 6777b5387eb2ff775bb5750e3f5d96f37fb7352b)
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