2046 Commits (d8afe995b1f4a119773e3043ad783bc1e02ba67e)

Author SHA1 Message Date
  guenther 8609f86bc8 Don't wrap initialized variables: binutils appears to be mishandling them 9 years ago
  schwarze 6201910f6e Remove useless quoting from .Fo and .Fn function names, to prevent 9 years ago
  schwarze 0f5a134fe9 in the SYNOPSIS, make void function arguments explicit 9 years ago
  guenther e724eb6002 Only two of the *rand48.c files need <math.h>, so just #include it in them 9 years ago
  schwarze 59ebc4a004 use .Va for global variables, and .Vt where the type is included 9 years ago
  guenther 8924f66047 Remove cast of int* to int* 9 years ago
  doug aefcb65105 Temporarily revive MD4 for MS CHAP support. 9 years ago
  doug b0734ad3d4 Crank major version due to removal of SHA-0 and MD4 from libcrypto. 9 years ago
  doug 9193415b6f Remove MD4 support from LibreSSL. 9 years ago
  doug 6561ba3b89 Remove SHA-0 support. 9 years ago
  guenther ec1a04d68c For now, permit overriding of the malloc family, to make emacs happy 9 years ago
  guenther 08d5782520 Wrap <pwd.h> so that calls go direct and the symbols are all weak. 9 years ago
  guenther 1fc79c3ad9 Overshot w/PROTO_DEPRECATED: seed48_deterministic() is used internally 9 years ago
  millert adeece9d95 The number of rounds is just two digits in the salt. We've already 9 years ago
  jsing 66db3f0bbc Merge ech_ossl.c into ech_key.c - not much point having one file with a 9 years ago
  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