aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/pgp/PgpKeyOperation.java
Commit message (Expand)AuthorAgeFilesLines
* 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
* modifyKey: error out on integrity check failsVincent Breitmoser2014-07-121-7/+9
* createKey: better logging, handle empty user id caseVincent Breitmoser2014-07-121-44/+56
* modifyKey: proper expiry check during SubkeyAddVincent Breitmoser2014-07-111-2/+2
* modifyKey: make SubkeyChange operations workVincent Breitmoser2014-07-111-24/+50
* SaveKeyringParcel: follow attribute m prefix coding guidelineVincent Breitmoser2014-07-111-15/+15
* get rid of some inspection warningsVincent Breitmoser2014-07-111-0/+1
* modifyKey: error out on nonexisting new primary user idVincent Breitmoser2014-07-111-0/+10
* modifyKey: couple more fixes from testsVincent Breitmoser2014-07-111-4/+8
* modifyKey: preserve master key flagsVincent Breitmoser2014-07-111-5/+22
* add come createKey stringsVincent Breitmoser2014-07-111-1/+6
* support changing primary user id in SaveKeyringParcelVincent Breitmoser2014-07-021-4/+111
* fix subkey additionVincent Breitmoser2014-07-021-37/+59
* add create key capabilities to SaveKeyringParcelVincent Breitmoser2014-06-291-9/+67