aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/test/java/org/sufficientlysecure/keychain/provider
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into performanceVincent Breitmoser2016-02-102-3/+3
|\
| * Replace spongycastle with bouncycastleDominik Schürmann2016-02-092-3/+3
| |
* | performance: fix unit testsVincent Breitmoser2016-02-052-19/+47
|/
* Always revoke subkeys with a revocation signature.KB Sriram2016-01-151-0/+274
| | | | | | | | | | | | | | | 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
* fix unit tests for new savePublicKeyRing method signatureVincent Breitmoser2015-09-111-1/+1
|
* Tests not working anymore on travis after using new annotation parameterDominik Schürmann2015-07-092-13/+14
| | | | | | Revert "Get rid of robolectric workaround by using new annotation in robolectric 3.0" This reverts commit 85a47d22f9bb1e4aaf5770c67416a5532977658e.
* Get rid of robolectric workaround by using new annotation in robolectric 3.0Dominik Schürmann2015-07-092-14/+13
|
* Fix debug/release build separationDominik Schürmann2015-06-112-2/+4
|
* Use new officially supported way for local unit tests, many dependencies ↵Dominik Schürmann2015-06-112-0/+358
upgraded for this, temporary disabled separate debug builds