From: Jonathan McDowell <noodles@earth.li>
Date: Sun, 4 Mar 2007 15:40:50 +0000 (+0000)
Subject: Add revoked/bare public key signed keys
X-Git-Url: https://git.sommitrealweird.co.uk/onak.git/commitdiff_plain/8bc9630c93bdf4c659c04fbf6e86eec5446ed882

Add revoked/bare public key signed keys
Add a revoked v4 key and a key with a signature on the main public key
that isn't revoked.
---

diff --git a/keys/README b/keys/README
index 49991c6..f32e8c6 100644
--- a/keys/README
+++ b/keys/README
@@ -16,3 +16,7 @@ autodns.key
 	A v4 DSA/Elg key.
 noodles.key
 	My v4 DSA/Elg key.
+putro.key
+	A v4 key with a non revocation signature on the public key.
+huggie-rev.key
+	A revoked v4 key.
diff --git a/keys/huggie-rev.key b/keys/huggie-rev.key
new file mode 100644
index 0000000..0491c4f
Binary files /dev/null and b/keys/huggie-rev.key differ
diff --git a/keys/putro.key b/keys/putro.key
new file mode 100644
index 0000000..2675583
Binary files /dev/null and b/keys/putro.key differ