]> git.ipfire.org Git - thirdparty/glibc.git/commit
* crypt/Makefile (libcrypt-routines): Add sha256-crypt, sha256,
authorUlrich Drepper <drepper@redhat.com>
Wed, 19 Sep 2007 20:37:48 +0000 (20:37 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 19 Sep 2007 20:37:48 +0000 (20:37 +0000)
commitc3266dc0d85ed519ff40d1738aadf7b1280af3ba
tree8ce7e3317452a3e606529b18fd83674dc30af6b1
parent9425cb9eea6a62fc21d99aafe8a60f752b934b05
* crypt/Makefile (libcrypt-routines): Add sha256-crypt, sha256,

sha512-crypt, and sha512.
(tests): Add sha256test, sha256c-test, sha512test, and sha512c-test.
(distribute): Add sha256.h and sha512.h.
* crypt/crypt-entry.c (crypt): Recognize the new $5$ and $6$ prefixes
and call the appropriate code.
* crypt/sha256-crypt.c: New file.
* crypt/sha256.c: New file.
* crypt/sha256.h: New file.
* crypt/sha256c-test.c: New file.
* crypt/sha256test.c: New file.
* crypt/sha512-crypt.c: New file.
* crypt/sha512.c: New file.
* crypt/sha512.h: New file.
* crypt/sha512c-test.c: New file.
* crypt/sha512test.c: New file.

* sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
Likewise.
* sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
Likewise.
12 files changed:
ChangeLog
crypt/Makefile
crypt/crypt-entry.c
crypt/sha256.c [new file with mode: 0644]
crypt/sha256.h [new file with mode: 0644]
crypt/sha256c-test.c [new file with mode: 0644]
crypt/sha256test.c [new file with mode: 0644]
crypt/sha512-crypt.c [new file with mode: 0644]
crypt/sha512.c [new file with mode: 0644]
crypt/sha512.h [new file with mode: 0644]
crypt/sha512c-test.c [new file with mode: 0644]
crypt/sha512test.c [new file with mode: 0644]