aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/test/resources
Commit message (Collapse)AuthorAgeFilesLines
* Always revoke subkeys with a revocation signature.KB Sriram2016-01-151-0/+0
| | | | | | | | | | | | | | | Unlike UID revocations which are "reversible" by newer UID self-signatures, a subkey revocation should be "permanent" even if followed by a newer self-signature. The RFC is ambiguous on this, but this is the convention used by (e.g.) GnuPG. The rationale for this behaviour is available as comments within the GnuPG source. UID signatures: https://github.com/mtigas/gnupg/blob/50c98c7ed6b542857ee2f902eca36cda37407737/g10/getkey.c#L1668-L1674 Subkey signatures: https://github.com/mtigas/gnupg/blob/50c98c7ed6b542857ee2f902eca36cda37407737/g10/getkey.c#L1990-L1997
* Use new officially supported way for local unit tests, many dependencies ↵Dominik Schürmann2015-06-11107-0/+444
| | | | upgraded for this, temporary disabled separate debug builds
* put unit tests into external module (CAVEAT)Vincent Breitmoser2014-07-094-52/+0
| | | | | | | this requires a more up to date version of gradle-android-test-plugin than is currently in the repositories. it must be added to the local maven repo using ./install-custom-gradle-test-plugin.sh before compiling.
* add OpenPGP-Haskell to test collateralArt O Cathain2014-06-231-0/+0
|
* Start on Robolectric integration testArt O Cathain2014-06-163-0/+52