aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/pgp/PgpKeyOperation.java
Commit message (Collapse)AuthorAgeFilesLines
* Better selection of preferred algorithmDominik Schürmann2015-03-051-1/+1
|
* Set key signature algo from SHA512 to SHA256Dominik Schürmann2015-03-041-9/+10
|
* ignore revoked user ids for primary key expiryVincent Breitmoser2015-02-261-2/+2
|
* lift language level to java 7, and some code cleanupVincent Breitmoser2015-01-251-5/+3
|
* work on divert-to-key and other keyring stuffVincent Breitmoser2015-01-251-6/+83
| | | | | | | | - allow modifySecretKeyRing operation without passphrase, but a only restricted subset of operations (ie, s2k strip/divert) - pass byte array with serial number to key edit operation to initialize divert-to-card key - update spongycastle to support serial numbers in iv for divert-to-card
* allow explicit re-certification in SaveKeyringParcelVincent Breitmoser2015-01-241-1/+1
|
* move key stripping into ChangeSubkey, support divert-to-cardVincent Breitmoser2015-01-241-24/+19
|
* 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
| | | | | | Conflicts: OpenKeychain/src/main/java/org/sufficientlysecure/keychain/service/SaveKeyringParcel.java OpenKeychain/src/main/res/values/strings.xml
* 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 ↵Vincent Breitmoser2014-12-301-3/+46
| | | | notation packet
* introduce new ChangeUnlockParcel packet for extended passphrase changing ↵Vincent Breitmoser2014-12-291-53/+87
| | | | capabilities
* 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; ↵Dominik Schürmann2014-09-171-12/+13
| | | | created ui.util for everything related to formatting
* 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
| | | | | | | More specifically, return an OperationResultParcel for stripped and divert-to-card keys, with an appropriate error message in the log. part of #828
* 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
| | | | closes #768
* 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
|