aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/pgp/PgpKeyOperation.java
Commit message (Expand)AuthorAgeFilesLines
* Replace spongycastle with bouncycastleDominik Schürmann2016-02-091-30/+30
* Error out when editing a stripped keyDominik Schürmann2016-01-111-1/+6
* Use more generic 'Security Token' where possible, add sutitle to create key w...Dominik Schürmann2016-01-101-26/+26
* Raise min asymmetric key length for all ciphers to 2048 bitDominik Schürmann2015-10-041-2/+2
* Improve comments and reasons in PgpConstants, simple checks for insecure asym...Dominik Schürmann2015-08-101-18/+18
* Introduce constants in OpenPgpSignature and DecryptionResult for unsigned/une...Dominik Schürmann2015-08-091-7/+7
* added revocation tag NO_REASON to all revocations via PgpKeyOperationAdithya Abraham Philip2015-07-141-0/+7
* allowed operations to modify CryptoInputParcel they receiveAdithya Abraham Philip2015-07-131-3/+3
* fix result type for divert-to-card new subkey errorVincent Breitmoser2015-07-081-1/+1
* addition of subkeys for divert-to-card primary keys is not supportedVincent Breitmoser2015-07-081-2/+6
* better handling of divert-to-card keys for subkey modificationsVincent Breitmoser2015-07-081-27/+48
* Change PIN and Admin PIN after move to key operationDominik Schürmann2015-07-021-0/+20
* fix recursive log in modifySecretKeyRingVincent Breitmoser2015-06-171-7/+2
* Merge remote-tracking branch 'origin/master' into developmentVincent Breitmoser2015-05-281-3/+3
|\
| * improve robustness of SecretKeyType handlingVincent Breitmoser2015-05-281-3/+3
| * fix merge problems (derp)Vincent Breitmoser2015-05-281-4/+2
* | Merge branch 'master' into developmentVincent Breitmoser2015-05-281-13/+20
|\|
| * create keys with fixed timestampVincent Breitmoser2015-05-281-6/+8
| * add user id flags to UserAttribute self signaturesVincent Breitmoser2015-05-201-13/+20
* | create keys with fixed timestampVincent Breitmoser2015-05-281-5/+7
* | Add check for exporting two keys to same smart card slot.Joey Castillo2015-05-131-0/+36
* | Bugfixes and changes based on feedbackJoey Castillo2015-05-131-17/+13
* | Adding keytocard flag to SubkeyChange: UI sets this flag to initiate keytocar...Joey Castillo2015-05-131-18/+18
* | Moving keytocard process into PgpKeyOperation.Joey Castillo2015-05-131-12/+93
|/
* fix Decrypt*Fragment for RequiredInputParcel (except decryptOriginalFilename)Vincent Breitmoser2015-04-011-1/+1
* more data in RequiredInputParcel, OperationResult notificationsVincent Breitmoser2015-03-211-2/+5
* add edit key unit test for no-opVincent Breitmoser2015-03-201-0/+5
* fix unit tests (for real)Vincent Breitmoser2015-03-201-2/+10
* fix more unit tests (syntax)Vincent Breitmoser2015-03-201-1/+1
* inline mNfcSignOps variableVincent Breitmoser2015-03-201-17/+16
* re-inline cryptoInput variableVincent Breitmoser2015-03-201-32/+34
* Merge remote-tracking branch 'origin/development' into developmentVincent Breitmoser2015-03-201-14/+11
|\
| * New Passphrase class for safer passphrase handling in memoryDominik Schürmann2015-03-191-12/+13
* | support yubikeys in (some) edit key operationsVincent Breitmoser2015-03-201-108/+204
|/
* Use static linked lists instead of arraysDominik Schürmann2015-03-051-3/+6
* Remove advanced preferences, move compression as menu item in encrypt activit...Dominik Schürmann2015-03-051-66/+27
* 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 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
* 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