selftest:gnupg: add a gpg key for Samba Selftest <selftest@samba.example.com>
authorStefan Metzmacher <metze@samba.org>
Tue, 12 Jan 2016 12:51:00 +0000 (13:51 +0100)
committerStefan Metzmacher <metze@samba.org>
Fri, 22 Jul 2016 14:03:27 +0000 (16:03 +0200)
This key doesn't have a passphrase and allows automatic testing
of decryption.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Alexander Bokovoy <ab@samba.org>
.gitignore
selftest/gnupg/gpg.conf [new file with mode: 0644]
selftest/gnupg/pubring.gpg [new file with mode: 0644]
selftest/gnupg/secring.gpg [new file with mode: 0644]
selftest/gnupg/trustdb.gpg [new file with mode: 0644]

index 33e8fc5da50cffea3aaba6e75af5d3666c470dd5..46c01af8b41b0d20650851bde7f7bd612e11d6a1 100644 (file)
@@ -17,6 +17,7 @@ autom4te.cache
 *.patch
 *.pyc
 semantic.cache
+/selftest/gnupg/random_seed
 /pidl/blib
 /pidl/cover_db
 /pidl/Makefile
diff --git a/selftest/gnupg/gpg.conf b/selftest/gnupg/gpg.conf
new file mode 100644 (file)
index 0000000..33b9f9f
--- /dev/null
@@ -0,0 +1,4 @@
+
+keyid-format long
+fingerprint
+default-key 4952E40301FAB41A
diff --git a/selftest/gnupg/pubring.gpg b/selftest/gnupg/pubring.gpg
new file mode 100644 (file)
index 0000000..b3fa9cc
Binary files /dev/null and b/selftest/gnupg/pubring.gpg differ
diff --git a/selftest/gnupg/secring.gpg b/selftest/gnupg/secring.gpg
new file mode 100644 (file)
index 0000000..09dd9fd
Binary files /dev/null and b/selftest/gnupg/secring.gpg differ
diff --git a/selftest/gnupg/trustdb.gpg b/selftest/gnupg/trustdb.gpg
new file mode 100644 (file)
index 0000000..bfe8f06
Binary files /dev/null and b/selftest/gnupg/trustdb.gpg differ