aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/pgp
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | Merge branch 'master' into developmentVincent Breitmoser2015-05-281-13/+20
|\| | | | | | | | | |
| * | | | | | | | | | create keys with fixed timestampVincent Breitmoser2015-05-281-6/+8
| * | | | | | | | | | warn on signature earlier than key creation, err on significantly earlierVincent Breitmoser2015-05-281-0/+21
| * | | | | | | | | | don't show allowed key list if no key exists, and some minor PgpDecryptVerify...Vincent Breitmoser2015-05-281-13/+24
| * | | | | | | | | | add user id flags to UserAttribute self signaturesVincent Breitmoser2015-05-201-13/+20
| * | | | | | | | | | apply promote operation to specific subkeys present on yubikey onlyVincent Breitmoser2015-05-172-3/+21
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
* | | | | | | | | | create keys with fixed timestampVincent Breitmoser2015-05-281-5/+7
* | | | | | | | | | warn on signature earlier than key creation, err on significantly earlierVincent Breitmoser2015-05-281-0/+21
* | | | | | | | | | don't show allowed key list if no key exists, and some minor PgpDecryptVerify...Vincent Breitmoser2015-05-281-13/+24
* | | | | | | | | | apply promote operation to specific subkeys present on yubikey onlyVincent Breitmoser2015-05-172-3/+21
* | | | | | | | | | 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
* | | | | | | | | | Adding NFC Key to Card operation, accessible from Edit Key activity.Joey Castillo2015-05-121-0/+24
|/ / / / / / / / /
* | | | | | | | | check for fingerprint of any subkey (arguable?)Vincent Breitmoser2015-05-061-0/+11
* | | | | | | | | license header for PgpCertifyOperationDominik Schürmann2015-05-041-1/+19
* | | | | | | | | Apply patch from https://github.com/open-keychain/open-keychain/issues/1222#i...Dominik Schürmann2015-05-041-2/+9
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Buffer ascii armored encryption/signaturesDominik Schürmann2015-04-132-3/+4
* | | | | | | | fix Decrypt*Fragment for RequiredInputParcel (except decryptOriginalFilename)Vincent Breitmoser2015-04-014-50/+43
* | | | | | | | work on passphrase data flowVincent Breitmoser2015-03-311-10/+34
* | | | | | | | fix Encrypt* with RequiredInputParcelVincent Breitmoser2015-03-301-43/+24
* | | | | | | | pass CryptoInputParcel independently for SignEncryptOperationVincent Breitmoser2015-03-303-56/+10
* | | | | | | | Merge branch 'development' into v/crypto-input-parcelDominik Schürmann2015-03-241-4/+10
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | Fixed #1152:Kent2015-03-201-5/+11
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | fix unit test and add new for divert-to-card promotionVincent Breitmoser2015-03-221-0/+4
* | | | | | | actually promote to divert, pass yubikey's AIDVincent Breitmoser2015-03-221-6/+7
* | | | | | | split up wait/action yubikey fragmentsVincent Breitmoser2015-03-211-2/+4
* | | | | | | more data in RequiredInputParcel, OperationResult notificationsVincent Breitmoser2015-03-212-3/+7
* | | | | | | 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-202-1/+6
* | | | | | | inline mNfcSignOps variableVincent Breitmoser2015-03-201-17/+16
* | | | | | | fix unit tests (syntax)Vincent Breitmoser2015-03-201-1/+1
* | | | | | | re-inline cryptoInput variableVincent Breitmoser2015-03-201-32/+34
* | | | | | | Merge remote-tracking branch 'origin/development' into developmentVincent Breitmoser2015-03-207-38/+40
|\| | | | | |
| * | | | | | New Passphrase class for safer passphrase handling in memoryDominik Schürmann2015-03-197-31/+39
* | | | | | | support yubikeys in (some) edit key operationsVincent Breitmoser2015-03-202-110/+210
* | | | | | | generalize NfcOperationParcel to RequiredInputParcel, including passphrasesVincent Breitmoser2015-03-191-6/+5
* | | | | | | yubikey certifications!Vincent Breitmoser2015-03-183-134/+170
* | | | | | | generalize nfc crypto input structureVincent Breitmoser2015-03-184-109/+142
|/ / / / / /
* | | | | | Allow for hidden recipients in encrypt methodsDominik Schürmann2015-03-166-23/+81
* | | | | | object oriented split user idDominik Schürmann2015-03-161-33/+31
| |_|_|_|/ |/| | | |
* | | | | fix expiry of master keysVincent Breitmoser2015-03-151-15/+16
* | | | | Prefer ZIP algorithm as discussed on OpenPGP WG mailinglistDominik Schürmann2015-03-151-1/+7
* | | | | change user_id primary key in database, use keyring rather than unified query...Vincent Breitmoser2015-03-111-0/+9
* | | | | make constant for certify hash algoDominik Schürmann2015-03-112-11/+6
* | | | | Fix expiry, revoked checks in OpenPgpSignatureResultBuilderDominik Schürmann2015-03-101-2/+2
| |_|_|/ |/| | |
* | | | add support for certification of user attributesVincent Breitmoser2015-03-081-4/+68
* | | | Merge branch 'issue1050' of https://github.com/lezorich/open-keychain into pa...Dominik Schürmann2015-03-051-0/+2
|\ \ \ \ | | |/ / | |/| |