1803 Commits (25a95fab09a59f4d2374cf9466dfde925fdfd2e4)

Author SHA1 Message Date
  deraadt 70232307a6 All these files include <stdlib.h>, so do not need to cast 9 years ago
  deraadt c2feb81bea remove cast of malloc(), since stdlib.h is included 9 years ago
  tedu a295a8a9de call it bcrypt in the man page too 9 years ago
  tedu 1b0313eadb permit "bcrypt" as an alias for "blowfish". this is, after all, what 9 years ago
  doug bb4ad98053 Remove OpenSSL engine RSAX. 9 years ago
  nicm 0f67cd6d58 Handle malloc(0) returning NULL (which can happen on some other 9 years ago
  jeremy a0ab23b345 Unbreak, add errno header 9 years ago
  tedu 8cf39d5a4a set errno in null cases, just in case. 9 years ago
  tedu ece73ab6e1 standards compliant error return (null). will make ruby happier, at least. 9 years ago
  sobrado f38d8c1811 typo in manual page. 9 years ago
  nicm cac6c14d57 Use memset instead of bzero for better portability. 9 years ago
  deraadt 4db28c17f3 typo in embedded code block; from Ben Cornett 9 years ago
  brynet 1493b9464e bzero cmsgbuf before using it, silences valgrind warnings. 9 years ago
  doug 2ad9757f45 Fix pointer to unsigned long conversion. 9 years ago
  millert 7b99cfa53d Just return if nmemb is 0. Avoids a NULL dereference and is 9 years ago
  doug d205ffb326 Crank major for libcrypto, ssl and tls due to MDC-2DES removal. 9 years ago
  doug d353d6b2bc Remove obsolete MDC-2DES from libcrypto. 9 years ago
  millert 482e9aac5b Remove needless casts. There's no reason to cast delim to char * 9 years ago
  bcook 2236cfa979 Disable ENGINE_load_dynamic (dynamic engine support). 9 years ago
  bcook fd9b2358f2 Remove unneeded sys/sysctl.h on linux. 9 years ago
  reyk 13bb9544ea The correct semantic is to check msgbuf_write() for <= 0, not just < 0. 9 years ago
  millert 157c2c8d07 Do not assume that asprintf() clears the pointer on failure, which 9 years ago
  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. 10 years ago
  tedu 6e172aaf1a Set errno to EINVAL, instead of letting ERANGE escape out. 10 years ago
  jsing c9efcf7f21 Bump libcrypto and libssl majors, due to various recent churn. 10 years ago
  tedu ade522ddbc update siphash manpages to reflect change in return type spelling. 10 years ago
  tedu 6b550eb5a9 Use standard spelling for types, and rename local variable from "free". 10 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