Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 May 2019 06:37:24 +0000 (UTC)
From:      Xin LI <delphij@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r348302 - head/lib/libcrypt
Message-ID:  <201905270637.x4R6bO9Y053044@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: delphij
Date: Mon May 27 06:37:23 2019
New Revision: 348302
URL: https://svnweb.freebsd.org/changeset/base/348302

Log:
  Chase r261913: hardcoded default crypt(3) algorithm is SHA-512 when DES
  is not available.
  
  Submitted by:	Ali Mashtizadeh <ali mashtizadeh.com>
  MFC after:	3 days

Modified:
  head/lib/libcrypt/crypt.3

Modified: head/lib/libcrypt/crypt.3
==============================================================================
--- head/lib/libcrypt/crypt.3	Mon May 27 06:34:36 2019	(r348301)
+++ head/lib/libcrypt/crypt.3	Mon May 27 06:37:23 2019	(r348302)
@@ -29,7 +29,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd August 10, 2016
+.Dd May 26, 2019
 .Dt CRYPT 3
 .Os
 .Sh NAME
@@ -222,7 +222,7 @@ This is currently
 .\" NOTICE: Also make sure to update this
 .\"
 DES
-if it is available, or MD5 if not.
+if it is available, or SHA-512 if not.
 .Pp
 How the salt is used will depend upon the algorithm for the hash.
 For



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