6760 Commits (8533fe6f16b5206d213b1774132e13851c731eb7)
 

Author SHA1 Message Date
  matthew 5374ff9a6b Move rs_chacha and rs_buf into the same memory page and don't mark it 10 years ago
  kettenis 32ba0b02ca Always call atexit handlers as if they were registered with __cxa_atexit. 10 years ago
  matthew 932467241e Use MAP_INHERIT_ZERO in arc4random(3) 10 years ago
  deraadt dbf34e5830 oops, typo. James Hartley is fast at trying -current 10 years ago
  deraadt 6343e8d14f In srandomdev(), use arc4random_buf() instead of from the kernel. 10 years ago
  deraadt ea38eff0f9 Change return value of getentropy() to int 0 for success. Maximum 10 years ago
  deraadt 45b700d2c0 For now... assume success of getentropy() just like we assumed success 10 years ago
  deraadt 42da378a93 use getgentropy() call. If it fails, things are pretty bad -- 10 years ago
  deraadt 4bc984f92a use getentropy; from matthew 10 years ago
  deraadt 74292d25b8 Add new getentropy() system call. Code and pressure from matthew. 10 years ago
  matthew f82197f5b3 Add timingsafe_memcmp(). 10 years ago
  millert 3c0d2bba38 Disable the "switch to insertion sort" optimization to avoid quadratic 10 years ago
  deraadt 4d186eab67 Provide support for non-funopen systems. 10 years ago
  millert 08e366a469 Add ed25519 ssh host keys to /etc/mtree/special. 10 years ago
  deraadt 3bacac9dca Abandon the auto-ENGINE /dev/crypto interface. VIA 3des cbc receives 10 years ago
  deraadt f909f7742d mop up ifndef KERNEL goo; ok miod 10 years ago
  jasper 55df821768 add cron_flags which seemed to have been forgotten here. 10 years ago
  gilles 7b7c7b435b replace sendmail with smtpd in a comment 10 years ago
  chl 059cda96b7 remove set but not used variable 10 years ago
  deraadt a2912d4d42 merge ohash into 1 source file, then we can revisit next roadmap items. 10 years ago
  deraadt 8cc9987be6 A few months back there was a big community fuss regarding direct-use 10 years ago
  otto 7626939dd1 move random bytes buffer to be part of mmaped pages; ok tedu@ 10 years ago
  jca 43205a26de Delete the extraneous "return" statement at the end of a void function. 10 years ago
  tobiasu 0a6aa6daf0 Fix ia64 cross-gcc target. 10 years ago
  halex 7ff02e8812 remove /usr/src. avoids useless whining from daily security mail. 10 years ago
  otto 547175abed move all stats collecting under MALLOC_STATS; ok krw@ 10 years ago
  guenther d8f32da30f Can't use a variable 'c' in a standard include; rename it to '_c' 10 years ago
  tedu 5cecb6190c "for every change..." 10 years ago
  tedu 000a9e3989 define LIBRESSL_INTERNAL, and use it to hide the bad stuff from ourselves 10 years ago
  tedu 1a72835e95 update nosuidcoredump example. mentioned by stefan wollny 10 years ago
  otto 17d6cb272d fix MALLOC_STATS (not compiled in by default); ok tedu@ 10 years ago
  tedu 118f2caf23 factor out a bit of the chunk index code and use it to make sure that a 10 years ago
  chl 3acff291fd Add missing header needed by isdigit(). 10 years ago
  tedu 1653fb274d refactor some of the des crypt code to use fewer globals. 10 years ago
  jmc e2130d28c0 update NAME and MLINKS for previous; 10 years ago
  tedu f5ab287545 document crypt_checkpass 10 years ago
  tedu f1d92dda6c add prototypes for new crypt functions 10 years ago
  jsing 0d73d94aa6 When OPENSSL_LOAD_CONF was added it ended up with more #if 0 code, 10 years ago
  sthen b1478de08d use $2b in the bcrypt example, ok tedu 10 years ago
  jsing 0cad80226a Add a ChaCha20-Poly1305 AEAD EVP implementation to libcrypto, from Adam 10 years ago
  jsing 9ec5260ddd Add an AEAD EVP interface to libcrypto, along with AES-GCM AEAD 10 years ago
  tedu 4514bdd79a stop flushing streams in abort(). it's hackish and unsafe, and no longer 10 years ago
  jsing 82c1207976 Add poly1305 to libcrypto utilising Andrew Moon's public domain 10 years ago
  jmc 4f0b6ce40e zap trailing whitespace; 10 years ago
  miod 65ef63a7ad Fix format strings involving time_t arguments, fixes `ntpd -d' on sparc (and 10 years ago
  espie b950df0d1c these files have moved to libutil 10 years ago
  miod 1a4a7a3239 Move the `pqueue' part of libcrypto, which is a glorified sorted linked list 10 years ago
  tedu 990b65b159 no md5crypt 10 years ago
  tedu 5d44aecec4 remove md5crypt. 10 years ago
  espie a7f9b5b34c move the ohash functions into libutil by popular demand. 10 years ago