summaryrefslogtreecommitdiffstats
path: root/apps/s_time.c
AgeCommit message (Expand)Author
2015-06-09Use bio_err not stderr in apps.Rich Salz
2015-06-02Standardize handling of #ifdef'd options.Rich Salz
2015-05-16Client side version negotiation rewriteMatt Caswell
2015-04-24Big apps cleanup (option-parsing, etc)Rich Salz
2015-04-16Code style: space after 'if'Viktor Dukhovni
2015-04-11free NULL cleanup 10Rich Salz
2015-03-23apps return value checksMatt Caswell
2015-03-17Fix seg fault in s_timeMatt Caswell
2015-01-30Dead code clean: #if 0 removal in appsRich Salz
2015-01-23ifdef cleanup part 3: OPENSSL_SYSNAMERich Salz
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-22Fix source where indent will not be able to copeMatt Caswell
2015-01-22Further comment changes for reformat (master)Matt Caswell
2015-01-12RT3548: Remove unsupported platformsRich Salz
2014-12-04Remove SSLv2 supportKurt Roeckx
2014-12-02Use the SSLv23 method by defaultKurt Roeckx
2006-04-17If we include winsock2.h then FD_SET wants an unsigned type for an fd.Dr. Stephen Henson
2005-11-06Collect timing procedures in apps/apps.c. It's a bit cruel patch, as itAndy Polyakov
2005-08-14Let the TLSv1_method() etc. functions return a const SSL_METHODNils Larsch
2003-12-27Use BUF_strlcpy() instead of strcpy().Richard Levitte
2003-11-28Netware-specific changes,Richard Levitte
2002-12-03EXIT() may mean return(). That's confusing, so let's have it really meanRichard Levitte
2002-11-15WinCE patchesRichard Levitte
2002-11-13Security fixes brought forward from 0.9.7.Ben Laurie
2002-06-20<sys/select.h> is included for AIX, when USE_SOCKETS is defined.Lutz Jänicke
2002-06-20This apparently fixes compilation on OSX that was failing in 0.9.7 betas.Geoff Thorpe
2002-02-14Add the configuration target VxWorks.Richard Levitte
2001-11-05DOS and Windows do not like unistd.hRichard Levitte
2001-09-28Change HZ in speed to rely on sysconf() if the clock tick is availableRichard Levitte
2001-06-23Use apps_shutdown() in all applications, in case someone decides notRichard Levitte
2001-03-07Code for better build under Darwin (MacOS X).Richard Levitte
2001-02-20Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte
2001-02-19Make all configuration macros available for application by makingRichard Levitte
2000-02-11Make gcc 2.95.2 happy again, even under ``-Wall -Wshadow -Wpointer-arith -Wca...Ralf S. Engelschall
2000-02-04Rename SSLeay_add_all_algorithms() et al toDr. Stephen Henson
2000-02-03ispell (and minor modifications)Ulf Möller
2000-02-03Add new -notext option to 'ca', -pubkey option to spkac.Dr. Stephen Henson
2000-01-16Add missing #ifndefs that caused missing symbols when building libsslUlf Möller
1999-09-08some more patches for avoiding problems with non-automatic variablesBodo Möller
1999-05-13Remove redundant ifdef.Ulf Möller
1999-05-13VMS support bug fixes.Ulf Möller
1999-05-13VMS support.Ulf Möller
1999-04-27New Configure option no-<cipher> (rsa, idea, rc5, ...).Ulf Möller
1999-04-26Remove NOPROTO definitions and error code comments.Ulf Möller
1999-04-23Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller
1999-04-19Change functions to ANSI C.Ulf Möller
1999-01-31Fix some more typosMark J. Cox
1999-01-28Fix names in usage page of s_time, s_server and s_clientRalf S. Engelschall
1999-01-02Some more changes for renaming the binary from ssleay to openssl.Paul C. Sutton
1998-12-21Import of old SSLeay release: SSLeay 0.9.1b (unreleased)SSLeayRalf S. Engelschall