Date: Sat, 9 Apr 2011 14:02:04 +0000 (UTC) From: Mark Murray <markm@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/lib/libcrypt Makefile crypt-sha256.c crypt-sha512.c crypt.c crypt.h misc.c Message-ID: <201104091402.p39E2NpB075899@repoman.freebsd.org>
index | next in thread | raw e-mail
markm 2011-04-09 14:02:04 UTC
FreeBSD src repository
Modified files:
lib/libcrypt Makefile crypt.c crypt.h misc.c
Added files:
lib/libcrypt crypt-sha256.c crypt-sha512.c
Log:
SVN rev 220497 on 2011-04-09 14:02:04Z by markm
Add SHA256/512 ($5$ and $6$) to crypt(3). Used in linux-world, doesn't
hurt us.
PR: misc/124164
Submitted by: KIMURA Yasuhiro < yasu utahime org >
MFC after: 1 month
Revision Changes Path
1.42 +3 -1 src/lib/libcrypt/Makefile
1.1 +477 -0 src/lib/libcrypt/crypt-sha256.c (new)
1.1 +500 -0 src/lib/libcrypt/crypt-sha512.c (new)
1.24 +10 -0 src/lib/libcrypt/crypt.c
1.9 +3 -0 src/lib/libcrypt/crypt.h
1.4 +16 -0 src/lib/libcrypt/misc.c
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201104091402.p39E2NpB075899>
