summaryrefslogtreecommitdiff
path: root/lib/libutil/bcrypt_pbkdf.c
AgeCommit message (Expand)Author
2020-08-02Squelch warning by using idiom from libc bcrypt(3)Theo Buehler
2019-11-21zero tmpout too. reminded by related diff from timTed Unangst
2019-11-21overwrite the key in failure modes in case the caller doesn't check.Ted Unangst
2015-01-12rename blocks to words. bcrypt "blocks" are unrelated to blowfish blocks,Ted Unangst
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-12-30typo in comment: ouput => outputDamien Miller
2014-07-13include stdint.h for standard ints. from Jean-Philippe OuelletTed Unangst
2014-06-30sys/types.h rather than sys/param.h, where applicable. avoid overreach.Theo de Raadt
2014-04-08fix an error in the stride calculations. the math only works for multiplesTed Unangst
2014-01-31explicit_bzero where usefulTed Unangst
2013-12-22tweak commentTed Unangst
2013-07-29fix a colossal cockup due to pointer/array confusion.Ted Unangst
2013-06-04revert. check is < 1, not < 0.Ted Unangst
2013-06-04oops, rounds is unsigned nowTed Unangst
2013-06-03Add bcrypt_pbkdf, a password based key derivation function using bcrypt.Ted Unangst