update gpg fingerprint output (fixes #23586)
traumschule

traumschule commited on 2018-08-22 09:04:34
Zeige 1 geänderte Dateien mit 13 Einfügungen und 10 Löschungen.

... ...
@@ -110,12 +110,13 @@
110 110
     <pre>"C:\Program Files\Gnu\GnuPg\gpg.exe" --fingerprint 0x4E2C6E8793298290</pre>
111 111
     <p>You should see:</p>
112 112
     <pre>
113
-    pub   4096R/93298290 2014-12-15
113
+pub   rsa4096/0x4E2C6E8793298290 2014-12-15 [C] [expires: 2020-08-24]
114 114
       Key fingerprint = EF6E 286D DA85 EA2A 4BA7  DE68 4E2C 6E87 9329 8290
115
-    uid                  Tor Browser Developers (signing key) <torbrowser@torproject.org>
116
-    sub   4096R/F65C2036 2014-12-15
117
-    sub   4096R/D40814E0 2014-12-15
118
-    sub   4096R/C3C07136 2016-08-24
115
+uid                   [ unknown] Tor Browser Developers (signing key) <torbrowser@torproject.org>
116
+sub   rsa4096/0xD1483FA6C3C07136 2016-08-24 [S] [expires: 2018-08-24]
117
+      Key fingerprint = A430 0A6B C93C 0877 A445  1486 D148 3FA6 C3C0 7136
118
+sub   rsa4096/0xEB774491D9FF06E2 2018-05-26 [S] [expires: 2020-09-12]
119
+      Key fingerprint = 1107 75B5 D101 FB36 BC6C  911B EB77 4491 D9FF 06E2
119 120
 </pre>
120 121
     <p>To verify the signature of the package you downloaded, you will need
121 122
     to download the ".asc" file as well. Assuming you downloaded the
... ...
@@ -168,12 +169,14 @@
168 169
 
169 170
     <p>You should see:</p>
170 171
     <pre>
171
-    pub   4096R/93298290 2014-12-15
172
+pub   rsa4096/0x4E2C6E8793298290 2014-12-15 [C] [expires: 2020-08-24]
172 173
       Key fingerprint = EF6E 286D DA85 EA2A 4BA7  DE68 4E2C 6E87 9329 8290
173
-    uid                  Tor Browser Developers (signing key) <torbrowser@torproject.org>
174
-    sub   4096R/F65C2036 2014-12-15
175
-    sub   4096R/D40814E0 2014-12-15
176
-    sub   4096R/C3C07136 2016-08-24</pre>
174
+uid                   [ unknown] Tor Browser Developers (signing key) <torbrowser@torproject.org>
175
+sub   rsa4096/0xD1483FA6C3C07136 2016-08-24 [S] [expires: 2018-08-24]
176
+      Key fingerprint = A430 0A6B C93C 0877 A445  1486 D148 3FA6 C3C0 7136
177
+sub   rsa4096/0xEB774491D9FF06E2 2018-05-26 [S] [expires: 2020-09-12]
178
+      Key fingerprint = 1107 75B5 D101 FB36 BC6C  911B EB77 4491 D9FF 06E2
179
+    </pre>
177 180
     <p>To verify the signature of the package you downloaded, you will need
178 181
     to download the ".asc" file as well. Assuming you downloaded the
179 182
     package and its signature to your Downloads folder, run:</p>
180 183