aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain-Test/src/test/java/org/sufficientlysecure/keychain/pgp
Commit message (Expand)AuthorAgeFilesLines
* add unit test for duplicate user ids (fix later!!)Vincent Breitmoser2014-10-041-9/+39
* fix method visibility for testsVincent Breitmoser2014-09-281-2/+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
* fix encrypt/decrypt classesVincent Breitmoser2014-09-171-15/+190
* start work on encrypt/decrypt test classesVincent Breitmoser2014-09-153-72/+105
* minor fix for passphrase testVincent Breitmoser2014-09-151-2/+0
* work on OperationResultParcelVincent Breitmoser2014-09-143-10/+10
* Fix testsDominik Schürmann2014-09-132-2/+4
* promote all result parcels to top level classes in their own packageVincent Breitmoser2014-09-134-15/+8
* 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-081-1/+1
* Revert "Fix test"Dominik Schürmann2014-09-081-1/+1
* Fix testDominik Schürmann2014-09-081-1/+1
* fix tests for changed key flag semanticsVincent Breitmoser2014-09-031-8/+8
* Merge pull request #796 from open-keychain/developDominik Schürmann2014-08-284-38/+30
|\
| * add ecc supportVincent Breitmoser2014-08-244-38/+30
* | tests: fix non-deterministic testMasterModifyVincent Breitmoser2014-08-231-0/+1
|/
* Copyright (C) 2014 Vincent BreitmoserVincent Breitmoser2014-08-214-0/+4
* Add license headersDominik Schürmann2014-08-194-0/+68
* modify*Key: improve handling of passphrase modification (add tests, too)Vincent Breitmoser2014-08-161-14/+86
* use correct algorithm for signatures (actually fix heterogeneous subkeys)Vincent Breitmoser2014-08-161-2/+2
* fix travis tests (more), minor comment editsVincent Breitmoser2014-08-163-2/+8
* tests: add test for master key revocationVincent Breitmoser2014-08-161-0/+25
* tests: more expected error typesVincent Breitmoser2014-08-161-7/+35
* typed expected failures and a couple minor thingsVincent Breitmoser2014-08-161-18/+35
* support for master key modifications, among other stuffVincent Breitmoser2014-08-164-16/+128
* modifySecretKey: err out on "use previous" expiry date for (sub)key creationVincent Breitmoser2014-08-161-10/+10
* modifySecretKey: err out on revocation of nonexistent user idVincent Breitmoser2014-08-161-0/+7
* test: even nicer codeVincent Breitmoser2014-08-161-29/+16
* explicitly add BouncyCastleProvider (fixes travis?)Vincent Breitmoser2014-08-141-0/+4
* support changing expiry of subkeys to noneVincent Breitmoser2014-08-141-0/+18
* tests: cleaner code in PgpKeyOperationTestVincent Breitmoser2014-08-141-50/+73
* Fix testsDominik Schürmann2014-08-131-3/+3
* Fix testsDominik Schürmann2014-08-131-1/+1
* Fix testsDominik Schürmann2014-08-134-20/+23
* fix dumb mistake in modifySecretKeyVincent Breitmoser2014-08-011-10/+8
* move classes around a bitVincent Breitmoser2014-08-015-0/+1948