aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/pgp/PgpDecryptVerifyOperation.java
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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