Chrome Release Bot (LUCI) 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
..
DIR_METADATA 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
OWNERS 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
README 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
cert_net_fetcher_url_request.cc 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
cert_net_fetcher_url_request.h 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
cert_net_fetcher_url_request_unittest.cc 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago

README

cert_net/ contains certificate functionality that depends on network loading (OCSP, CRL, AIA fetching).

Conceptually certificates (net/cert/) is a separable concept from net/ and may
end up becoming its own build target. This file organization encourages not
adding dependencies in cert/ for doing network loading. Instead that code
should be placed here.