aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/pgp/PgpSecurityConstants.java
Commit message (Expand)AuthorAgeFilesLines
* Replace spongycastle with bouncycastleDominik Schürmann2016-02-091-5/+5
* SHA1 and RIPEMD160 are not declared insecure until widely deployedDominik Schürmann2015-10-211-2/+2
* Use new HashSet<>(Arrays.asList()) instead of staticDominik Schürmann2015-09-041-38/+36
* Increase s2k iterations back to 0x90Dominik Schürmann2015-08-101-2/+2
* Dont allow RSA_SIGN, RSA_ENCRYPT, deprecated in RFCDominik Schürmann2015-08-101-10/+3
* Move TODOs into issueDominik Schürmann2015-08-101-13/+0
* Improve comments and reasons in PgpConstants, simple checks for insecure asym...Dominik Schürmann2015-08-101-0/+282