diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2013-04-15 15:54:18 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2013-04-15 15:54:18 +0000 |
commit | 6c4f281c2905197148a7638736a3e5916e5cf857 (patch) | |
tree | d10566417175f2f3b4ad4631e68d2880e193ac5a /bin/md5/cksum.1 | |
parent | 09efeace4d3657d21301da9bce59287359f9ba1f (diff) |
SHA-224 is to SHA-256 as SHA-384 is to SHA-512. It was added in a
later revision of FIPS-180. OK miod@ jmc@ guenther@ djm@
Diffstat (limited to 'bin/md5/cksum.1')
-rw-r--r-- | bin/md5/cksum.1 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/bin/md5/cksum.1 b/bin/md5/cksum.1 index c3818147ec3..57be36a801e 100644 --- a/bin/md5/cksum.1 +++ b/bin/md5/cksum.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cksum.1,v 1.23 2010/11/07 08:05:55 jmc Exp $ +.\" $OpenBSD: cksum.1,v 1.24 2013/04/15 15:54:17 millert Exp $ .\" .\" Copyright (c) 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -32,7 +32,7 @@ .\" .\" @(#)cksum.1 8.2 (Berkeley) 4/28/95 .\" -.Dd $Mdocdate: November 7 2010 $ +.Dd $Mdocdate: April 15 2013 $ .Dt CKSUM 1 .Os .Sh NAME @@ -106,6 +106,7 @@ Supported algorithms include .Ar md5 , .Ar rmd160 , .Ar sha1 , +.Ar sha224 , .Ar sha256 , .Ar sha384 , .Ar sha512 , |