summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorprovos <provos@openbsd.org>1997-06-05 21:12:47 +0000
committerprovos <provos@openbsd.org>1997-06-05 21:12:47 +0000
commit4139d21d0c676da9e9df8d65a0e5545b883d130c (patch)
tree3081f4ce1d38a3b1b43ee39c915f6232ef43e355 /lib
parentSince we all seem to be on this kick lately: s/options/option/g. (diff)
downloadwireguard-openbsd-4139d21d0c676da9e9df8d65a0e5545b883d130c.tar.xz
wireguard-openbsd-4139d21d0c676da9e9df8d65a0e5545b883d130c.zip
collision also for md4
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/md/mdX.39
1 files changed, 5 insertions, 4 deletions
diff --git a/lib/libc/md/mdX.3 b/lib/libc/md/mdX.3
index beda96e9e25..70d5f0aabe3 100644
--- a/lib/libc/md/mdX.3
+++ b/lib/libc/md/mdX.3
@@ -6,7 +6,7 @@
.\" this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
.\" ----------------------------------------------------------------------------
.\"
-.\" $OpenBSD: mdX.3,v 1.5 1997/03/07 11:25:37 provos Exp $
+.\" $OpenBSD: mdX.3,v 1.6 1997/06/05 21:12:47 provos Exp $
.\"
.Dd October 9, 1996
.Dt MDX 3
@@ -129,10 +129,11 @@ This code is derived directly from these implementations by Poul-Henning Kamp
Phk ristede runen.
.Sh HISTORY
These functions appeared in
-.Em FreeBSD-2.0 .
+.Em OpenBSD-2.0 .
.Sh BUGS
-Hans Dobbertin has found a collision in the compress function of MD5 and
-recommends using SHA or RIPEMD-160 instead.
+Hans Dobbertin has shown collisions for the full version of MD4 and
+found a collision in the compress function of MD5. The use of SHA or
+RIPEMD-160 is recommended instead.
.Pp
MD2 has only been licensed for use in Privacy Enhanced Mail.
Use MD4 or MD5 if that isn't what you're doing.