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

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 David's comments 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).
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