aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/pgp
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
|\
* | Use ArrayList instead of LinkedListDominik Schürmann2015-03-053-9/+11
* | Cleanup of PgpConstantsDominik Schürmann2015-03-051-24/+22
* | Add missing headerDominik Schürmann2015-03-051-0/+17
* | Check for insecure hash and symmetric encryption algos on decryptDominik Schürmann2015-03-051-0/+30
* | Use static linked lists instead of arraysDominik Schürmann2015-03-054-33/+51
* | Add missing file with PGP ConstantsDominik Schürmann2015-03-051-0/+69
* | Remove advanced preferences, move compression as menu item in encrypt activit...Dominik Schürmann2015-03-055-129/+39