1661 Commits (043d0938c22e3b0a61140c0552abe3b0e9517169)

Author SHA1 Message Date
  kettenis 57925aeae3 Record inter-library dependencies between libcrypto, libssl and libtls 9 years ago
  millert 4ab11614ee Make index/rindex weak aliases of strchr/strrchr since they are not 9 years ago
  bluhm 4498258510 If crypt(3) is called with an unknown setting, return NULL instead 9 years ago
  guenther 69ecb65582 Add dlclose(3) to SEE ALSO 9 years ago
  guenther 726c811e97 When checking flags that will be passed to open(), test the O_ACCMODE portion 9 years ago
  bcook 94be377a56 Not all Linux libc's include linux/sysctl.h in sys/sysctl.h. 9 years ago
  bcook ef82db0eea Support AIX versions without WPAR support. 9 years ago
  millert 8c9df4ed4c Use strtonum() instead of strtoul() when parsing uid/gid so we get 9 years ago
  nicm fadf08888f Another couple of commas in the wrong place, ok jmc 9 years ago
  deraadt 1b4887fc71 Send OPENSSL_issetugid() straight to hell, no final cigarette. 9 years ago
  guenther 04a5d5b45d Make pthread_atfork() track the DSO that called it like atexit() does, 9 years ago
  tedu bd36abfa7c bludgeon DES support out of crypt. long live the bcrypt. 9 years ago
  tedu b4484c676a improve realloc. when expanding a region, actually use the free page cache 9 years ago
  bcook 40f6b72835 add initial AIX getentropy/arc4random files. Thanks to Michael Felt. 9 years ago
  bcook 65192b885a sys/sysctl.h includes linux/sysctl.h, remove the extra unchecked include 9 years ago
  miod 7c59126aa4 In the neverending saga of enabling and disabling assembler code for sha 9 years ago
  millert daf0c358fa tzfile.h is an internal header that should never have been installed. 9 years ago
  tedu e87c880491 remove incorrect statement. the standard *does* require calloc to check 9 years ago
  miod 64e337e151 Do not use sha512-parisc for now, as it is subtly bugged - passes the sha 9 years ago
  millert 9b1817bc73 Update comment to match code; Caspar Schutijser 9 years ago
  tedu 236787ace7 we don't let strtonum errors bleed through now. 9 years ago
  tedu 6e172aaf1a Set errno to EINVAL, instead of letting ERANGE escape out. 9 years ago
  jsing c9efcf7f21 Bump libcrypto and libssl majors, due to various recent churn. 9 years ago
  tedu ade522ddbc update siphash manpages to reflect change in return type spelling. 9 years ago
  tedu 6b550eb5a9 Use standard spelling for types, and rename local variable from "free". 9 years ago
  tedu f560a5c78d lsearch and lfind return void * 10 years ago
  jmc a4b14a72e4 use a width specifier for lists, and Sq rather than Dq for single letters 10 years ago
  tedu 486708efb7 the possible algos for pref should be documented here 10 years ago
  jsing 9282f51280 unifdef OPENSSL_NO_RFC3779 - this is currently disabled and unlikely to 10 years ago
  jsing 71b2d0a64a Remove RC5 code - this is not currently enabled and is not likely to ever 10 years ago
  jsing 2b9dce95cd Remove crypto/store - part of which is "currently highly experimental". 10 years ago
  jsing e928a301f0 Crank major for libcrypto since symbols have been removed. 10 years ago
  dlg eed98717a6 userland gets static on functions only used within a file. 10 years ago
  jsing b22634d3c6 Combine c_allc.c and c_alld.c into c_all.c - there is not much point having 10 years ago
  millert b1bfe035b7 Include stdint.h, not limits.h to get SIZE_MAX. OK guenther@ 10 years ago
  schwarze cdb05c968a macro fixes from Kaspars at Bankovskis dot net; 10 years ago
  schwarze 72a38c830c Use .Rv where appropriate, and move it to RETURN VALUES; 10 years ago
  tedu 29b14402f1 dial the time back to about 0.1s, closer to the original targets and 10 years ago
  reyk 2f3cb396e7 Add X509_STORE_load_mem() to load certificates from a memory buffer 10 years ago
  bcook 3856d7a152 Add arc4random/getentropy shims for NetBSD. 10 years ago
  tedu dcb96ce7a3 Improve wording in alloca. 10 years ago
  deraadt 75d428b273 Move to the <limits.h> universe. 10 years ago
  schwarze 3772d4b01b remove .Tn; from Jan Stary <hans at stare dot cz> 10 years ago
  chl 2c03498197 remove unused variable 10 years ago
  millert 1a5ffaf941 Use explicit_bzero instead of memset in hash Final and End functions. 10 years ago
  deraadt 345209bd2a back in september I did the large abstraction refactoring to allow these 10 years ago
  millert 70272b819c Make strlcpy/strlcat slightly easier to read. 10 years ago
  tedu 94520ae40e rename blocks to words. bcrypt "blocks" are unrelated to blowfish blocks, 10 years ago
  deraadt 8ab45b8557 missing , found by Dongsheng Song 10 years ago
  deraadt 1eaa32d2da declare a local version of MIN(), call it MINIMUM() 10 years ago