aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/pgp/PgpKeyOperation.java
Commit message (Expand)AuthorAgeFilesLines
...
* small fixes to user attribute handlingVincent Breitmoser2015-01-141-0/+4
* fix log entry for addition of user attributesVincent Breitmoser2015-01-141-3/+3
* actually import user attributes (though they are not shown anywhere yet)Vincent Breitmoser2015-01-141-1/+1
* support addition of user attributesVincent Breitmoser2015-01-131-3/+49
* encapsulate high level edit key into new operation classVincent Breitmoser2015-01-031-40/+39
* small improvements regarding pin tests and loggingVincent Breitmoser2015-01-011-0/+5
* add empty notation data packet only if necessaryVincent Breitmoser2015-01-011-16/+35
* some small notation data fixesVincent Breitmoser2014-12-301-2/+4
* add PIN as a SecretKeyTypeVincent Breitmoser2014-12-301-1/+1
* introduce handling of notation direct key signatures, and experimental pin no...Vincent Breitmoser2014-12-301-3/+46
* introduce new ChangeUnlockParcel packet for extended passphrase changing capa...Vincent Breitmoser2014-12-291-53/+87
* move around package structure a bitVincent Breitmoser2014-10-101-4/+4
* Fix MSG_MF_UID_PRIMARY logDominik Schürmann2014-10-071-1/+1
* add test case for duplicate keys in keyring (#870)Vincent Breitmoser2014-09-231-1/+1
* package reordering: merge util and helper, there were no real difference; cre...Dominik Schürmann2014-09-171-12/+13
* move LogLevel info into LogType enumVincent Breitmoser2014-09-151-64/+63
* work on OperationResultParcelVincent Breitmoser2014-09-141-5/+5
* promote all result parcels to top level classes in their own packageVincent Breitmoser2014-09-131-5/+5
* editKey: add support for sripping keysVincent Breitmoser2014-09-111-2/+26
* Increase s2k count to 0x90Dominik Schürmann2014-09-091-4/+6
* Properly handle uneditable key types in EditKeyFragmentVincent Breitmoser2014-09-081-0/+4
* Due to compatiblity switch from SHA512 to SHA256Dominik Schürmann2014-09-071-1/+1
* Remove version 3 checks, no longer supported in importDominik Schürmann2014-09-021-3/+2
* add cancel support to edit key actionVincent Breitmoser2014-08-311-0/+35
* add ecc supportVincent Breitmoser2014-08-241-22/+84
* Copyright (C) 2014 Vincent BreitmoserVincent Breitmoser2014-08-211-1/+1
* modifyKey: small logging changesVincent Breitmoser2014-08-201-1/+1
* Scroll fixes for certify activityDominik Schürmann2014-08-191-1/+1
* Notes about criticalityDominik Schürmann2014-08-191-2/+15
* Decrease iteration count, delayed for 2.9Dominik Schürmann2014-08-191-1/+1
* Merge branch 'master' of github.com:open-keychain/open-keychainDominik Schürmann2014-08-191-1/+3
|\
| * fix primary user id in master key flag modificationVincent Breitmoser2014-08-191-1/+3
* | Change criticallity of subpackets after discussionDominik Schürmann2014-08-191-5/+5
|/
* Use higher s2k countDominik Schürmann2014-08-191-10/+29
* Use SHA512 instead of SHA1 and AES256 instead of CAST5 where possibleDominik Schürmann2014-08-191-20/+22
* Mark packets criticalDominik Schürmann2014-08-191-11/+11
* add feature to key sig subpacket to indicate that we want MDCDominik Schürmann2014-08-191-0/+3
* New preferred hash and symmetric algos, removed SHA-1, 3DES, new orderingDominik Schürmann2014-08-191-7/+17
* modify*Key: improve handling of passphrase modification (add tests, too)Vincent Breitmoser2014-08-161-2/+48
* use correct algorithm for signatures (actually fix heterogeneous subkeys)Vincent Breitmoser2014-08-161-4/+4
* fix small log format string mistake for adding subkeysVincent Breitmoser2014-08-161-1/+2
* Fix ElGamal key creation, SUBKEY_BINDING cert must use algo of master keyDominik Schürmann2014-08-161-1/+1
* tests: more expected error typesVincent Breitmoser2014-08-161-1/+2
* typed expected failures and a couple minor thingsVincent Breitmoser2014-08-161-3/+3
* support for master key modifications, among other stuffVincent Breitmoser2014-08-161-181/+298
* modifySecretKey: err out on "use previous" expiry date for (sub)key creationVincent Breitmoser2014-08-161-1/+7
* modifySecretKey: err out on revocation of nonexistent user idVincent Breitmoser2014-08-161-0/+12
* support changing expiry of subkeys to noneVincent Breitmoser2014-08-141-1/+2
* Edit key: key flagsDominik Schürmann2014-08-051-1/+1
* Use PublicKeyAlgorithmTags instead of homebrew choices constants, fix expiry ...Dominik Schürmann2014-08-051-4/+5