naiveproxy/net/cert_net
2018-01-28 13:32:06 -05:00
..
cert_net_fetcher_impl.cc Import chromium-64.0.3282.119 2018-01-28 13:32:06 -05:00
cert_net_fetcher_impl.h Import chromium-64.0.3282.119 2018-01-28 13:32:06 -05:00
nss_ocsp.cc Import chromium-64.0.3282.119 2018-01-28 13:32:06 -05:00
nss_ocsp.h Import chromium-64.0.3282.119 2018-01-28 13:32:06 -05:00
OWNERS Import chromium-64.0.3282.119 2018-01-28 13:32:06 -05:00
README Import chromium-64.0.3282.119 2018-01-28 13:32:06 -05:00

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.