aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain-Test
Commit message (Expand)AuthorAgeFilesLines
* small improvements regarding pin tests and loggingVincent Breitmoser2015-01-011-5/+23
* tests: be less verbose about inserting keyrings for encrypt/decryptVincent Breitmoser2015-01-011-2/+15
* tests: add multi key encryption/decryption test, new way for fake passphrase ...Vincent Breitmoser2015-01-011-43/+123
* fix unit tests (canonicalize after create)Vincent Breitmoser2015-01-012-0/+5
* add test case for PIN unlockVincent Breitmoser2014-12-301-2/+28
* fix unit tests for ChangeUnlockParcelVincent Breitmoser2014-12-305-16/+21
* introduce new ChangeUnlockParcel packet for extended passphrase changing capa...Vincent Breitmoser2014-12-295-16/+16
* Cleanup UncachedKeyringTestDominik Schürmann2014-12-291-7/+1
* Fix test for future creation timestamps to account for loosen timestamp checkDominik Schürmann2014-12-281-5/+6
* Fix jacocoDominik Schürmann2014-12-041-24/+23
* Update to com.novoda:gradle-android-test-plugin:0.10.0, no snapshot version a...Dominik Schürmann2014-12-041-26/+25
* add description of symantec test caseVincent Breitmoser2014-10-261-1/+4
* add test case for symantec secret keys (#974)Vincent Breitmoser2014-10-263-0/+105
* fix test for new PgpDecryptVerifyVincent Breitmoser2014-10-141-15/+32
* make PgpEncryptSign and PgpDecryptVerify subclasses of BaseOperationVincent Breitmoser2014-10-131-0/+1
* move around package structure a bitVincent Breitmoser2014-10-107-16/+16
* add unit test for duplicate user ids (fix later!!)Vincent Breitmoser2014-10-041-9/+39
* fix unit test for ParcelableFileCacheVincent Breitmoser2014-10-031-2/+3
* use iterator interface exclusively in ParcelableFileCacheVincent Breitmoser2014-10-031-5/+9
* add test case for stripped master key, correct signing subkey should still be...Vincent Breitmoser2014-10-022-5/+95
* add test class for Iso7816TLV classVincent Breitmoser2014-09-291-0/+99
* fix method visibility for testsVincent Breitmoser2014-09-282-2/+3
* move can.*() methods to CanonicalizedPublicKey, where they belongVincent Breitmoser2014-09-281-1/+0
* fix test case for new PassphraeCacheInterfaceVincent Breitmoser2014-09-231-2/+11
* add test case to make sure s2k IVs are different per subkeyVincent Breitmoser2014-09-231-0/+19
* add test case for duplicate keys in keyring (#870)Vincent Breitmoser2014-09-231-0/+71
* stronger divert-to-card test caseVincent Breitmoser2014-09-221-2/+45
* fix encrypt/decrypt classesVincent Breitmoser2014-09-171-15/+190
* start work on encrypt/decrypt test classesVincent Breitmoser2014-09-156-138/+134
* minor fix for passphrase testVincent Breitmoser2014-09-151-2/+0
* work on OperationResultParcelVincent Breitmoser2014-09-143-10/+10
* Cleanup testsDominik Schürmann2014-09-131-8/+3
* Merge branch 'result-parcels'Vincent Breitmoser2014-09-131-2/+2
|\
| * introduce OperationResultParcel for PgpDecryptVerify operations (WIP)Vincent Breitmoser2014-09-131-2/+2
* | Test for badly encoded user idsDominik Schürmann2014-09-131-1/+30
* | Fix testsDominik Schürmann2014-09-132-2/+4
* | Add key with bad user id encodingDominik Schürmann2014-09-131-0/+60
|/
* promote all result parcels to top level classes in their own packageVincent Breitmoser2014-09-136-24/+11
* editKey: add test case for previous commitVincent Breitmoser2014-09-111-0/+54
* merge: adapt testcase to previous commitVincent Breitmoser2014-09-111-9/+41
* Fix testDominik Schürmann2014-09-092-5/+2
* Fix testDominik Schürmann2014-09-081-1/+1
* Revert "Fix test"Dominik Schürmann2014-09-081-1/+1
* Fix testDominik Schürmann2014-09-081-1/+1
* ditch public divert-to-card test keyringVincent Breitmoser2014-09-032-46/+0
* implement test case for mailvelope keyring with no key flagsVincent Breitmoser2014-09-031-0/+25
* fix tests for changed key flag semanticsVincent Breitmoser2014-09-031-8/+8
* add getSecretKeyType method to CachedPublicKeyRingVincent Breitmoser2014-09-031-15/+14
* If no key flags subpacket is present allow all key flags, fixes mailvelope keysDominik Schürmann2014-09-021-0/+20
* add test for divert-to-cardVincent Breitmoser2014-09-026-46/+85