| Commit message (Expand) | Author | Age | Files | Lines |
* | Address Windows warnings in apps/. | Andy Polyakov | 2015-10-05 | 1 | -23/+0 |
* | Add support for -no-CApath and -no-CAfile options | Matt Caswell | 2015-09-25 | 1 | -3/+14 |
* | Use bio_err not stderr in apps. | Rich Salz | 2015-06-09 | 1 | -2/+2 |
* | Standardize handling of #ifdef'd options. | Rich Salz | 2015-06-02 | 1 | -4/+2 |
* | Client side version negotiation rewrite | Matt Caswell | 2015-05-16 | 1 | -1/+1 |
* | Big apps cleanup (option-parsing, etc) | Rich Salz | 2015-04-24 | 1 | -270/+144 |
* | Code style: space after 'if' | Viktor Dukhovni | 2015-04-16 | 1 | -5/+5 |
* | free NULL cleanup 10 | Rich Salz | 2015-04-11 | 1 | -6/+3 |
* | apps return value checks | Matt Caswell | 2015-03-23 | 1 | -4/+8 |
* | Fix seg fault in s_time | Matt Caswell | 2015-03-17 | 1 | -1/+6 |
* | Dead code clean: #if 0 removal in apps | Rich Salz | 2015-01-30 | 1 | -16/+0 |
* | ifdef cleanup part 3: OPENSSL_SYSNAME | Rich Salz | 2015-01-23 | 1 | -1/+1 |
* | Run util/openssl-format-source -v -c . | Matt Caswell | 2015-01-22 | 1 | -385/+394 |
* | Fix source where indent will not be able to cope | Matt Caswell | 2015-01-22 | 1 | -1/+2 |
* | Further comment changes for reformat (master) | Matt Caswell | 2015-01-22 | 1 | -1/+1 |
* | RT3548: Remove unsupported platforms | Rich Salz | 2015-01-12 | 1 | -3/+0 |
* | Remove SSLv2 support | Kurt Roeckx | 2014-12-04 | 1 | -9/+0 |
* | Use the SSLv23 method by default | Kurt Roeckx | 2014-12-02 | 1 | -6/+0 |
* | If we include winsock2.h then FD_SET wants an unsigned type for an fd. | Dr. Stephen Henson | 2006-04-17 | 1 | -1/+1 |
* | Collect timing procedures in apps/apps.c. It's a bit cruel patch, as it | Andy Polyakov | 2005-11-06 | 1 | -104/+1 |
* | Let the TLSv1_method() etc. functions return a const SSL_METHOD | Nils Larsch | 2005-08-14 | 1 | -1/+1 |
* | Use BUF_strlcpy() instead of strcpy(). | Richard Levitte | 2003-12-27 | 1 | -3/+3 |
* | Netware-specific changes, | Richard Levitte | 2003-11-28 | 1 | -2/+16 |
* | EXIT() may mean return(). That's confusing, so let's have it really mean | Richard Levitte | 2002-12-03 | 1 | -1/+1 |
* | WinCE patches | Richard Levitte | 2002-11-15 | 1 | -6/+6 |
* | Security fixes brought forward from 0.9.7. | Ben Laurie | 2002-11-13 | 1 | -0/+7 |
* | <sys/select.h> is included for AIX, when USE_SOCKETS is defined. | Lutz Jänicke | 2002-06-20 | 1 | -4/+0 |
* | This apparently fixes compilation on OSX that was failing in 0.9.7 betas. | Geoff Thorpe | 2002-06-20 | 1 | -1/+1 |
* | Add the configuration target VxWorks. | Richard Levitte | 2002-02-14 | 1 | -2/+20 |
* | DOS and Windows do not like unistd.h | Richard Levitte | 2001-11-05 | 1 | -0/+2 |
* | Change HZ in speed to rely on sysconf() if the clock tick is available | Richard Levitte | 2001-09-28 | 1 | -7/+16 |
* | Use apps_shutdown() in all applications, in case someone decides not | Richard Levitte | 2001-06-23 | 1 | -1/+1 |
* | Code for better build under Darwin (MacOS X). | Richard Levitte | 2001-03-07 | 1 | -1/+1 |
* | Use new-style system-id macros everywhere possible. I hope I haven't | Richard Levitte | 2001-02-20 | 1 | -4/+4 |
* | Make all configuration macros available for application by making | Richard Levitte | 2001-02-19 | 1 | -6/+6 |
* | Make gcc 2.95.2 happy again, even under ``-Wall -Wshadow -Wpointer-arith -Wca... | Ralf S. Engelschall | 2000-02-11 | 1 | -0/+2 |
* | Rename SSLeay_add_all_algorithms() et al to | Dr. Stephen Henson | 2000-02-04 | 1 | -1/+1 |
* | ispell (and minor modifications) | Ulf Möller | 2000-02-04 | 1 | -3/+3 |
* | Add new -notext option to 'ca', -pubkey option to spkac. | Dr. Stephen Henson | 2000-02-03 | 1 | -1/+1 |
* | Add missing #ifndefs that caused missing symbols when building libssl | Ulf Möller | 2000-01-16 | 1 | -4/+0 |
* | some more patches for avoiding problems with non-automatic variables | Bodo Möller | 1999-09-08 | 1 | -9/+6 |
* | Remove redundant ifdef. | Ulf Möller | 1999-05-13 | 1 | -4/+0 |
* | VMS support bug fixes. | Ulf Möller | 1999-05-13 | 1 | -1/+1 |
* | VMS support. | Ulf Möller | 1999-05-13 | 1 | -12/+18 |
* | New Configure option no-<cipher> (rsa, idea, rc5, ...). | Ulf Möller | 1999-04-27 | 1 | -0/+4 |
* | Remove NOPROTO definitions and error code comments. | Ulf Möller | 1999-04-26 | 1 | -8/+0 |
* | Change #include filenames from <foo.h> to <openssl.h>. | Bodo Möller | 1999-04-24 | 1 | -4/+4 |
* | Change functions to ANSI C. | Ulf Möller | 1999-04-19 | 1 | -14/+6 |
* | Fix some more typos | Mark J. Cox | 1999-01-31 | 1 | -2/+2 |
* | Fix names in usage page of s_time, s_server and s_client | Ralf S. Engelschall | 1999-01-28 | 1 | -2/+2 |