aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/operations/results
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | introduce PromoteKeyOperation to create dummy secret from public keysVincent Breitmoser2015-01-252-0/+60
| | | |
| * | | work on divert-to-key and other keyring stuffVincent Breitmoser2015-01-251-0/+2
| |/ / | | | | | | | | | | | | | | | | | | | | | - 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
| * | small fixes to user attribute handlingVincent Breitmoser2015-01-141-0/+1
| | |
| * | actually import user attributes (though they are not shown anywhere yet)Vincent Breitmoser2015-01-141-0/+12
| | |
| * | support addition of user attributesVincent Breitmoser2015-01-131-0/+2
| | | | | | | | | | | | | | | | | | Conflicts: OpenKeychain/src/main/java/org/sufficientlysecure/keychain/service/SaveKeyringParcel.java OpenKeychain/src/main/res/values/strings.xml
| * | add support for user attributes (during canonicalization)Vincent Breitmoser2015-01-121-0/+15
| | |
* | | Experimental API support for detached signatures (not tested)Dominik Schürmann2015-01-081-0/+16
|/ /
* | make certify routines more robust (#1016)Vincent Breitmoser2015-01-031-0/+1
| |
* | add more descriptive string about non-mdc encrypted dataVincent Breitmoser2015-01-031-0/+1
| |
* | encapsulate high level edit key into new operation classVincent Breitmoser2015-01-033-15/+76
| |
* | extend canonicalize to strip local certificates on exportVincent Breitmoser2015-01-021-6/+8
| |
* | small improvements regarding pin tests and loggingVincent Breitmoser2015-01-011-0/+2
| |
* | add PIN as a SecretKeyTypeVincent Breitmoser2014-12-301-0/+1
| |
* | introduce handling of notation direct key signatures, and experimental pin ↵Vincent Breitmoser2014-12-301-1/+3
|/ | | | notation packet
* Display error on certification attempt with yubikeyVincent Breitmoser2014-10-261-0/+1
| | | | Closes #978
* implement upload of keyring after certification, check that option by defaultVincent Breitmoser2014-10-261-2/+8
|
* Retry canonicalization with pubkey self certs if first attempt failedVincent Breitmoser2014-10-261-0/+1
| | | | Fixes #974
* more rewordingVincent Breitmoser2014-10-251-2/+2
|
* change the way merging is loggedVincent Breitmoser2014-10-251-0/+4
|
* add logging to import and change order of import, keyservers firstVincent Breitmoser2014-10-251-0/+11
|
* Externalize QR Code scanning and import into its own activity for better ↵Dominik Schürmann2014-10-231-0/+2
| | | | code separation
* forgot committing ExportResult classVincent Breitmoser2014-10-131-0/+60
|
* rewrite export with new operation styleVincent Breitmoser2014-10-131-0/+18
|
* DeleteResult: add custom createNotifyVincent Breitmoser2014-10-111-0/+96
|
* move delete into operation classVincent Breitmoser2014-10-112-1/+67
|
* move around package structure a bitVincent Breitmoser2014-10-1010-0/+1659