Age | Commit message (Expand) | Author |
2014-04-19 | one small tweak to avoid ever going off the end of a string. | Ted Unangst |
2014-04-19 | improved checking for invalid hashes. from solar designer | Ted Unangst |
2014-04-08 | use char * for strings, saving casts. add return codes to base64 functions | Ted Unangst |
2014-04-03 | I have discussed these licenses with Poul-Henning Kamp and he has agreed to | Bob Beck |
2014-03-24 | oops, merge error | Ted Unangst |
2014-03-23 | clear stack variables, suggested by djm | Ted Unangst |
2014-03-23 | some improvements suggested by djm. | Ted Unangst |
2014-03-23 | two functions don't need to be exported | Ted Unangst |
2014-03-23 | minimal change to implementation of bcrypt to not require static globals. | Ted Unangst |
2014-03-22 | switch to shorter ISC license. this was ok with Niels Provos. | Ted Unangst |
2014-03-19 | consolidate the base64 code in one place, and remove inadequate test code | Ted Unangst |
2014-03-19 | right or wrong, bcrypt() is declared in pwd.h, not unistd.h | Ted Unangst |
2014-02-24 | solar's testsuite revealed insufficient validation of invalid input hashes. | Ted Unangst |
2014-02-17 | remove redundant test | Ted Unangst |
2014-02-17 | sticking strlen into a char leads to wraparound at 256. fix this and | Ted Unangst |
2013-12-19 | pseudo-code corrections from Solar Designer <solar@openwall.com> | Theo de Raadt |
2013-10-22 | tweak previous; | Jason McIntyre |
2013-10-22 | delete extra words; Henri Kemppainen | Theo de Raadt |
2013-10-21 | update documentation for these functions. They now state the case regarding | Theo de Raadt |
2013-10-21 | Remove arc4random_stir() and arc4random_addrandom(), which none should | Theo de Raadt |
2013-10-04 | a couple of warning fixes and an RCS marker; ok markus@ | Damien Miller |
2013-10-01 | replace rc4 with ChaCha20; inspired by Nick Mathewson's work on libottery; | Markus Friedl |
2013-07-16 | use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@ | Ingo Schwarze |
2013-06-11 | spacing | Theo de Raadt |
2013-06-05 | Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarze | Ted Unangst |
2013-04-21 | tweak a few comments | Ted Unangst |
2013-04-21 | this man page is mostly about password hashing now (you really don't | Ted Unangst |
2013-04-20 | Xr encrypt(1) to give people a hint if they just want a password string | Ted Unangst |
2013-04-17 | add some prototypes, casts, includes, parenthesis, and whatnot to | Ted Unangst |
2012-11-30 | Document a known bug in the DES crypt cipher implementation which we're | Stefan Sperling |
2012-09-04 | arc4random_buf is the easy way to fill a buffer now. ok deraadt | Ted Unangst |
2012-07-26 | remove reference to no longer existing description of nonexistent devices; | Christian Weisgerber |
2012-06-24 | Change arc4random_uniform() to calculate ``2**32 % upper_bound'' as | Matthew Dempsky |
2012-06-02 | Update STANDARDS section for a few <stdlib.h> functions | Philip Guenthe |
2010-12-22 | remove comment that hasn't been true for quite a while now; | Otto Moerbeek |
2010-10-28 | remove skipjack and cast from the libc; ok deraadt | Mike Belopuhov |
2010-02-03 | Use MACHINE_CPU instead of MACHINE_ARCH to pick the correct machine dependent | Miod Vallat |
2009-12-15 | No point in refreshing the pid from inside arc4_stir() when that | Philip Guenthe |
2009-10-31 | s/Mhz/MHz/, MHz is a multiple of the SI unit hertz (whose symbol is Hz). | Igor Sobrado |
2008-12-23 | repair the ARC4 story; ok jmc djm millert | Theo de Raadt |
2008-10-03 | zap __arc4_getbyte(), it was only used by the old malloc; ok millert@ | Otto Moerbeek |
2008-06-09 | fix an Xr, and use a more appropriate macro; | Jason McIntyre |
2008-06-08 | arc4random_stir() does not use /dev/arandom anymore, but sysctl kern.arandom | Theo de Raadt |
2008-06-04 | fix math screwup that reintroduced a bias for upper_bounds in range | Damien Miller |
2008-04-02 | Zero state buffers on return. OK deraadt@ | Todd C. Miller |
2008-03-16 | - add NAME entries for arc4random_buf and arc4random_uniform | Jason McIntyre |
2008-03-16 | Add missing MLINKS | Theo de Raadt |
2008-03-16 | diff from djm@ committed at his request: | Otto Moerbeek |
2008-01-01 | - make arc4random*() functions thread safe. Use a custom spinlock function | Kurt Miller |
2007-10-08 | add a RETURN VALUES section. | Pierre-Yves Ritschard |