diff --git a/OpenPGP-Security.md b/OpenPGP-Security.md index 4bd7807..8bfb091 100644 --- a/OpenPGP-Security.md +++ b/OpenPGP-Security.md @@ -9,7 +9,7 @@ * If a v4 key is imported with a long key id that already exists in the database, the import is canceled. (see https://github.com/coruus/cooperpair/tree/master/pgpv4 for test keys) * We never use MD5 for generating signatures * No verification of signatures with MD5 hashes -* Sensible list of [allowed hash algorithms, symmetric encryption algorithms](https://github.com/open-keychain/open-keychain/blob/development/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/pgp/PgpConstants.java) +* Sensible list of [allowed hash algorithms, symmetric encryption algorithms](https://github.com/open-keychain/open-keychain/blob/master/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/pgp/PgpConstants.java) * Sensible key generation defaults: SHA-256 with AES-256 where possible, preferred ciphers up to date ### ToDo?