aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/pgp/PgpDecryptVerify.java
Commit message (Collapse)AuthorAgeFilesLines
* 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; ↵Dominik Schürmann2014-09-171-2/+3
| | | | created ui.util for everything related to formatting
* 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 ↵Dominik Schürmann2014-08-101-4/+5
| | | | | | have failed. An attacker could strip the MDC on its way to the receiver...
* Introduction of metadata api, starting to fix decryption progressDominik Schürmann2014-08-101-30/+57
|
* rename Wrapped*Key* to Canonicalized*Key*Vincent Breitmoser2014-07-311-9/+9
|
* Fallback if no primary user id existsDominik Schürmann2014-07-161-2/+2
|
* move getPublicKey into abstract WrappedKeyRing (also, fix getPrimaryUserId)Vincent Breitmoser2014-07-151-3/+3
|
* remove obsolete subkey binding check from signature verificationVincent Breitmoser2014-06-191-12/+0
|
* wrapped-key-ring: forgot a part in PgpDecryptVerifyVincent Breitmoser2014-05-231-2/+9
|
* use long rather than String to build uris by keyVincent Breitmoser2014-05-211-8/+3
|
* wrapped-key-ring: split up CachedKeyRing and WrappedKeyRingVincent Breitmoser2014-05-211-11/+19
|
* wrapped-key-ring: no more pgp imports in PassphraseDialogFragmentVincent Breitmoser2014-05-041-3/+5
|
* wrapped-key-ring: small fix to make it work againVincent Breitmoser2014-05-031-10/+12
|
* wrapped-key-ring: first steps, get rid of key imports in decryptverify and ↵Vincent Breitmoser2014-05-031-231/+43
| | | | signencrypt
* Rename setter methods for PgpDecryptVerify.BuilderThialfihar2014-04-291-7/+7
|
* Rename ProgressDialogUpdater to ProgressableThialfihar2014-04-291-10/+10
| | | | | Also fix some inconsistent usages of "progress", now using "progressable" in all builders.
* Many API fixes for GET_KEY and GET_KEY_IDSDominik Schürmann2014-04-281-6/+0
|
* get rid of PgpKeyHelper.getMasterKeyIdVincent Breitmoser2014-04-171-4/+10
| | | | Closes #575
* NotFoundExceptions for all getGeneric-type methodsVincent Breitmoser2014-04-171-14/+31
|
* Clarify commentsDominik Schürmann2014-04-161-2/+2
|