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