blob: 67fe3ba8b4497815f33044a7663eb841b14e5c30 [file] [log] [blame]
Andrew Top0d1858f2019-05-15 22:01:47 -07001cert_net/ contains certificate functionality that depends on network loading (OCSP, CRL, AIA fetching).
2
3Conceptually certificates (net/cert/) is a separable concept from net/ and may
4end up becoming its own build target. This file organization encourages not
5adding dependencies in cert/ for doing network loading. Instead that code
6should be placed here.