Evict resources from resource pool after timeout
[chromium-blink-merge.git] / net / cert_net / README
blob67fe3ba8b4497815f33044a7663eb841b14e5c30
1 cert_net/ contains certificate functionality that depends on network loading (OCSP, CRL, AIA fetching).
3 Conceptually certificates (net/cert/) is a separable concept from net/ and may
4 end up becoming its own build target. This file organization encourages not
5 adding dependencies in cert/ for doing network loading. Instead that code
6 should be placed here.