From: Stefan Metzmacher Date: Tue, 12 Jan 2016 12:51:00 +0000 (+0100) Subject: selftest:gnupg: add a gpg key for Samba Selftest X-Git-Tag: tdb-1.3.10~188 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e9a6c85f763ccdaca241d5a7a1d4a9bf61c5970;p=thirdparty%2Fsamba.git selftest:gnupg: add a gpg key for Samba Selftest This key doesn't have a passphrase and allows automatic testing of decryption. Signed-off-by: Stefan Metzmacher Reviewed-by: Alexander Bokovoy --- 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 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 index 00000000000..09dd9fd9fa7 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 index 00000000000..bfe8f0689da Binary files /dev/null and b/selftest/gnupg/trustdb.gpg differ