aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain-Test/src/test/java/org/sufficientlysecure/keychain/pgp/PgpKeyOperationTest.java
Commit message (Expand)AuthorAgeFilesLines
* Use new officially supported way for local unit tests, many dependencies upgr...Dominik Schürmann2015-06-111-1376/+0
* fix small non-deterministic failure case in unit testVincent Breitmoser2015-05-311-1/+1
* Merge branch 'master' into developmentVincent Breitmoser2015-05-281-0/+19
|\
| * tests: add attribute to PgpKeyOperationTestVincent Breitmoser2015-05-201-0/+19
* | Removing unused SubkeyChange constructor.Joey Castillo2015-05-131-24/+4
* | Adding unit tests for PgpKeyOperation keytocard functionality.Joey Castillo2015-05-131-1/+64
|/
* add edit key unit test for no-opVincent Breitmoser2015-03-201-0/+6
* fix unit tests (for real)Vincent Breitmoser2015-03-201-7/+14
* fix unit tests (syntax)Vincent Breitmoser2015-03-201-18/+20
* Fix tests for Passphrase classDominik Schürmann2015-03-191-12/+13
* fix expiry of master keysVincent Breitmoser2015-03-151-0/+6
* add unit test for "no expiry where revoked user id still has expiry" caseVincent Breitmoser2015-02-261-2/+14
* split up and mark unsafe expiry-related methodsVincent Breitmoser2015-02-261-20/+20
* work on divert-to-key and other keyring stuffVincent Breitmoser2015-01-251-2/+51
* allow explicit re-certification in SaveKeyringParcelVincent Breitmoser2015-01-241-1/+2
* move key stripping into ChangeSubkey, support divert-to-cardVincent Breitmoser2015-01-241-2/+2
* add basic tests for addition of user attributesVincent Breitmoser2015-01-141-0/+66
* encapsulate high level edit key into new operation classVincent Breitmoser2015-01-031-9/+9
* 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