1
0
Fork 0
mirror of https://github.com/klzgrad/naiveproxy.git synced 2025-04-02 21:36:18 +03:00
naiveproxy/net/cert_net/README
2018-01-28 13:32:06 -05:00

6 lines
357 B
Text

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.