commit b32fb3a83a4fcc60cf05c0c41a7b7b67ada704cd Author: Yawning Angel yawning@schwanenlied.me Date: Thu Apr 6 17:08:25 2017 +0000
Bug 21244: Update the MAR signing key for 7.0
Mirroring the changes upstream, the old secondary key is now the primary, and the new 7.0 series key is now the new secondary.
https://gitweb.torproject.org/tor-browser.git/commit/?h=tor-browser-45.6.0es... --- ChangeLog | 1 + data/installer/release_primary.der | Bin 1229 -> 1229 bytes data/installer/release_secondary.der | Bin 1229 -> 1229 bytes 3 files changed, 1 insertion(+)
diff --git a/ChangeLog b/ChangeLog index 00ad82b..5331f4f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,5 @@ Changes in version 0.0.4 - UNRELEASED: + * Bug 21244: Update the MAR signing key for 7.0. * Bug 21536: Remove asn's scramblesuit bridge from Tor Browser. * Fix compilation with Go 1.8. * Use Config.Clone() to clone TLS configs when available. diff --git a/data/installer/release_primary.der b/data/installer/release_primary.der index 542fb24..49a7c01 100644 Binary files a/data/installer/release_primary.der and b/data/installer/release_primary.der differ diff --git a/data/installer/release_secondary.der b/data/installer/release_secondary.der index 49a7c01..cce7860 100644 Binary files a/data/installer/release_secondary.der and b/data/installer/release_secondary.der differ
tor-commits@lists.torproject.org