aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/pgp/PgpKeyOperation.java
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| | | | selection for adding new subkeys
* 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 ↵Vincent Breitmoser2014-07-311-15/+81
| | | | methods
* 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
|\ | | | | | | | | | | | | Conflicts: OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/KeyListFragment.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/ViewKeyMainFragment.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/dialog/ShareQrCodeDialogFragment.java
| * 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
|/ | | | fixes #721
* 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
| | | | Closes #695
* fix subkey additionVincent Breitmoser2014-07-021-37/+59
|
* add create key capabilities to SaveKeyringParcelVincent Breitmoser2014-06-291-9/+67
|
* code cleanup and plurals in import log entriesVincent Breitmoser2014-06-281-9/+6
| | | | closes #698
* ditch outdated certifyKey operationVincent Breitmoser2014-06-221-54/+0
|
* Merge branch 'new-edit'Vincent Breitmoser2014-06-181-714/+231
|\ | | | | | | | | | | | | Conflicts: OpenKeychain/src/main/java/org/sufficientlysecure/keychain/service/KeychainIntentService.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/service/OperationResultParcel.java OpenKeychain/src/main/res/values/strings.xml
| * new-edit: add logging to modifySecretKeyRing operationVincent Breitmoser2014-06-171-71/+113
| |
| * new-edit: add new save keyring stuffVincent Breitmoser2014-06-171-148/+116
| |
| * new-edit: remove old save keyring stuffVincent Breitmoser2014-06-171-546/+53
|/
* make everything work againVincent Breitmoser2014-06-021-2/+3
|
* new savekeyring operation (mostly stub)Vincent Breitmoser2014-05-271-2/+336
|
* rename SaveKeyringParcel to OldSaveKeyringParcelVincent Breitmoser2014-05-271-3/+3
|
* wrapped-key-ring: UncachedKeyRing wraps only one ring of dynamic typeVincent Breitmoser2014-05-231-6/+6
|
* wrapped-key-ring: split up CachedKeyRing and WrappedKeyRingVincent Breitmoser2014-05-211-2/+2
|
* wrapped-key-ring: get rid of bc objects in key editorVincent Breitmoser2014-05-041-5/+5
|
* wrapped-key-ring: no more pgp imports in PassphraseDialogFragmentVincent Breitmoser2014-05-041-2/+2
|
* wrapped-key-ring: more refactoring - no more pgp imports in ↵Vincent Breitmoser2014-05-031-37/+15
| | | | KeychainIntentService!
* wrapped-key-ring: move certification logic into secretkeyVincent Breitmoser2014-05-031-53/+0
|
* Rename ProgressDialogUpdater to ProgressableThialfihar2014-04-291-4/+4
| | | | | Also fix some inconsistent usages of "progress", now using "progressable" in all builders.