summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2016-01-12 13:51:00 +0100
committerStefan Metzmacher <metze@samba.org>2016-07-22 16:03:27 +0200
commit3e9a6c85f763ccdaca241d5a7a1d4a9bf61c5970 (patch)
tree76a431d0764e6cff33572d903fd821408cb0f81c
parentf45a0ffe868bdb4304c9a5619938407d5c1c7e83 (diff)
downloadsamba-3e9a6c85f763ccdaca241d5a7a1d4a9bf61c5970.tar.gz
selftest:gnupg: add a gpg key for Samba Selftest <selftest@samba.example.com>
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>
-rw-r--r--.gitignore1
-rw-r--r--selftest/gnupg/gpg.conf4
-rw-r--r--selftest/gnupg/pubring.gpgbin0 -> 1214 bytes
-rw-r--r--selftest/gnupg/secring.gpgbin0 -> 2516 bytes
-rw-r--r--selftest/gnupg/trustdb.gpgbin0 -> 1280 bytes
5 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 33e8fc5da50..46c01af8b41 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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
index 00000000000..33b9f9f924f
--- /dev/null
+++ b/selftest/gnupg/gpg.conf
@@ -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
index 00000000000..b3fa9ccc547
--- /dev/null
+++ b/selftest/gnupg/pubring.gpg
Binary files differ
diff --git a/selftest/gnupg/secring.gpg b/selftest/gnupg/secring.gpg
new file mode 100644
index 00000000000..09dd9fd9fa7
--- /dev/null
+++ b/selftest/gnupg/secring.gpg
Binary files differ
diff --git a/selftest/gnupg/trustdb.gpg b/selftest/gnupg/trustdb.gpg
new file mode 100644
index 00000000000..bfe8f0689da
--- /dev/null
+++ b/selftest/gnupg/trustdb.gpg
Binary files differ