summaryrefslogtreecommitdiff
path: root/lib/libutil/pkcs5_pbkdf2.c
AgeCommit message (Expand)Author
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