aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/pgp/PgpKeyOperation.java
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* small fix for MSG_MF_UID_ADD log entryVincent Breitmoser2014-08-011-1/+1
* fix dumb mistake in modifySecretKeyVincent Breitmoser2014-08-011-1/+1
* more fixes on canonicalization and progressVincent Breitmoser2014-07-311-4/+4
* completely overengineer progress indication in {modify,create}SecretKeyRing m...Vincent Breitmoser2014-07-311-15/+81
* always return an EditKeyResult in modifyKey methodVincent Breitmoser2014-07-311-25/+25
* couple of logging fixesVincent Breitmoser2014-07-311-2/+3
* rename Wrapped*Key* to Canonicalized*Key*Vincent Breitmoser2014-07-311-2/+1
* Merge branch 'ditch-appmsg'Vincent Breitmoser2014-07-291-9/+18
|\
| * introduce EditKeyResult with transient UncachedKeyRing (half-baked!)Vincent Breitmoser2014-07-271-9/+18
* | watch out for nullpointers from get(Un|)HashedSubpacketsVincent Breitmoser2014-07-281-2/+3
|/
* test and fix: adding an empty user id should failVincent Breitmoser2014-07-261-0/+5
* canonicalize: fix for testsVincent Breitmoser2014-07-191-0/+1