crypto: Move md5_transform to lib/md5.c, CVE-2011-3188
authorDavid S. Miller <davem@davemloft.net>
Tue, 20 Sep 2011 10:36:38 +0000 (11:36 +0100)
committerHerton Ronaldo Krzesinski <herton.krzesinski@canonical.com>
Tue, 27 Sep 2011 19:13:55 +0000 (16:13 -0300)
commit695508c50e40156af7cb17327a0309c3772085b0
tree5be8ee21079514168adeb2bddc10b1fa32148227
parentc3c5bfff4642def32aee7d8476638b2ac941b7ed
crypto: Move md5_transform to lib/md5.c, CVE-2011-3188

We are going to use this for TCP/IP sequence number and fragment ID
generation.

Signed-off-by: David S. Miller <davem@davemloft.net>

(cherry picked from commit bc0b96b54a21246e377122d54569eef71cec535f)
CVE-2011-3188
BugLink: http://bugs.launchpad.net/bugs/834129
Signed-off-by: Andy Whitcroft <apw@canonical.com>
Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
crypto/md5.c
include/linux/cryptohash.h
lib/Makefile
lib/md5.c [new file with mode: 0644]