aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/pgp/PgpKeyOperation.java
Commit message (Collapse)AuthorAgeFilesLines
* create keys with fixed timestampVincent Breitmoser2015-05-281-6/+8
|
* add user id flags to UserAttribute self signaturesVincent Breitmoser2015-05-201-13/+20
|
* fix Decrypt*Fragment for RequiredInputParcel (except decryptOriginalFilename)Vincent Breitmoser2015-04-011-1/+1
|
* more data in RequiredInputParcel, OperationResult notificationsVincent Breitmoser2015-03-211-2/+5
| | | | | - pass both masterkeyid and subkeyid though RequiredInputParcel parcel - fix numeric vales in OperationResult.createNotify()
* 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
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenKeychain/src/main/java/org/sufficientlysecure/keychain/operations/CertifyOperation.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/operations/EditKeyOperation.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/operations/results/PgpSignEncryptResult.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/pgp/CanonicalizedSecretKey.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/pgp/PgpKeyOperation.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/pgp/PgpSignEncryptInputParcel.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/pgp/SignEncryptParcel.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/service/KeychainIntentService.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/CertifyKeyFragment.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/EditKeyFragment.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/EncryptActivity.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/dialog/SetPassphraseDialogFragment.java
| * 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 ↵Dominik Schürmann2015-03-051-66/+27
| | | | activites, select hash and encryption algo based on hardcoded preferred lists
* 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
|