aboutsummaryrefslogtreecommitdiffstats
path: root/libraries/spongycastle/core/src/test/data/openpgp
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/spongycastle/core/src/test/data/openpgp')
-rw-r--r--libraries/spongycastle/core/src/test/data/openpgp/dsa/README.txt36
-rw-r--r--libraries/spongycastle/core/src/test/data/openpgp/dsa/keys/DSA-1024-160.pubbin534 -> 0 bytes
-rw-r--r--libraries/spongycastle/core/src/test/data/openpgp/dsa/keys/DSA-1024-160.secbin597 -> 0 bytes
-rw-r--r--libraries/spongycastle/core/src/test/data/openpgp/dsa/keys/DSA-15360-512.pubbin6043 -> 0 bytes
-rw-r--r--libraries/spongycastle/core/src/test/data/openpgp/dsa/keys/DSA-15360-512.secbin6150 -> 0 bytes
-rw-r--r--libraries/spongycastle/core/src/test/data/openpgp/dsa/keys/DSA-2048-224.pubbin941 -> 0 bytes
-rw-r--r--libraries/spongycastle/core/src/test/data/openpgp/dsa/keys/DSA-2048-224.secbin1012 -> 0 bytes
-rw-r--r--libraries/spongycastle/core/src/test/data/openpgp/dsa/keys/DSA-3072-256.pubbin1337 -> 0 bytes
-rw-r--r--libraries/spongycastle/core/src/test/data/openpgp/dsa/keys/DSA-3072-256.secbin1412 -> 0 bytes
-rw-r--r--libraries/spongycastle/core/src/test/data/openpgp/dsa/keys/DSA-7680-384.pubbin3113 -> 0 bytes
-rw-r--r--libraries/spongycastle/core/src/test/data/openpgp/dsa/keys/DSA-7680-384.secbin3204 -> 0 bytes
-rw-r--r--libraries/spongycastle/core/src/test/data/openpgp/dsa/sigs/dsa-1024-160-sign.gpg1
-rw-r--r--libraries/spongycastle/core/src/test/data/openpgp/dsa/sigs/dsa-1024-224-sign.gpgbin121 -> 0 bytes
-rw-r--r--libraries/spongycastle/core/src/test/data/openpgp/dsa/sigs/dsa-1024-256-sign.gpgbin123 -> 0 bytes
-rw-r--r--libraries/spongycastle/core/src/test/data/openpgp/dsa/sigs/dsa-1024-384-sign.gpgbin122 -> 0 bytes
-rw-r--r--libraries/spongycastle/core/src/test/data/openpgp/dsa/sigs/dsa-1024-512-sign.gpgbin122 -> 0 bytes
-rw-r--r--libraries/spongycastle/core/src/test/data/openpgp/dsa/sigs/dsa-15360-512-sign.gpgbin216 -> 0 bytes
-rw-r--r--libraries/spongycastle/core/src/test/data/openpgp/dsa/sigs/dsa-2048-224-sign.gpgbin141 -> 0 bytes
-rw-r--r--libraries/spongycastle/core/src/test/data/openpgp/dsa/sigs/dsa-3072-256-sign.gpgbin150 -> 0 bytes
-rw-r--r--libraries/spongycastle/core/src/test/data/openpgp/dsa/sigs/dsa-7680-384-sign.gpgbin184 -> 0 bytes
-rw-r--r--libraries/spongycastle/core/src/test/data/openpgp/unicode/passphrase_cyr.txt1
-rw-r--r--libraries/spongycastle/core/src/test/data/openpgp/unicode/passphrase_for_test.txt1
-rw-r--r--libraries/spongycastle/core/src/test/data/openpgp/unicode/secring.gpgbin3955 -> 0 bytes
-rw-r--r--libraries/spongycastle/core/src/test/data/openpgp/unicode/test.asc33
24 files changed, 0 insertions, 72 deletions
diff --git a/libraries/spongycastle/core/src/test/data/openpgp/dsa/README.txt b/libraries/spongycastle/core/src/test/data/openpgp/dsa/README.txt
deleted file mode 100644
index 9abffbf27..000000000
--- a/libraries/spongycastle/core/src/test/data/openpgp/dsa/README.txt
+++ /dev/null
@@ -1,36 +0,0 @@
-This archive contains material to help verify interoperability to the
-OpenPGP DSA2 design as implemented in GnuPG.
-
-Keys are located in the keys directory. Included are:
-
- 1024 bits, 160 bit q size (i.e. regular old DSA)
- 2048 bits, 224 bit q size
- 3072 bits, 256 bit q size
- 7680 bits, 384 bit q size
-15360 bits, 512 bit q size
-
-All secret keys have the passphrase "test".
-
-Note the inclusion of 7680/384 and 15360/512 keys. They're large,
-inconvenient and absurdly slow. GnuPG will accept any size key, but
-will not generate DSA keys over 3072 bits. I include these keys
-mainly for be-liberal-in-what-you-accept testing.
-
-There are are signatures issued by these keys in the sigs directory.
-The filenames indicate the key used to make the signature, and the
-number of bits of the hash. In the case of the 1024-bit DSA key
-(160-bit q size), there are 5 signatures using different hashes. This
-is to demonstrate hash truncation to fit in the 160-bit hash size of
-that key.
-
-File Key size Hash
----------------------- ---------- -------
-dsa-1024-160-sign.gpg 1024 bits SHA-1
-dsa-1024-224-sign.gpg 1024 bits SHA-224 (truncated to 160 bits)
-dsa-1024-256-sign.gpg 1024 bits SHA-256 (truncated to 160 bits)
-dsa-1024-384-sign.gpg 1024 bits SHA-384 (truncated to 160 bits)
-dsa-1024-512-sign.gpg 1024 bits SHA-512 (truncated to 160 bits)
-dsa-2048-224-sign.gpg 2048 bits SHA-224
-dsa-3072-256-sign.gpg 3072 bits SHA-256
-dsa-7680-384-sign.gpg 7680 bits SHA-384
-dsa-15360-512-sign.gpg 15360 bits SHA-512
diff --git a/libraries/spongycastle/core/src/test/data/openpgp/dsa/keys/DSA-1024-160.pub b/libraries/spongycastle/core/src/test/data/openpgp/dsa/keys/DSA-1024-160.pub
deleted file mode 100644
index 3fec64eb8..000000000
--- a/libraries/spongycastle/core/src/test/data/openpgp/dsa/keys/DSA-1024-160.pub
+++ /dev/null
Binary files differ
diff --git a/libraries/spongycastle/core/src/test/data/openpgp/dsa/keys/DSA-1024-160.sec b/libraries/spongycastle/core/src/test/data/openpgp/dsa/keys/DSA-1024-160.sec
deleted file mode 100644
index 8ee1179a8..000000000
--- a/libraries/spongycastle/core/src/test/data/openpgp/dsa/keys/DSA-1024-160.sec
+++ /dev/null
Binary files differ
diff --git a/libraries/spongycastle/core/src/test/data/openpgp/dsa/keys/DSA-15360-512.pub b/libraries/spongycastle/core/src/test/data/openpgp/dsa/keys/DSA-15360-512.pub
deleted file mode 100644
index 4f931c657..000000000
--- a/libraries/spongycastle/core/src/test/data/openpgp/dsa/keys/DSA-15360-512.pub
+++ /dev/null
Binary files differ
diff --git a/libraries/spongycastle/core/src/test/data/openpgp/dsa/keys/DSA-15360-512.sec b/libraries/spongycastle/core/src/test/data/openpgp/dsa/keys/DSA-15360-512.sec
deleted file mode 100644
index 3c204bff2..000000000
--- a/libraries/spongycastle/core/src/test/data/openpgp/dsa/keys/DSA-15360-512.sec
+++ /dev/null
Binary files differ
diff --git a/libraries/spongycastle/core/src/test/data/openpgp/dsa/keys/DSA-2048-224.pub b/libraries/spongycastle/core/src/test/data/openpgp/dsa/keys/DSA-2048-224.pub
deleted file mode 100644
index 1c8dc6984..000000000
--- a/libraries/spongycastle/core/src/test/data/openpgp/dsa/keys/DSA-2048-224.pub
+++ /dev/null
Binary files differ
diff --git a/libraries/spongycastle/core/src/test/data/openpgp/dsa/keys/DSA-2048-224.sec b/libraries/spongycastle/core/src/test/data/openpgp/dsa/keys/DSA-2048-224.sec
deleted file mode 100644
index 776edfcb5..000000000
--- a/libraries/spongycastle/core/src/test/data/openpgp/dsa/keys/DSA-2048-224.sec
+++ /dev/null
Binary files differ
diff --git a/libraries/spongycastle/core/src/test/data/openpgp/dsa/keys/DSA-3072-256.pub b/libraries/spongycastle/core/src/test/data/openpgp/dsa/keys/DSA-3072-256.pub
deleted file mode 100644
index 307205cf2..000000000
--- a/libraries/spongycastle/core/src/test/data/openpgp/dsa/keys/DSA-3072-256.pub
+++ /dev/null
Binary files differ
diff --git a/libraries/spongycastle/core/src/test/data/openpgp/dsa/keys/DSA-3072-256.sec b/libraries/spongycastle/core/src/test/data/openpgp/dsa/keys/DSA-3072-256.sec
deleted file mode 100644
index 66008cb29..000000000
--- a/libraries/spongycastle/core/src/test/data/openpgp/dsa/keys/DSA-3072-256.sec
+++ /dev/null
Binary files differ
diff --git a/libraries/spongycastle/core/src/test/data/openpgp/dsa/keys/DSA-7680-384.pub b/libraries/spongycastle/core/src/test/data/openpgp/dsa/keys/DSA-7680-384.pub
deleted file mode 100644
index 6c888a44d..000000000
--- a/libraries/spongycastle/core/src/test/data/openpgp/dsa/keys/DSA-7680-384.pub
+++ /dev/null
Binary files differ
diff --git a/libraries/spongycastle/core/src/test/data/openpgp/dsa/keys/DSA-7680-384.sec b/libraries/spongycastle/core/src/test/data/openpgp/dsa/keys/DSA-7680-384.sec
deleted file mode 100644
index b57f5d9ea..000000000
--- a/libraries/spongycastle/core/src/test/data/openpgp/dsa/keys/DSA-7680-384.sec
+++ /dev/null
Binary files differ
diff --git a/libraries/spongycastle/core/src/test/data/openpgp/dsa/sigs/dsa-1024-160-sign.gpg b/libraries/spongycastle/core/src/test/data/openpgp/dsa/sigs/dsa-1024-160-sign.gpg
deleted file mode 100644
index c90658540..000000000
--- a/libraries/spongycastle/core/src/test/data/openpgp/dsa/sigs/dsa-1024-160-sign.gpg
+++ /dev/null
@@ -1 +0,0 @@
-$xp=)O'gT<ꑚ_(ba~IbSZ/겠պe, (p̊=sK \ No newline at end of file
diff --git a/libraries/spongycastle/core/src/test/data/openpgp/dsa/sigs/dsa-1024-224-sign.gpg b/libraries/spongycastle/core/src/test/data/openpgp/dsa/sigs/dsa-1024-224-sign.gpg
deleted file mode 100644
index 8485bd335..000000000
--- a/libraries/spongycastle/core/src/test/data/openpgp/dsa/sigs/dsa-1024-224-sign.gpg
+++ /dev/null
Binary files differ
diff --git a/libraries/spongycastle/core/src/test/data/openpgp/dsa/sigs/dsa-1024-256-sign.gpg b/libraries/spongycastle/core/src/test/data/openpgp/dsa/sigs/dsa-1024-256-sign.gpg
deleted file mode 100644
index bebe1fdbb..000000000
--- a/libraries/spongycastle/core/src/test/data/openpgp/dsa/sigs/dsa-1024-256-sign.gpg
+++ /dev/null
Binary files differ
diff --git a/libraries/spongycastle/core/src/test/data/openpgp/dsa/sigs/dsa-1024-384-sign.gpg b/libraries/spongycastle/core/src/test/data/openpgp/dsa/sigs/dsa-1024-384-sign.gpg
deleted file mode 100644
index f84c3035d..000000000
--- a/libraries/spongycastle/core/src/test/data/openpgp/dsa/sigs/dsa-1024-384-sign.gpg
+++ /dev/null
Binary files differ
diff --git a/libraries/spongycastle/core/src/test/data/openpgp/dsa/sigs/dsa-1024-512-sign.gpg b/libraries/spongycastle/core/src/test/data/openpgp/dsa/sigs/dsa-1024-512-sign.gpg
deleted file mode 100644
index f700ce473..000000000
--- a/libraries/spongycastle/core/src/test/data/openpgp/dsa/sigs/dsa-1024-512-sign.gpg
+++ /dev/null
Binary files differ
diff --git a/libraries/spongycastle/core/src/test/data/openpgp/dsa/sigs/dsa-15360-512-sign.gpg b/libraries/spongycastle/core/src/test/data/openpgp/dsa/sigs/dsa-15360-512-sign.gpg
deleted file mode 100644
index bbdb44c2a..000000000
--- a/libraries/spongycastle/core/src/test/data/openpgp/dsa/sigs/dsa-15360-512-sign.gpg
+++ /dev/null
Binary files differ
diff --git a/libraries/spongycastle/core/src/test/data/openpgp/dsa/sigs/dsa-2048-224-sign.gpg b/libraries/spongycastle/core/src/test/data/openpgp/dsa/sigs/dsa-2048-224-sign.gpg
deleted file mode 100644
index d64c8176f..000000000
--- a/libraries/spongycastle/core/src/test/data/openpgp/dsa/sigs/dsa-2048-224-sign.gpg
+++ /dev/null
Binary files differ
diff --git a/libraries/spongycastle/core/src/test/data/openpgp/dsa/sigs/dsa-3072-256-sign.gpg b/libraries/spongycastle/core/src/test/data/openpgp/dsa/sigs/dsa-3072-256-sign.gpg
deleted file mode 100644
index 2da027129..000000000
--- a/libraries/spongycastle/core/src/test/data/openpgp/dsa/sigs/dsa-3072-256-sign.gpg
+++ /dev/null
Binary files differ
diff --git a/libraries/spongycastle/core/src/test/data/openpgp/dsa/sigs/dsa-7680-384-sign.gpg b/libraries/spongycastle/core/src/test/data/openpgp/dsa/sigs/dsa-7680-384-sign.gpg
deleted file mode 100644
index f313c6aec..000000000
--- a/libraries/spongycastle/core/src/test/data/openpgp/dsa/sigs/dsa-7680-384-sign.gpg
+++ /dev/null
Binary files differ
diff --git a/libraries/spongycastle/core/src/test/data/openpgp/unicode/passphrase_cyr.txt b/libraries/spongycastle/core/src/test/data/openpgp/unicode/passphrase_cyr.txt
deleted file mode 100644
index 702c84a18..000000000
--- a/libraries/spongycastle/core/src/test/data/openpgp/unicode/passphrase_cyr.txt
+++ /dev/null
@@ -1 +0,0 @@
-ТестЯ \ No newline at end of file
diff --git a/libraries/spongycastle/core/src/test/data/openpgp/unicode/passphrase_for_test.txt b/libraries/spongycastle/core/src/test/data/openpgp/unicode/passphrase_for_test.txt
deleted file mode 100644
index 157d99dad..000000000
--- a/libraries/spongycastle/core/src/test/data/openpgp/unicode/passphrase_for_test.txt
+++ /dev/null
@@ -1 +0,0 @@
-Hndle \ No newline at end of file
diff --git a/libraries/spongycastle/core/src/test/data/openpgp/unicode/secring.gpg b/libraries/spongycastle/core/src/test/data/openpgp/unicode/secring.gpg
deleted file mode 100644
index fec9dd5b1..000000000
--- a/libraries/spongycastle/core/src/test/data/openpgp/unicode/secring.gpg
+++ /dev/null
Binary files differ
diff --git a/libraries/spongycastle/core/src/test/data/openpgp/unicode/test.asc b/libraries/spongycastle/core/src/test/data/openpgp/unicode/test.asc
deleted file mode 100644
index 73a3e7f58..000000000
--- a/libraries/spongycastle/core/src/test/data/openpgp/unicode/test.asc
+++ /dev/null
@@ -1,33 +0,0 @@
------BEGIN PGP PRIVATE KEY BLOCK-----
-Version: GnuPG v2.0.17 (MingW32)
-
-lQO+BFBcYqwBCAC53iWjgnHOw5eo2N+OWhyz17AnEh45aRtvs/U2cIU+aCM/VXx5
-ig7GN6RcDirgnR/CTAwtdy6V/TFJ9Ej/hKu8hGsL/HCVegzs6hQo3rqXSLaAuH5i
-prdBQ0fFzCB08kbr1VkP9TyTGU6xfoEiDpk33TCbqM5Cx5+7gM5uuquTxE1SkyqV
-hd7M2p6LhvhtlHo5yx/mfPQhBCuRd/HtAXQux+UwFEeVh+1rxcKfygEeMHHkNg3F
-LJBLJW95XxTIxuScJADKhrFPjwtzVWh/chYOoK61O5rvbyRE5epHEOQYCD5X4+IN
-G22eInPaVkx9SS93Wm9UcjWEwfRY/kLDp3TjABEBAAH+AwMCSD3h6GM3cH63FXiH
-nknGYv5N7GZlI+F4m3k2+MbK/OcU2sv98Fa4b78Z5ONLH3oFwIm7NFa7fobmIHyv
-Xmcx9W06CrxpLUroqoRtEFGFrmap6yqAtnqDwtBqk6sar8QSH5HKX4xvBd1AOndk
-Htwk3cD5uN/VaIPEwgOlC+LpvQLQpMTNRpXn2NEvsj6RIEkyWxx/N7+w0B+pfeOY
-dhp8ra6kNs+1N5joMlA7tdBL9pMIiyHVfd077N2A/Fc7ONhDdIJBh9u72nTUa63H
-+2jE0LzwFQQrsnz2PRvyWa4XmXVFHOg1DRuoClZ1HXZseOAYtY4u9v+62I3SjVvG
-fVALDVMjwlw1omRupsq5Mn9kuvUcpmc+fcqNJIViO/tm0mFV6Brb802oq5xkstEz
-iEF38cpJJe2WcVwABEEd6T7SZTgzakRMaQAWZ6Avb/yRzBtQ0Nq1mpn22EYHphNY
-JJtNJ3qdtIIV0TR6X034px41Kp97ZFwVPMWsR0NeM+qOQ9w3vixFt9TGdBI8rOYh
-8BSjaglz7FG8svOTfGp/Ja5nLgf3eO4hidQOQkNcRRZ9x+d/ajmZtCm6PBIfTfvH
-R9E7sMjt7CY5QAgqMK4ZwrK9BMrHlk5PLMF0/db53KTgAQcfO/skubU5ko/eWMFX
-gkPxAfCIbN8XP8DjzynxG7V80rngwtcOXLnWOfTce2fDiO1BGCnyu/S1JjRfCA3Y
-IuS5ZVpoIdssPrfXrMEKT2CP9w4R+ERsd869+bYAckaXZ6V7D6rjLYBn4LXCElmJ
-WUvevOIDRIxAUYoFuTY6jnAkQyu3/2bDwXOcGJQ3GDxMojXr8uejyeAW8NUa634C
-hJ8kuFxMXfNVhR9JnodSwe20QsFy7IUnVXergAPEVMSBhsDqFCnWuvgC8pb2dbh+
-u7QgdGVzdCB1c2VyICh0ZXN0KSA8dGVzdEB0ZXN0LmNvbT6JATgEEwECACIFAlBc
-YqwCGw8GCwkIBwMCBhUIAgkKCwQWAgMBAh4BAheAAAoJEOyHJy78uYbSqWQH/11k
-itAUrb6aUKHVyvO0r6NEbQ6TSJCstfJ6N+Euhs14od7dWgPWfkaYh9BE0j6xTrAZ
-CxP8v0Swgha7b2AVNqxf5jxAJ7xNGNY/jdzeiB9Cp5ShrFGHFGmzCYUSe2hvyBX4
-9cl9W6nKSflG+lFfcmp2wcynk/aRO0H5ieXw3eD+3SB9snAWEZzDHfUj2ifTbzPD
-80Yd2mWz9pe1xyqxgnWQkAOIWUxWpECFz8wjA9U3257gEVgfN21Ng/vaVbxa1R4Z
-2A+bLjt0jgdXw0XX69FDolko3cWuiWfJNbxsrfSCRYwFUxNVxK9rtm5padL/kZ8W
-l9icSUSiIoEfXj1iDh4=
-=2Azi
------END PGP PRIVATE KEY BLOCK-----