diff options
author | Vincent <valodim@mugenguild.com> | 2014-07-15 17:40:21 +0200 |
---|---|---|
committer | Vincent <valodim@mugenguild.com> | 2014-07-15 17:40:21 +0200 |
commit | d8f941fa708c98a1afc5f1e0b0de77ae8069519f (patch) | |
tree | e13f65753f0b4ce9db35d1a6e10cec0db92161ea /OpenKeychain-Test/src/test/resources | |
parent | 0ce9c131327ce754eb8c0c934ea59eecf005a26e (diff) | |
parent | 858fe47d4677d4c727d0696a2d683a349ad2ad3b (diff) | |
download | open-keychain-d8f941fa708c98a1afc5f1e0b0de77ae8069519f.tar.gz open-keychain-d8f941fa708c98a1afc5f1e0b0de77ae8069519f.tar.bz2 open-keychain-d8f941fa708c98a1afc5f1e0b0de77ae8069519f.zip |
Merge pull request #711 from open-keychain/external-test
External test + working SaveKeyringParcel
Diffstat (limited to 'OpenKeychain-Test/src/test/resources')
m--------- | OpenKeychain-Test/src/test/resources/extern/OpenPGP-Haskell | 0 | ||||
-rw-r--r-- | OpenKeychain-Test/src/test/resources/public-key-canonicalize.blob | bin | 0 -> 1224 bytes | |||
-rw-r--r-- | OpenKeychain-Test/src/test/resources/public-key-for-sample.blob | bin | 0 -> 35198 bytes | |||
-rw-r--r-- | OpenKeychain-Test/src/test/resources/sample-altered.txt | 26 | ||||
-rw-r--r-- | OpenKeychain-Test/src/test/resources/sample.txt | 26 |
5 files changed, 52 insertions, 0 deletions
diff --git a/OpenKeychain-Test/src/test/resources/extern/OpenPGP-Haskell b/OpenKeychain-Test/src/test/resources/extern/OpenPGP-Haskell new file mode 160000 +Subproject eba7e4fdce3de6622b4ec3862b405b0acd01637 diff --git a/OpenKeychain-Test/src/test/resources/public-key-canonicalize.blob b/OpenKeychain-Test/src/test/resources/public-key-canonicalize.blob Binary files differnew file mode 100644 index 000000000..3450824c1 --- /dev/null +++ b/OpenKeychain-Test/src/test/resources/public-key-canonicalize.blob diff --git a/OpenKeychain-Test/src/test/resources/public-key-for-sample.blob b/OpenKeychain-Test/src/test/resources/public-key-for-sample.blob Binary files differnew file mode 100644 index 000000000..4aa91510b --- /dev/null +++ b/OpenKeychain-Test/src/test/resources/public-key-for-sample.blob diff --git a/OpenKeychain-Test/src/test/resources/sample-altered.txt b/OpenKeychain-Test/src/test/resources/sample-altered.txt new file mode 100644 index 000000000..458821f81 --- /dev/null +++ b/OpenKeychain-Test/src/test/resources/sample-altered.txt @@ -0,0 +1,26 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +This is a simple text document, which is used to illustrate +the concept of signing simple text files. There are no +control characters or special formatting commands in this +text, just simple printable ASCII characters. +MALICIOUS TEXT +To make this a slightly less uninteresting document, there +follows a short shopping list. + + eggs, 1 doz + milk, 1 gal + bacon, 1 lb + olive oil + bread, 1 loaf + +That's all there is to this document. + +-----BEGIN PGP SIGNATURE----- +Version: PGPfreeware 5.5.5 for non-commercial use <http://www.nai.com> + +iQA/AwUBN78ib3S9RCOKzj55EQKqDACg1NV2/iyPKrDlOVJvJwz6ArcQ0UQAnjNC +CDxKAFyaaGa835l1vpbFkAJk +=3r/N +-----END PGP SIGNATURE----- diff --git a/OpenKeychain-Test/src/test/resources/sample.txt b/OpenKeychain-Test/src/test/resources/sample.txt new file mode 100644 index 000000000..c0065f78d --- /dev/null +++ b/OpenKeychain-Test/src/test/resources/sample.txt @@ -0,0 +1,26 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +This is a simple text document, which is used to illustrate +the concept of signing simple text files. There are no +control characters or special formatting commands in this +text, just simple printable ASCII characters. + +To make this a slightly less uninteresting document, there +follows a short shopping list. + + eggs, 1 doz + milk, 1 gal + bacon, 1 lb + olive oil + bread, 1 loaf + +That's all there is to this document. + +-----BEGIN PGP SIGNATURE----- +Version: PGPfreeware 5.5.5 for non-commercial use <http://www.nai.com> + +iQA/AwUBN78ib3S9RCOKzj55EQKqDACg1NV2/iyPKrDlOVJvJwz6ArcQ0UQAnjNC +CDxKAFyaaGa835l1vpbFkAJk +=3r/N +-----END PGP SIGNATURE----- |