aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/pgp
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Better selection of preferred algorithmDominik Schürmann2015-03-055-20/+40
* | Set key signature algo from SHA512 to SHA256Dominik Schürmann2015-03-041-9/+10
|/
* Merge keybase-proof branchDominik Schürmann2015-02-271-1/+163
|\
| * fix signature checkDominik Schürmann2014-11-221-2/+2
| * Dont accept signatures by expired or revoked subkeysDominik Schürmann2014-11-222-8/+11
| * Use master key id for keybase proof verificationDominik Schürmann2014-11-221-10/+4
| * Merge branch 'development' into keybase-proofsDominik Schürmann2014-11-211-1/+1
| |\
| * | Moved from WebView to Spannables, some proof cleanup tooTim Bray2014-11-071-1/+161