Author: delphij Date: Thu May 30 04:09:45 2019 New Revision: 348382 URL: https://svnweb.freebsd.org/changeset/base/348382
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> Modified: stable/12/lib/libcrypt/crypt.3 Directory Properties: stable/12/ (props changed) Modified: stable/12/lib/libcrypt/crypt.3 ============================================================================== --- stable/12/lib/libcrypt/crypt.3 Thu May 30 02:23:57 2019 (r348381) +++ stable/12/lib/libcrypt/crypt.3 Thu May 30 04:09:45 2019 (r348382) @@ -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 _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "[email protected]"
