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

Unified Diff: net/base/cert_verifier.h

Issue 3112013: Move chain building/verification out of X509Certificate (Closed)
Patch Set: Rebase to trunk - Without OpenSSL fixes Created 10 years, 2 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
« no previous file with comments | « no previous file | net/base/cert_verifier.cc » ('j') | net/base/x509_chain.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/cert_verifier.h
diff --git a/net/base/cert_verifier.h b/net/base/cert_verifier.h
index 791f8d35eb73fcc39bb37be002e4c3a36dccf575..2c183eb8a5d980dea2f137b3c13b743a6ff253a5 100644
--- a/net/base/cert_verifier.h
+++ b/net/base/cert_verifier.h
@@ -40,7 +40,7 @@ class CertVerifier {
// |verify_result->cert_status|, and the error code for the most serious
// error is returned.
//
- // |flags| is bitwise OR'd of X509Certificate::VerifyFlags.
+ // |flags| is bitwise OR'd of x509_chain::VerifyFlags.
// If VERIFY_REV_CHECKING_ENABLED is set in |flags|, certificate revocation
// checking is performed.
//
« no previous file with comments | « no previous file | net/base/cert_verifier.cc » ('j') | net/base/x509_chain.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698