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

Unified Diff: net/base/ssl_info.h

Issue 10545166: Support SHA-256 in public key pins for HTTPS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 6 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/ssl_info.h
===================================================================
--- net/base/ssl_info.h (revision 141792)
+++ net/base/ssl_info.h (working copy)
@@ -70,7 +70,7 @@
HandshakeType handshake_type;
// The hashes of the SubjectPublicKeyInfos from each certificate in the chain.
- std::vector<SHA1Fingerprint> public_key_hashes;
+ std::vector<Fingerprint> public_key_hashes;
};
} // namespace net

Powered by Google App Engine
This is Rietveld 408576698