NetBSD/lib/libcrypt
drochner ccdea5df98 -fix maximum length of salt (missing prefix, rounding error)
-clip number of rounds at 31 -- this is log2 of the real number,
 and anything larger would break exponentation
-catch possible atoi() error where log2(rounds) is parsed in the
 salt prefix
-zero crypto state on exit
from Open/FreeBSD
2011-05-16 10:45:56 +00:00
..
Makefile
bcrypt.c -fix maximum length of salt (missing prefix, rounding error) 2011-05-16 10:45:56 +00:00
blowfish.c
crypt-sha1.c
crypt.3
crypt.c
crypt.h
hmac.c
hmac_sha1.c
md5crypt.c
pw_gensalt.c
shlib_version
util.c