summaryrefslogtreecommitdiffstats
path: root/lib/libutil/pkcs5_pbkdf2.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Include stdint.h, not limits.h to get SIZE_MAX. OK guenther@millert2015-02-051-2/+2
* declare a local version of MIN(), call it MINIMUM()deraadt2015-01-081-2/+4
* Do not need sys/param.hderaadt2015-01-071-2/+1
* explicit_bzero where usefultedu2014-01-311-5/+5
* Wrap long line.jsing2014-01-181-3/+3
* Add bcrypt_pbkdf, a password based key derivation function using bcrypt.tedu2013-06-031-5/+5
* Use "unsigned int" instead of BSD "u_int" in <util.h> so that it canmatthew2012-09-091-4/+4
* Move the commented out test program in pkcs5_pbkdf2.c into a propermatthew2012-09-061-133/+1
* move pkcs5_pbkdf5 function to libutil so everybody can play with ittedu2012-09-061-0/+253