aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/pgp/PgpConstants.java
Commit message (Collapse)AuthorAgeFilesLines
* Improve comments and reasons in PgpConstants, simple checks for insecure ↵Dominik Schürmann2015-08-101-174/+0
| | | | asymmetric keys
* Follow some of coorus recommendations: better selection of algo whitelist, ↵Dominik Schürmann2015-08-091-17/+51
| | | | ignore recipients preferred algos
* Introduce constants in OpenPgpSignature and DecryptionResult for ↵Dominik Schürmann2015-08-091-52/+78
| | | | unsigned/unencrypted content, update API, introduce simple checks for insecure symmetric algos
* Prefer ZIP algorithm as discussed on OpenPGP WG mailinglistDominik Schürmann2015-03-151-1/+7
|
* make constant for certify hash algoDominik Schürmann2015-03-111-0/+2
|
* Merge branch 'issue1050' of https://github.com/lezorich/open-keychain into ↵Dominik Schürmann2015-03-051-0/+2
| | | | | | | passphrase-strength-indicator Conflicts: OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/CreateKeyInputFragment.java
* Use ArrayList instead of LinkedListDominik Schürmann2015-03-051-5/+5
|
* Cleanup of PgpConstantsDominik Schürmann2015-03-051-24/+22
|
* Add missing headerDominik Schürmann2015-03-051-0/+17
|
* Use static linked lists instead of arraysDominik Schürmann2015-03-051-23/+43
|
* Add missing file with PGP ConstantsDominik Schürmann2015-03-051-0/+69