2052 Commits (17e63aa28530fa0b503a2c0dc8a33b3a7467f6b6)

Author SHA1 Message Date
  jsing c207914835 Nuke openssl/e_os2.h, since nothing should be using it. 9 years ago
  miod 6937aca7bc Add a new interface, OPENSSL_cpu_caps(), to return the currently running 9 years ago
  guenther c8272cfe98 Wrap <stdlib.h> so that calls go direct and the symbols not in the 9 years ago
  guenther 0228ab119c __strsignal() is now declared in hidden/signal.h 9 years ago
  guenther 82b9f1a0d5 Wrap <inttypes.h> and finish wrapping of <wchar.h> so that calls go direct 9 years ago
  guenther c9c56d2879 Wrap <unistd.h> so that internal calls go direct and they're all weak symbols 9 years ago
  guenther 2682fe544f Wrap <getopt.h> to make the functions weak and make access to the initialized 9 years ago
  miod 9c1e4607bc Pass "openbsd" instead of "openbsd-elf" as the "flavour" to the perl assembler 9 years ago
  deraadt 31a603a934 unify files further 9 years ago
  guenther c34714da97 Wrap blowfish, sha*, md5, and rmd160 so that internal calls go direct 9 years ago
  bcook 2c1adf355f Add support for building arc4random with MSVC. 9 years ago
  guenther 02ef5130b7 Pull in namespace.h when building all .c files using gcc's -include option, 9 years ago
  schwarze 558404f2f1 reduce more .Nd to one line and kill more .Tn 9 years ago
  schwarze a9afc2531c reduce .Nd to one line and kill .Tn while here 9 years ago
  schwarze b0143d710b missing commas at the end of .Nm lines in the NAME section 9 years ago
  guenther 4f5bcc4530 Fix aliasing of sys_errlist, sys_nerr, sys_siglist, and sys_signame 9 years ago
  guenther 6c7e0ac243 Use new framework for wrapping cat{open,gets,close}(), eliminating 9 years ago
  guenther 3e2a03de0a Add framework for resolving (pun intended) libc namespace issues, using 9 years ago
  kettenis ba19740f18 Remove lies about openpty(4) searching for a free pseudo-tty by iterating 9 years ago
  guenther 8858b239f2 Move the __rand48_* declarations into rand48.h, and then hide both them 9 years ago
  deraadt 8e631f698c unify versions, so they are easier to diff. 9 years ago
  deraadt 263ac3037d KNF 9 years ago
  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