aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/pgp/PgpSignatureChecker.java
Commit message (Expand)AuthorAgeFilesLines
* Fix license headerDominik Schürmann2016-05-121-0/+18
* Replace spongycastle with bouncycastleDominik Schürmann2016-02-091-6/+6
* fix variable name mistake (wth did I commit there?!)Vincent Breitmoser2015-10-091-2/+2
* pgpdecryptverify: only use keys for verification which are allowed to sign (O...Vincent Breitmoser2015-10-081-2/+10
* pgpdecryptverify: fix non-onepass signature checkingVincent Breitmoser2015-10-081-1/+1
* pgpdecryptverify: externalize PgpSignatureCheckerVincent Breitmoser2015-10-081-0/+336