Browse Source

Whoops, ripemd was broken, not ripemd-160.

OPENBSD_3_6
millert 20 years ago
parent
commit
33d1181051
2 changed files with 5 additions and 11 deletions
  1. +4
    -3
      src/lib/libc/hash/mdX.3
  2. +1
    -8
      src/lib/libc/hash/rmd160.3

+ 4
- 3
src/lib/libc/hash/mdX.3 View File

@ -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.8 2004/08/24 19:38:17 millert Exp $
.\" $OpenBSD: mdX.3,v 1.9 2004/08/24 20:10:33 millert Exp $
.\"
.Dd April 29, 2004
.Dt MDX 3
@ -210,7 +210,8 @@ helper functions are derived from code written by Poul-Henning Kamp.
.Sh BUGS
Collisions have been found for the full versions of both MD4 and MD5.
The use of
.Xr sha1 3
.Xr sha1 3 ,
.Xr sha2 3 ,
or
.Xr sha2 3
.Xr rmd160 3
is recommended instead.

+ 1
- 8
src/lib/libc/hash/rmd160.3 View File

@ -1,4 +1,4 @@
.\" $OpenBSD: rmd160.3,v 1.27 2004/08/24 19:38:17 millert Exp $
.\" $OpenBSD: rmd160.3,v 1.28 2004/08/24 20:10:33 millert Exp $
.\"
.\" Copyright (c) 1997, 2004 Todd C. Miller <Todd.Miller@courtesan.com>
.\"
@ -238,10 +238,3 @@ If a message digest is to be copied to a multi-byte type (ie:
an array of five 32-bit integers) it will be necessary to
perform byte swapping on little endian machines such as the i386, alpha,
and vax.
.Sh BUGS
Collisions have been found for the full version of RMD-160.
The use of
.Xr sha1 3
or
.Xr sha2 3
is recommended instead.

Loading…
Cancel
Save