| Index: net/cert_net/README
|
| diff --git a/net/cert_net/README b/net/cert_net/README
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..67fe3ba8b4497815f33044a7663eb841b14e5c30
|
| --- /dev/null
|
| +++ b/net/cert_net/README
|
| @@ -0,0 +1,6 @@
|
| +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.
|
|
|