From b65bb17fd9db1e27c91a952e294722260f336483 Mon Sep 17 00:00:00 2001
From: Philipp Hagemeister
Date: Mon, 22 Aug 2016 01:26:39 +0200
Subject: [PATCH] highlight actual fingerprints
It has always been possible to generate keys with the same key ID (it's only 32 Bit, duh). There has now been a public demonstration of just that.
Do what we should have done ages ago by listing the full fingerprint only.
---
download.html.in | 8 ++++----
style.css | 5 +++++
2 files changed, 9 insertions(+), 4 deletions(-)
diff --git a/download.html.in b/download.html.in
index b363db3e9..d624ad29d 100644
--- a/download.html.in
+++ b/download.html.in
@@ -54,16 +54,16 @@ See the pypi page for more
The following GPG keys will be used to sign the binaries and the git tags:
-- 4096R/A4826A18 Philipp Hagemeister
Key fingerprint = 7D33 D762 FD6C 3513 0481 347F DB4B 54CB A482 6A18
-- 4096R/18A9236D Sergey M.
Key fingerprint = ED7F 5BF4 6B3B BED8 1C87 368E 2C39 3E0F 18A9 236D
+- Philipp Hagemeister
7D33 D762 FD6C 3513 0481 347F DB4B 54CB A482 6A18
+- Sergey M.
ED7F 5BF4 6B3B BED8 1C87 368E 2C39 3E0F 18A9 236D
Older releases are also signed with one of:
-- 1024D/FAFB085C Philipp Hagemeister
Key fingerprint = 0600 E1DB 6FB5 3A5D 95D8 FC0D F5EA B582 FAFB 085C
(until 2013-06-01)
+- Philipp Hagemeister
0600 E1DB 6FB5 3A5D 95D8 FC0D F5EA B582 FAFB 085C
(until 2013-06-01)
-- 4096R/BCF05F6B Filippo Valsorda
Key fingerprint = 428D F5D6 3EF0 7494 BB45 5AC0 EBF0 1804 BCF0 5F6B
(until 2014)
+- Filippo Valsorda
428D F5D6 3EF0 7494 BB45 5AC0 EBF0 1804 BCF0 5F6B
(until 2014)
diff --git a/style.css b/style.css
index a76ccffe3..3ffef747b 100644
--- a/style.css
+++ b/style.css
@@ -149,3 +149,8 @@ code.commands {
background: rgba(200, 200, 200, 0.4);
white-space: pre;
}
+
+code.fingerprint {
+ font-weight: bold;
+ font-size: 140%;
+}
\ No newline at end of file