commit 9172201adb814bf828dd67f1fd92ebf7cbce7f0f Author: David Fifield david@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... # 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... # 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
tor-commits@lists.torproject.org