aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/pgp/PgpDecryptVerify.java
Commit message (Expand)AuthorAgeFilesLines
* Check for insecure hash and symmetric encryption algos on decryptDominik Schürmann2015-03-051-0/+30
* 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-221-4/+11
| * Use master key id for keybase proof verificationDominik Schürmann2014-11-221-10/+4
| * Moved from WebView to Spannables, some proof cleanup tooTim Bray2014-11-071-1/+161
* | fix comments and some warnings in PgpDecryptVerifyVincent Breitmoser2015-02-171-9/+4
* | determine correct filesize during decryption from LiteralData packetVincent Breitmoser2015-02-171-7/+5
* | rewrite PgpSignEncrypt data flowVincent Breitmoser2015-02-011-4/+4
* | Support verification of detached signaturesDominik Schürmann2015-01-271-92/+213
* | backend support for charset in ascii-armored streamsVincent Breitmoser2015-01-271-3/+21
* | add more descriptive string about non-mdc encrypted dataVincent Breitmoser2015-01-031-1/+1
* | tests: add multi key encryption/decryption test, new way for fake passphrase ...Vincent Breitmoser2015-01-011-1/+1
|/
* some cleanup and documentation of *Operation classesVincent Breitmoser2014-10-151-1/+0
* make PgpEncryptSign and PgpDecryptVerify subclasses of BaseOperationVincent Breitmoser2014-10-131-27/+12
* move around package structure a bitVincent Breitmoser2014-10-101-3/+3
* More debugging outputDominik Schürmann2014-10-011-24/+29
* pass (encryption) key id from Decrypt*Fragment to NfcActivityVincent Breitmoser2014-09-301-2/+2
* Yubikey text decryption workingDominik Schürmann2014-09-241-1/+1
* Yubikey decryptionDominik Schürmann2014-09-241-1/+1
* Fixes for nfc decryptDominik Schürmann2014-09-181-2/+1
* package reordering: merge util and helper, there were no real difference; cre...Dominik Schürmann2014-09-171-2/+3
* Fix cleartext verifyDominik Schürmann2014-09-171-2/+10
* fix encrypt/decrypt classesVincent Breitmoser2014-09-171-3/+0
* Work on new result handling (WIP)Dominik Schürmann2014-09-171-18/+8
* move LogLevel info into LogType enumVincent Breitmoser2014-09-151-42/+41
* work on OperationResultParcelVincent Breitmoser2014-09-141-3/+3
* add key id to trailing asym data log msgVincent Breitmoser2014-09-131-3/+6
* some DecryptVerify log refinementsVincent Breitmoser2014-09-131-5/+13
* add a ton of logging to DecryptVerifyVincent Breitmoser2014-09-131-24/+88
* working version of DecryptVerifyResultVincent Breitmoser2014-09-131-6/+35
* introduce OperationResultParcel for PgpDecryptVerify operations (WIP)Vincent Breitmoser2014-09-131-104/+85
* promote all result parcels to top level classes in their own packageVincent Breitmoser2014-09-131-1/+0
* Work on Yubikey decryptionDominik Schürmann2014-09-081-7/+18
* Prepare Yubikey decryptionDominik Schürmann2014-09-081-3/+17
* Fix for user ids in APIDominik Schürmann2014-09-071-24/+2
* Fix mAllowedKeyIdsDominik Schürmann2014-09-031-3/+3
* work on passphrase caching, make use of cached SecretKeyType data (WIP!)Vincent Breitmoser2014-09-031-9/+9
* Experimental support for revoked, expired keys with signaturesDominik Schürmann2014-09-011-25/+31
* Fixing build with Spongy Castle 1.51Dominik Schürmann2014-08-211-7/+1
* Better error handling for passphrase cache if key is missingDominik Schürmann2014-08-131-1/+3
* Update api libDominik Schürmann2014-08-111-2/+2
* Support mime type in metadataDominik Schürmann2014-08-111-2/+27
* Decrypt metadata apiDominik Schürmann2014-08-111-6/+6
* Get original filename for decryptionDominik Schürmann2014-08-111-2/+21
* More fixes for decryption progressDominik Schürmann2014-08-111-18/+11
* Handle missing MDC as failed only if no valid signature is presentDominik Schürmann2014-08-101-1/+5
* More fixes for decryption progressDominik Schürmann2014-08-101-6/+4
* Handle missing integrity protection MDC packet as if integrity check would ha...Dominik Schürmann2014-08-101-4/+5
* Introduction of metadata api, starting to fix decryption progressDominik Schürmann2014-08-101-30/+57