| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Change _rs_allocate so it can combine the two regions (rs and rsx) | deraadt | 2014-07-19 | 2 | -28/+25 |
* | Seperate arc4random's os-dependent parts into static inline functions, | deraadt | 2014-07-18 | 2 | -36/+57 |
* | "Race-free because we're running single-threaded in a new | deraadt | 2014-07-17 | 1 | -1/+5 |
* | #ifdef wrap the _rs_forkhandler | deraadt | 2014-07-16 | 1 | -1/+3 |
* | added handler for an atfork hook from kettenis@ | bcook | 2014-07-16 | 1 | -1/+10 |
* | While we thought this would make portable life easier it actually | beck | 2014-07-13 | 1 | -3/+1 |
* | Wrap "thread_private.h" with #ifdef __OpenBSD__ so that other systems | deraadt | 2014-07-12 | 1 | -1/+3 |
* | Split arc4random_uniform into it's own file, to assist other projects | deraadt | 2014-07-12 | 3 | -39/+60 |
* | Clean up after arc4random u_int32_t uint32_t change | beck | 2014-07-09 | 1 | -5/+5 |
* | changes to improve portability | bcook | 2014-07-09 | 1 | -10/+11 |
* | re-init and init code paths are now more shared, so the getpid()-based | deraadt | 2014-06-27 | 1 | -2/+3 |
* | Add back an #ifndef MAP_INHERIT_ZERO chunk to support the old getpid() | deraadt | 2014-06-26 | 1 | -1/+13 |
* | document why we explicit_bzero | deraadt | 2014-06-25 | 1 | -2/+2 |
* | arc4random: hard fail with raise(SIGKILL) if getentropy() returns -1 | matthew | 2014-06-20 | 1 | -3/+4 |
* | Move rs_chacha and rs_buf into the same memory page and don't mark it | matthew | 2014-06-19 | 1 | -22/+31 |
* | Use MAP_INHERIT_ZERO in arc4random(3) | matthew | 2014-06-17 | 1 | -37/+44 |
* | For now... assume success of getentropy() just like we assumed success | deraadt | 2014-06-13 | 1 | -3/+3 |
* | use getgentropy() call. If it fails, things are pretty bad -- | deraadt | 2014-06-13 | 1 | -8/+3 |
* | Delete the extraneous "return" statement at the end of a void function. | jca | 2014-05-31 | 1 | -2/+1 |
* | Add missing header needed by isdigit(). | chl | 2014-05-17 | 1 | -4/+5 |
* | refactor some of the des crypt code to use fewer globals. | tedu | 2014-05-17 | 2 | -42/+45 |
* | update NAME and MLINKS for previous; | jmc | 2014-05-16 | 2 | -5/+7 |
* | document crypt_checkpass | tedu | 2014-05-16 | 1 | -1/+14 |
* | use $2b in the bcrypt example, ok tedu | sthen | 2014-05-16 | 1 | -3/+3 |
* | remove md5crypt. | tedu | 2014-05-12 | 5 | -195/+65 |
* | missing NULL checks to see if init is needed. found hard way by deraadt. | tedu | 2014-05-06 | 1 | -3/+3 |
* | fix stupid commit | tedu | 2014-05-06 | 1 | -5/+5 |
* | use explicit_bzero | tedu | 2014-05-06 | 1 | -5/+5 |
* | clear a stack buffer with explicit_bzero | tedu | 2014-05-06 | 1 | -2/+2 |
* | move chacha context and buffer out of bss and allow mmap to place them | tedu | 2014-05-06 | 1 | -6/+16 |
* | delete useless test code | deraadt | 2014-05-04 | 1 | -23/+1 |
* | now that 5.5 has been released with compatibility for 2b hashes, | tedu | 2014-05-03 | 1 | -2/+2 |
* | 1. Drop support for no minor. This variant doesn't exist anymore. | tedu | 2014-05-03 | 1 | -44/+30 |
* | one small tweak to avoid ever going off the end of a string. | tedu | 2014-04-19 | 1 | -4/+6 |
* | improved checking for invalid hashes. from solar designer | tedu | 2014-04-19 | 1 | -6/+10 |
* | use char * for strings, saving casts. add return codes to base64 functions | tedu | 2014-04-08 | 1 | -15/+26 |
* | I have discussed these licenses with Poul-Henning Kamp and he has agreed to | beck | 2014-04-03 | 1 | -8/+17 |
* | oops, merge error | tedu | 2014-03-24 | 1 | -2/+2 |
* | clear stack variables, suggested by djm | tedu | 2014-03-23 | 1 | -1/+4 |
* | some improvements suggested by djm. | tedu | 2014-03-23 | 1 | -4/+6 |
* | two functions don't need to be exported | tedu | 2014-03-23 | 1 | -3/+3 |
* | minimal change to implementation of bcrypt to not require static globals. | tedu | 2014-03-23 | 1 | -39/+88 |
* | switch to shorter ISC license. this was ok with Niels Provos. | tedu | 2014-03-22 | 1 | -27/+12 |
* | consolidate the base64 code in one place, and remove inadequate test code | tedu | 2014-03-19 | 1 | -86/+56 |
* | right or wrong, bcrypt() is declared in pwd.h, not unistd.h | tedu | 2014-03-19 | 1 | -2/+3 |
* | solar's testsuite revealed insufficient validation of invalid input hashes. | tedu | 2014-02-24 | 1 | -8/+10 |
* | remove redundant test | tedu | 2014-02-17 | 1 | -3/+2 |
* | sticking strlen into a char leads to wraparound at 256. fix this and | tedu | 2014-02-17 | 1 | -5/+18 |
* | pseudo-code corrections from Solar Designer <solar@openwall.com> | deraadt | 2013-12-19 | 1 | -4/+4 |
* | tweak previous; | jmc | 2013-10-22 | 1 | -4/+2 |