diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2009-05-12 00:42:37 -0400 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2009-05-12 00:42:37 -0400 |
commit | dc89c4d16b754408f5e24067073ead1e9e231c48 (patch) | |
tree | 0fd78f8852eb5c6fc54703e7f0b641151fc63421 /packaging | |
parent | 4ea066ebeb9b01afe213db3455ad1a1ff69c39ea (diff) |
pem2openpgp now makes signatures over SHA256 instead of SHA1, due to concerns about the growing weakness of SHA1.
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/debian/changelog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packaging/debian/changelog b/packaging/debian/changelog index b6592ad..fa94721 100644 --- a/packaging/debian/changelog +++ b/packaging/debian/changelog @@ -8,6 +8,7 @@ monkeysphere (0.25-1~pre) UNRELEASED; urgency=low - fix monkeysphere update-known_hosts for sshd running on non-standard ports - add 'sshfpr' subcommand to output the ssh fingerprint of a gpg key + - pem2openpgp now generates self-sigs over SHA-256 instead of SHA-1 - some portability improvements * update Standard-Version to 3.8.1 |