Name Date Size #Lines LOC

..--

DIR_METADATAH A D25-Apr-2025149 87

README.mdH A D25-Apr-2025528 129

cert_net_fetcher_url_request.ccH A D25-Apr-202529.5 KiB894571

cert_net_fetcher_url_request.hH A D25-Apr-20252.6 KiB7442

cert_net_fetcher_url_request_unittest.ccH A D25-Apr-202521.8 KiB675447

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