This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-skq
Watch
1
Star
0
Fork
0
You've already forked freebsd-skq
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
6ec4f0a5fa
freebsd-skq
/
lib
/
libcrypt
History
Dag-Erling Smørgrav
e401beb723
Switch the hardcoded default hash function from MD5 / DES to SHA512.
2014-02-15 10:53:44 +00:00
..
tests
Set up the /usr/tests hierarchy.
2013-10-25 05:25:19 +00:00
crypt-md5.c
crypt-nthash.c
crypt-sha256.c
s/shaN_crypt/crypt_shaN/g to be a more consistent with the existing naming.
2011-05-05 01:09:42 +00:00
crypt-sha512.c
s/shaN_crypt/crypt_shaN/g to be a more consistent with the existing naming.
2011-05-05 01:09:42 +00:00
crypt.3
Stop using auth_getval() now that it always returns NULL. Instead,
2012-06-12 17:14:19 +00:00
crypt.c
Switch the hardcoded default hash function from MD5 / DES to SHA512.
2014-02-15 10:53:44 +00:00
crypt.h
s/shaN_crypt/crypt_shaN/g to be a more consistent with the existing naming.
2011-05-05 01:09:42 +00:00
Makefile
Set up the /usr/tests hierarchy.
2013-10-25 05:25:19 +00:00
misc.c