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

Unified Diff: net/base/cert_verify_proc.h

Issue 10825211: Implement SHA-256 fingerprint support (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 4 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/base/cert_verify_proc.h
===================================================================
--- net/base/cert_verify_proc.h (revision 150362)
+++ net/base/cert_verify_proc.h (working copy)
@@ -75,9 +75,9 @@
static bool IsBlacklisted(X509Certificate* cert);
// IsPublicKeyBlacklisted returns true iff one of |public_key_hashes| (which
- // are SHA1 hashes of SubjectPublicKeyInfo structures) is explicitly blocked.
+ // are hashes of SubjectPublicKeyInfo structures) is explicitly blocked.
static bool IsPublicKeyBlacklisted(
- const std::vector<SHA1Fingerprint>& public_key_hashes);
+ const std::vector<HashValueVector>& public_key_hashes);
};
} // namespace net

Powered by Google App Engine
This is Rietveld 408576698