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

Unified Diff: net/base/transport_security_state_static.h

Issue 11564022: net: add GeoTrust Global to the Google pinning set. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years 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/transport_security_state_static.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/transport_security_state_static.h
diff --git a/net/base/transport_security_state_static.h b/net/base/transport_security_state_static.h
index a40c17845ff29f7435f57dc86538af1dcfc510d1..2d05e9dbf6e9565bcb1154f80ab1c55a8ef7bdf3 100644
--- a/net/base/transport_security_state_static.h
+++ b/net/base/transport_security_state_static.h
@@ -189,6 +189,7 @@ static const char* const kGoogleAcceptableCerts[] = {
kSPKIHash_Google1024,
kSPKIHash_Google2048,
kSPKIHash_EquifaxSecureCA,
+ kSPKIHash_GeoTrustGlobal,
NULL,
};
static const char* const kGoogleRejectedCerts[] = {
« no previous file with comments | « no previous file | net/base/transport_security_state_static.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698