aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/pgp/PgpDecryptVerify.java
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Update copyright timespan for ThialfiharThialfihar2014-04-081-1/+1
|
* Rename folder structure from OpenPGP Keychain to OpenKeychainDominik Schürmann2014-04-061-0/+836