Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Mar 2017 13:20:07 +0000 (UTC)
From:      =?UTF-8?Q?Dag-Erling_Sm=c3=b8rgrav?= <des@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r315150 - stable/10/sbin/md5
Message-ID:  <201703121320.v2CDK7Po058188@repo.freebsd.org>

index | next in thread | raw e-mail

Author: des
Date: Sun Mar 12 13:20:07 2017
New Revision: 315150
URL: https://svnweb.freebsd.org/changeset/base/315150

Log:
  MFH (r314554): fix date in previous commit
  
  Also remove mention of SKEIN-512 since it is not available in 10.

Modified:
  stable/10/sbin/md5/md5.1
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/sbin/md5/md5.1
==============================================================================
--- stable/10/sbin/md5/md5.1	Sun Mar 12 13:18:48 2017	(r315149)
+++ stable/10/sbin/md5/md5.1	Sun Mar 12 13:20:07 2017	(r315150)
@@ -74,7 +74,7 @@ and
 algorithms have been proven to be vulnerable to practical collision
 attacks and should not be relied upon to produce unique outputs, nor
 should they be used as part of a cryptographic signature scheme.
-As of 2016-03-02, there is no publicly known method to
+As of 2017-03-02, there is no publicly known method to
 .Em reverse
 either algorithm, i.e. to find an input that produces a specific
 output.
@@ -90,8 +90,6 @@ The hashes are not interchangeable.
 .Pp
 It is recommended that all new applications use
 .Tn SHA-512
-or
-.Tn SKEIN-512
 instead of one of the other hash functions.
 .Pp
 The following options may be used in any combination and must


help

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703121320.v2CDK7Po058188>