aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain-Test/src/test/java/org/sufficientlysecure/keychain/pgp/PgpKeyOperationTest.java
Commit message (Expand)AuthorAgeFilesLines
* small improvements regarding pin tests and loggingVincent Breitmoser2015-01-011-5/+23
* add test case for PIN unlockVincent Breitmoser2014-12-301-2/+28
* fix unit tests for ChangeUnlockParcelVincent Breitmoser2014-12-301-10/+11
* introduce new ChangeUnlockParcel packet for extended passphrase changing capa...Vincent Breitmoser2014-12-291-10/+10
* move around package structure a bitVincent Breitmoser2014-10-101-3/+3
* add test case to make sure s2k IVs are different per subkeyVincent Breitmoser2014-09-231-0/+19
* start work on encrypt/decrypt test classesVincent Breitmoser2014-09-151-19/+4
* minor fix for passphrase testVincent Breitmoser2014-09-151-2/+0
* work on OperationResultParcelVincent Breitmoser2014-09-141-2/+2
* promote all result parcels to top level classes in their own packageVincent Breitmoser2014-09-131-3/+3
* editKey: add test case for previous commitVincent Breitmoser2014-09-111-0/+54
* fix tests for changed key flag semanticsVincent Breitmoser2014-09-031-8/+8
* Merge pull request #796 from open-keychain/developDominik Schürmann2014-08-281-27/+16
|\
| * add ecc supportVincent Breitmoser2014-08-241-27/+16
* | tests: fix non-deterministic testMasterModifyVincent Breitmoser2014-08-231-0/+1
|/
* Copyright (C) 2014 Vincent BreitmoserVincent Breitmoser2014-08-211-0/+1
* Add license headersDominik Schürmann2014-08-191-0/+17
* 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-161-2/+2
* 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-161-5/+117
* 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-131-9/+9
* fix dumb mistake in modifySecretKeyVincent Breitmoser2014-08-011-10/+8
* move classes around a bitVincent Breitmoser2014-08-011-0/+764