2060 Commits (b8cd4e212a1f07447767fa3937f008476cf2728c)

Author SHA1 Message Date
  tedu db463cc6a3 no need for md5 xr 9 years ago
  tedu e536f2345b revert the bludgeoning of DES. if we need a thread safe crypt, maybe it's 9 years ago
  tedu 5b2c645b15 push some global data down into functions to make this threadlier. 9 years ago
  tedu 6c2dc6d7ef introduce a hashspace define and check that there's enough space to 9 years ago
  tedu 19e1186454 check crypt() for null. noticed by Jonas Termansen 9 years ago
  deraadt 7ed1a0abd1 mop up a barely started project... getting in the way of grepping the tree! 9 years ago
  jmc 70ce0b1d5a space needed between macro args and punctuation; 9 years ago
  schwarze fb6bc18dba add ERRORS, HISTORY, AUTHORS, Copyright year, and some missing macros; 9 years ago
  schwarze bfe8beac85 Let crypt_checkpass() set EACCES after bcrypt_checkpass() failure; 9 years ago
  tedu a5c612c089 change prototype for crypt_newhash. the login_cap_t is a holdover from its 9 years ago
  miod f67d7bbb99 Oops, make sure camellia is compiled on platforms without an arch-specific 9 years ago
  tedu 85c5ea456a split crypt_checkpass off into a new file 9 years ago
  guenther 940519ace9 Document behavior of atexit() when called in a DSO that is later unloaded. 9 years ago
  jmc 0b7e87f042 add crypt_newhash to NAME and add an MLINK; 9 years ago
  miod 273ab4ce62 Enable the build of GOST routines in libcrypto. Riding upon the Cammelia 9 years ago
  miod b4b58e435d Add the Cammelia cipher to libcrypto. 9 years ago
  tedu 572a59f1f0 add new function crypt_newhash to simplify creating new hashes. 9 years ago
  schwarze 755bcd79c1 add some missing .An macros and remove some obsolete .Tn 9 years ago
  bentley 33d56bef5a Reduce instances of `` '' in manuals. 9 years ago
  bcook 0c127a8f2e correct the failure case for getentropy on win32 9 years ago
  miod a5a3403d95 GOST crypto algorithms (well, most of them), ported from the removed GOST 9 years ago
  miod aac667f964 Introduce EVP_MD_CTX_ctrl(), to allow for fine control of a given digest. 9 years ago
  bcook 15ff6efe87 Add hooks to override native arc4random_buf on FreeBSD. 9 years ago
  deraadt 68bbb50cb4 clean up verbiage around the calculations; ok ingo jmc otto 9 years ago
  millert b05a4e176a Don't mention old systems where realloc(NULL, n) didn't work as we 9 years ago
  doug f13672519c Save space in man page: err() -> errc() and combine vars. 9 years ago
  doug cca96eabd4 Avoid writing in second person in malloc.3 9 years ago
  schwarze 4d869de6ef List extensions in the STANDARDS section, replacing some text below CAVEATS. 9 years ago
  schwarze c1547cfc1f make RETURN VALUES more concise 9 years ago
  doug fd87bd14d1 Revamp malloc.3 by reordering the sections and rewriting parts. 9 years ago
  doug ec337d0aa3 Revert last commit due to changed semantics found by make release. 9 years ago
  doug c4cfced731 Better POSIX compliance in realpath(3). 9 years ago
  chl d541887190 remove unused variable 9 years ago
  bcook d926e49a0b include header needed by older linux kernels 9 years ago
  schwarze 32cc975e61 Since deraadt@ remembers seeing strdup() on one particular 4.2BSD machine, 9 years ago
  deraadt 7aef1c5997 using reallocarray() gives us multiplicative integer overflow checking 9 years ago
  deraadt 40d4efd216 obvious malloc -> reallocarray, for mult int oflow 9 years ago
  miod a8a12553c8 Revert r1.5 and reenable assembler version of ghash now that it has been 9 years ago
  miod 8de2ab8a5e Disable assembler code for ghash on hppa, causes wrong computations in some 9 years ago
  doug 17c93dbe45 Explain why we deviate slightly from the PBKDF2 standard. 9 years ago
  schwarze 947c617f02 Do not claim that empty numbers set EINVAL, our implementation doesn't. 9 years ago
  schwarze eac5f40007 Make sure that the following functions return 0 and EINVAL as 9 years ago
  schwarze d5c9ee380f obvious cases of missing .An; 9 years ago
  bcook 7131c8971a preserve errno value on success. 9 years ago
  doug cd356709c6 Delete secret or secret-derived data with explicit_bzero. 10 years ago
  tedu 69d8bb8294 a small tweak to improve malloc in multithreaded programs. we don't need 10 years ago
  bcook 5fc23a1e55 only build the getrandom path if SYS_getrandom is defined. 10 years ago
  bcook e285ea02b5 getrandom(2) support for getentropy_linux 10 years ago
  guenther ba0ca3d3cf XPG requires insque() and remque() to work with linear lists and not just 10 years ago
  guenther c268bc15d8 Use O_CLOEXEC wherever we open a file and then call fcntl(F_SETFD, FD_CLOEXEC) 10 years ago