[tor-commits] [flashproxy/master] Add kSPKIHash_GoogleG2 to the pins of flashproxy-reg-email and facilitator-email-poller.

dcf at torproject.org dcf at torproject.org
Wed Oct 9 20:30:09 UTC 2013


commit 9172201adb814bf828dd67f1fd92ebf7cbce7f0f
Author: David Fifield <david at bamsoftware.com>
Date:   Wed Oct 9 13:24:15 2013 -0700

    Add kSPKIHash_GoogleG2 to the pins of flashproxy-reg-email and facilitator-email-poller.
    
    I for sure now see this pin using facilitator-email-poller, running from
    the main facilitator. May as well make it uniform everywhere.
---
 facilitator/facilitator-email-poller |    2 ++
 flashproxy-reg-email                 |    2 ++
 2 files changed, 4 insertions(+)

diff --git a/facilitator/facilitator-email-poller b/facilitator/facilitator-email-poller
index 49af526..0e94474 100755
--- a/facilitator/facilitator-email-poller
+++ b/facilitator/facilitator-email-poller
@@ -68,6 +68,8 @@ PUBKEY_SHA1 = (
     # https://src.chromium.org/viewvc/chrome/trunk/src/net/http/transport_security_state_static.h?revision=209003&view=markup
     # kSPKIHash_Google1024
     "\x40\xc5\x40\x1d\x6f\x8c\xba\xf0\x8b\x00\xed\xef\xb1\xee\x87\xd0\x05\xb3\xb9\xcd",
+    # kSPKIHash_GoogleG2
+    "\x43\xda\xd6\x30\xee\x53\xf8\xa9\x80\xca\x6e\xfd\x85\xf4\x6a\xa3\x79\x90\xe0\xea",
 )
 
 LOG_DATE_FORMAT = "%Y-%m-%d %H:%M:%S"
diff --git a/flashproxy-reg-email b/flashproxy-reg-email
index 13ab5a5..3cb3c1e 100755
--- a/flashproxy-reg-email
+++ b/flashproxy-reg-email
@@ -64,6 +64,8 @@ PUBKEY_SHA1 = (
     # https://src.chromium.org/viewvc/chrome/trunk/src/net/http/transport_security_state_static.h?revision=209003&view=markup
     # kSPKIHash_Google1024
     "\x40\xc5\x40\x1d\x6f\x8c\xba\xf0\x8b\x00\xed\xef\xb1\xee\x87\xd0\x05\xb3\xb9\xcd",
+    # kSPKIHash_GoogleG2
+    "\x43\xda\xd6\x30\xee\x53\xf8\xa9\x80\xca\x6e\xfd\x85\xf4\x6a\xa3\x79\x90\xe0\xea",
 )
 
 # Registrations are encrypted with this public key before being emailed. Only



More information about the tor-commits mailing list