aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/pgp/PgpDecryptVerify.java
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* commentsDominik Schürmann2014-04-161-2/+2
|
* Fix SIGNATURE_UNKNOWN_PUB_KEYDominik Schürmann2014-04-161-8/+6
|
* Fix PgpDecryptVerify signature verification: search for right signature ↵Dominik Schürmann2014-04-151-18/+24
| | | | subkey instead of using first subkey for verification
* encapsulate creation of OpenPgpSignatureResult objects inside ↵Dominik Schürmann2014-04-151-51/+33
| | | | OpenPgpSignatureResultBuilder to better constraint its output when processing with PgpDecryptVerify
* Fix SIGNATURE_SUCCESS_CERTIFIEDDominik Schürmann2014-04-141-4/+4
|
* key edit: fix crash when create date was after expiry date, change from ↵Dominik Schürmann2014-04-141-1/+0
| | | | gregorian calendar to calendar with creation from instance, experimental result status for decrypt activity
* Rework verifyCleartextSignatureDominik Schürmann2014-04-131-74/+98
|
* Implement SIGNATURE_SUCCESS_CERTIFIED in PgpDecryptVerify (not tested)Dominik Schürmann2014-04-131-12/+31
|
* Handle new exceptions in KeychainIntentServiceDominik Schürmann2014-04-131-9/+0
|
* Remove some Ids...Dominik Schürmann2014-04-111-23/+3
|
* PgpDecryptVerify is now context-freeDominik Schürmann2014-04-111-21/+61
|