README 357 B

123456
  1. cert_net/ contains certificate functionality that depends on network loading (OCSP, CRL, AIA fetching).
  2. Conceptually certificates (net/cert/) is a separable concept from net/ and may
  3. end up becoming its own build target. This file organization encourages not
  4. adding dependencies in cert/ for doing network loading. Instead that code
  5. should be placed here.