Up to [cvs.NetBSD.org] / src / lib / libcrypt
Request diff between arbitrary revisions
Default branch: MAIN
Current tag: cherry-xenmp-base
Revision 1.10 / (download) - annotate - [select for diffs], Mon May 16 10:45:56 2011 UTC (12 years ago) by drochner
Branch: MAIN
CVS Tags: yamt-pagecache-base3,
yamt-pagecache-base2,
yamt-pagecache-base,
cherry-xenmp-base,
cherry-xenmp
Branch point for: yamt-pagecache
Changes since 1.9: +12 -9
lines
Diff to previous 1.9 (colored)
-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