summaryrefslogtreecommitdiff
path: root/lib/libc/crypt
AgeCommit message (Expand)Author
2014-07-21missing newlineTheo de Raadt
2014-07-20Move more OS-specific functionality to arc4random.h headers.bcook
2014-07-20From ISO/IEC 9899:1999 and 9899:201x,Philip Guenther
2014-07-19arc4random re-seeds with getentropy() now; ok deraadt@ jmc@Christian Weisgerber
2014-07-19Change _rs_allocate so it can combine the two regions (rs and rsx)Theo de Raadt
2014-07-18Seperate arc4random's os-dependent parts into static inline functions,Theo de Raadt
2014-07-17"Race-free because we're running single-threaded in a newTheo de Raadt
2014-07-16#ifdef wrap the _rs_forkhandlerTheo de Raadt
2014-07-16added handler for an atfork hook from kettenis@bcook
2014-07-13While we thought this would make portable life easier it actuallyBob Beck
2014-07-12Wrap "thread_private.h" with #ifdef __OpenBSD__ so that other systemsTheo de Raadt
2014-07-12Split arc4random_uniform into it's own file, to assist other projectsTheo de Raadt
2014-07-09Clean up after arc4random u_int32_t uint32_t changeBob Beck
2014-07-09changes to improve portabilitybcook
2014-06-27re-init and init code paths are now more shared, so the getpid()-basedTheo de Raadt
2014-06-26Add back an #ifndef MAP_INHERIT_ZERO chunk to support the old getpid()Theo de Raadt
2014-06-25document why we explicit_bzeroTheo de Raadt
2014-06-20arc4random: hard fail with raise(SIGKILL) if getentropy() returns -1Matthew Dempsky
2014-06-19Move rs_chacha and rs_buf into the same memory page and don't mark itMatthew Dempsky
2014-06-17Use MAP_INHERIT_ZERO in arc4random(3)Matthew Dempsky
2014-06-13For now... assume success of getentropy() just like we assumed successTheo de Raadt
2014-06-13use getgentropy() call. If it fails, things are pretty bad --Theo de Raadt
2014-05-31Delete the extraneous "return" statement at the end of a void function.Jeremie Courreges-Anglas
2014-05-17Add missing header needed by isdigit().Charles Longeau
2014-05-17refactor some of the des crypt code to use fewer globals.Ted Unangst
2014-05-16update NAME and MLINKS for previous;Jason McIntyre
2014-05-16document crypt_checkpassTed Unangst
2014-05-16use $2b in the bcrypt example, ok teduStuart Henderson
2014-05-12remove md5crypt.Ted Unangst
2014-05-06missing NULL checks to see if init is needed. found hard way by deraadt.Ted Unangst
2014-05-06fix stupid commitTed Unangst
2014-05-06use explicit_bzeroTed Unangst
2014-05-06clear a stack buffer with explicit_bzeroTed Unangst
2014-05-06move chacha context and buffer out of bss and allow mmap to place themTed Unangst
2014-05-04delete useless test codeTheo de Raadt
2014-05-03now that 5.5 has been released with compatibility for 2b hashes,Ted Unangst
2014-05-031. Drop support for no minor. This variant doesn't exist anymore.Ted Unangst
2014-04-19one small tweak to avoid ever going off the end of a string.Ted Unangst
2014-04-19improved checking for invalid hashes. from solar designerTed Unangst
2014-04-08use char * for strings, saving casts. add return codes to base64 functionsTed Unangst
2014-04-03I have discussed these licenses with Poul-Henning Kamp and he has agreed toBob Beck
2014-03-24oops, merge errorTed Unangst
2014-03-23clear stack variables, suggested by djmTed Unangst
2014-03-23some improvements suggested by djm.Ted Unangst
2014-03-23two functions don't need to be exportedTed Unangst
2014-03-23minimal change to implementation of bcrypt to not require static globals.Ted Unangst
2014-03-22switch to shorter ISC license. this was ok with Niels Provos.Ted Unangst
2014-03-19consolidate the base64 code in one place, and remove inadequate test codeTed Unangst
2014-03-19right or wrong, bcrypt() is declared in pwd.h, not unistd.hTed Unangst
2014-02-24solar's testsuite revealed insufficient validation of invalid input hashes.Ted Unangst