summaryrefslogtreecommitdiff
path: root/debian/patches/ssh-vulnkey.patch
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2010-02-27 20:40:41 +0000
committerColin Watson <cjwatson@debian.org>2010-02-27 20:40:41 +0000
commit58d1f877a2337cdfa96a862eadb933da0dffdd35 (patch)
treee6a1ab8af7aad7a5cc11d8414e2e74a0fb14e790 /debian/patches/ssh-vulnkey.patch
parent56276d29ea829cd4c92cd881b496388d93c23dee (diff)
DEP-3 tagging of autotools, SELinux, key blacklisting, and keepalive patches
Diffstat (limited to 'debian/patches/ssh-vulnkey.patch')
-rw-r--r--debian/patches/ssh-vulnkey.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/debian/patches/ssh-vulnkey.patch b/debian/patches/ssh-vulnkey.patch
index 3e4e96493..b33315677 100644
--- a/debian/patches/ssh-vulnkey.patch
+++ b/debian/patches/ssh-vulnkey.patch
@@ -1,3 +1,15 @@
1Description: Reject vulnerable keys to mitigate Debian OpenSSL flaw
2 In 2008, Debian (and derived distributions such as Ubuntu) shipped an
3 OpenSSL package with a flawed random number generator, causing OpenSSH to
4 generate only a very limited set of keys which were subject to private half
5 precomputation. To mitigate this, this patch checks key authentications
6 against a blacklist of known-vulnerable keys, and adds a new ssh-vulnkey
7 program which can be used to explicitly check keys against that blacklist.
8 See CVE-2008-0166.
9Author: Colin Watson <cjwatson@ubuntu.com>
10Bug: https://bugzilla.mindrot.org/show_bug.cgi?id=1469
11Last-Update: 2010-02-27
12
1Index: b/Makefile.in 13Index: b/Makefile.in
2=================================================================== 14===================================================================
3--- a/Makefile.in 15--- a/Makefile.in