From df67212e43224165d7367f1d2981f38a7a4d4752 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Sat, 22 Apr 2017 11:02:59 +0200 Subject: Add gzip example --- testdata/isc.txt.gz | Bin 0 -> 501 bytes testdata/isc.txt.gz.sig | Bin 0 -> 775 bytes testdata/key.pub | 2 ++ testdata/key.sec | 2 ++ testdata/key.txt | 1 + testdata/key.txt.sig | 3 +++ 6 files changed, 8 insertions(+) create mode 100644 testdata/isc.txt.gz create mode 100644 testdata/isc.txt.gz.sig create mode 100644 testdata/key.pub create mode 100644 testdata/key.sec create mode 100644 testdata/key.txt create mode 100644 testdata/key.txt.sig (limited to 'testdata') diff --git a/testdata/isc.txt.gz b/testdata/isc.txt.gz new file mode 100644 index 0000000..9800c17 Binary files /dev/null and b/testdata/isc.txt.gz differ diff --git a/testdata/isc.txt.gz.sig b/testdata/isc.txt.gz.sig new file mode 100644 index 0000000..0b2ab0e Binary files /dev/null and b/testdata/isc.txt.gz.sig differ diff --git a/testdata/key.pub b/testdata/key.pub new file mode 100644 index 0000000..07f9107 --- /dev/null +++ b/testdata/key.pub @@ -0,0 +1,2 @@ +untrusted comment: signify public key +RWTkgMtoLot+Y1KOfKO8Q4JMnmMp40AwMqkSU++oUOVVloMtv/Y0tDbe diff --git a/testdata/key.sec b/testdata/key.sec new file mode 100644 index 0000000..32abaed --- /dev/null +++ b/testdata/key.sec @@ -0,0 +1,2 @@ +untrusted comment: signify secret key +RWRCSwAAACpjn/Y5du0k4LT23ConAYrBM6A/ML4cEQrkgMtoLot+YyzUwyr5f1hUz8W0pkzPx+wZz51Z2oyM6gf/PaG7KPzyO/6VC0l29ZzLUfQGVoOGGKZxuPA6k8iMHvqONFGQ7hA= diff --git a/testdata/key.txt b/testdata/key.txt new file mode 100644 index 0000000..1a4db74 --- /dev/null +++ b/testdata/key.txt @@ -0,0 +1 @@ +Password: test diff --git a/testdata/key.txt.sig b/testdata/key.txt.sig new file mode 100644 index 0000000..c8326bd --- /dev/null +++ b/testdata/key.txt.sig @@ -0,0 +1,3 @@ +untrusted comment: verify with key.pub +RWTkgMtoLot+Y4mRk5LYyq04fwaGaMeFxbvyZLEA+xxv0TmHQzpmirMxTgSp9D9jT+rtW2d1X9VKK3mBoIKZNMatkdBsU1gKCgc= +Password: test -- cgit v1.2.3