summaryrefslogtreecommitdiff
path: root/lib/libutil/pkcs5_pbkdf2.c
AgeCommit message (Expand)Author
2017-04-18use freezero() instead of explicit_bzero+freeTheo de Raadt
2015-02-05Include stdint.h, not limits.h to get SIZE_MAX. OK guenther@Todd C. Miller
2015-01-08declare a local version of MIN(), call it MINIMUM()Theo de Raadt
2015-01-07Do not need sys/param.hTheo de Raadt
2014-01-31explicit_bzero where usefulTed Unangst
2014-01-18Wrap long line.Joel Sing
2013-06-03Add bcrypt_pbkdf, a password based key derivation function using bcrypt.Ted Unangst
2012-09-09Use "unsigned int" instead of BSD "u_int" in <util.h> so that it canMatthew Dempsky
2012-09-06Move the commented out test program in pkcs5_pbkdf2.c into a properMatthew Dempsky
2012-09-06move pkcs5_pbkdf5 function to libutil so everybody can play with itTed Unangst