aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/pgp/PgpDecryptVerifyOperation.java
Commit message (Expand)AuthorAgeFilesLines
* decrypt: skip all encountered marker packets (fix #1582)Vincent Breitmoser2015-11-151-8/+8
* decrypt: skip unavailable and unsuitable keysVincent Breitmoser2015-11-131-0/+12
* bench: simple working benchmarkVincent Breitmoser2015-11-041-16/+17
* bench: add benchmark operation for testingVincent Breitmoser2015-11-041-1/+10
* fix crash due to malformed log entryVincent Breitmoser2015-10-211-1/+1
* Support backupVersion ASCII Armor headerDominik Schürmann2015-10-151-22/+69
* Mime type consistencyDominik Schürmann2015-10-151-3/+3
* Merge branch 'master' into encrypted-exportVincent Breitmoser2015-10-081-415/+62
|\
| * improve tests, get rid of some redundant checksVincent Breitmoser2015-10-081-10/+0
| * pgpdecryptverify: get rid of duplicate code path for binary signature verific...Vincent Breitmoser2015-10-081-93/+1
| * pgpdecryptverify: fix non-onepass signature checkingVincent Breitmoser2015-10-081-0/+2
| * pgpdecryptverify: externalize PgpSignatureCheckerVincent Breitmoser2015-10-081-297/+33
| * pgpdecryptverify: move cleartext verification into SignatureCheckerVincent Breitmoser2015-10-081-156/+139
| * pgpdecryptverify: refactor signature verification state into SignatureChecker...Vincent Breitmoser2015-10-081-134/+141
| * pgpdecryptverify: fix one pass signature check, actually use bracketed structureVincent Breitmoser2015-10-071-4/+29
| * pgpdecryptverify: refactor signature processingVincent Breitmoser2015-10-061-75/+73
* | decryptverify: add trivial detection of pgp ascii-armored dataVincent Breitmoser2015-09-301-2/+33
|/
* Reject filenames with slashes completlyDominik Schürmann2015-09-241-4/+5
* mime: respect charset header (default to utf-8)Vincent Breitmoser2015-09-161-4/+3
* strip encrypted filenames to basenames (OKC-01-004)Vincent Breitmoser2015-09-111-0/+3
* complain about mdc insecurity status only if data actually was encryptedVincent Breitmoser2015-09-101-15/+16
* add support for signed-only data in the backend (#1507)Vincent Breitmoser2015-09-101-317/+368
* Remove dead codeDominik Schürmann2015-08-271-0/+1239