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

Side by Side 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, 8 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 unified diff | Download patch
OLDNEW
(Empty)
1 cert_net/ contains certificate functionality that depends on network loading (OC SP, 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
2
3 Conceptually certificates (net/cert/) is a separable concept from net/ and may
4 end up becoming its own build target. This file organization encourages not
5 adding dependencies in cert/ for doing network loading. Instead that code
6 should be placed here.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698