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

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: add missing comma 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
« no previous file with comments | « net/cert/cert_net_fetcher.h ('k') | net/cert_net/cert_net_fetcher_impl.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « net/cert/cert_net_fetcher.h ('k') | net/cert_net/cert_net_fetcher_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698