aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/pgp/PgpDecryptVerify.java
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Refactor ProviderHelper to be non-static using a constructor based on ↵Dominik Schürmann2014-04-111-18/+19
| | | | context (first commit to get context out of pgp classes)
* Remove queries from PgpKeyHelper, introduce encrypt to signer mode (not tested)Dominik Schürmann2014-04-111-1/+1
|
* Fix save keyring, improve signature verificationDominik Schürmann2014-04-091-30/+23
|
* Use NotFoundException in more placesDominik Schürmann2014-04-081-13/+27
|
* Fix decryption of messages/files encrypted for multiple public keysDominik Schürmann2014-04-081-31/+56
|
* Introduce ProviderHelper.NotFoundException, remove dead codeDominik Schürmann2014-04-081-3/+13
|
* Change license from ASLv2 to GPLv3 where possibleThialfihar2014-04-081-9/+10
|