]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
MFC: sha256 ($5$) and sha512 ($6$) crypt(3) types.
authormarkm <markm@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 13 Feb 2012 16:43:29 +0000 (16:43 +0000)
committermarkm <markm@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 13 Feb 2012 16:43:29 +0000 (16:43 +0000)
commit97558aef5b28c36a4ff8301ff81bd0117d69e2cd
tree10da6a8069cd1f57f4a87ad01ab9a345b9d696d2
parentb8f9cab1ad3166d316d11661d6d8b1f94aaca1d4
MFC: sha256 ($5$) and sha512 ($6$) crypt(3) types.

PR: misc/124164
Delayed by: markm

git-svn-id: svn://svn.freebsd.org/base/stable/8@231588 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
13 files changed:
lib/libcrypt/Makefile
lib/libcrypt/crypt-sha256.c [new file with mode: 0644]
lib/libcrypt/crypt-sha512.c [new file with mode: 0644]
lib/libcrypt/crypt.c
lib/libcrypt/crypt.h
lib/libcrypt/misc.c
lib/libmd/Makefile
lib/libmd/mddriver.c
lib/libmd/rmddriver.c
lib/libmd/sha512.3 [new file with mode: 0644]
lib/libmd/sha512.h [new file with mode: 0644]
lib/libmd/sha512c.c [new file with mode: 0644]
lib/libmd/shadriver.c