Date: Fri, 7 Jun 2019 02:36:27 +0000 (UTC) From: Xin LI <delphij@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org Subject: svn commit: r348769 - stable/11/lib/libcrypt Message-ID: <201906070236.x572aRIV096832@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: delphij Date: Fri Jun 7 02:36:26 2019 New Revision: 348769 URL: https://svnweb.freebsd.org/changeset/base/348769 Log: MFC r348302: Chase r261913: hardcoded default crypt(3) algorithm is SHA-512 when DES is not available. Submitted by: Ali Mashtizadeh <ali mashtizadeh.com> Approved by: re (gjb) Modified: stable/11/lib/libcrypt/crypt.3 Directory Properties: stable/11/ (props changed) Modified: stable/11/lib/libcrypt/crypt.3 ============================================================================== --- stable/11/lib/libcrypt/crypt.3 Fri Jun 7 02:05:22 2019 (r348768) +++ stable/11/lib/libcrypt/crypt.3 Fri Jun 7 02:36:26 2019 (r348769) @@ -29,7 +29,7 @@ .\" .\" $FreeBSD$ .\" -.Dd March 9, 2014 +.Dd May 26, 2019 .Dt CRYPT 3 .Os .Sh NAME @@ -220,7 +220,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?201906070236.x572aRIV096832>