Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(201)

Unified Diff: net/cert_net/README

Issue 908863004: Initial implementation for CertNetFetcher. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address more feedback Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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).
davidben 2015/03/27 23:34:31 Sort of a strange name, but I don't have better su
eroman 2015/04/04 21:57:14 It will make more sense when (or if) net/cert move
+
+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.

Powered by Google App Engine
This is Rietveld 408576698