aboutsummaryrefslogtreecommitdiffstats
path: root/apps/s_time.c
Commit message (Expand)AuthorAgeFilesLines
* Relocalise some globals variablesFdaSilvaYY2016-08-171-3/+0
* Pack globals variables used to control apps/verify_callback()FdaSilvaYY2016-08-041-9/+4
* Simplify buffer limit checking, and reuse BIO_snprintf returned value.FdaSilvaYY2016-07-201-12/+14
* Copyright consolidation 01/10Rich Salz2016-05-171-59/+6
* Fix no-sockMatt Caswell2016-03-211-0/+5
* Use minimum and maximum protocol version instead of version fixed methodsKurt Roeckx2016-03-091-4/+5
* ISSUE 43: Add BIO_sock_shutdownRich Salz2016-03-071-3/+3
* argv was set but unusedKurt Roeckx2016-02-201-1/+2
* Address Windows warnings in apps/.Andy Polyakov2015-10-051-23/+0
* Add support for -no-CApath and -no-CAfile optionsMatt Caswell2015-09-251-3/+14
* Use bio_err not stderr in apps.Rich Salz2015-06-091-2/+2
* Standardize handling of #ifdef'd options.Rich Salz2015-06-021-4/+2
* Client side version negotiation rewriteMatt Caswell2015-05-161-1/+1
* Big apps cleanup (option-parsing, etc)Rich Salz2015-04-241-270/+144
* Code style: space after 'if'Viktor Dukhovni2015-04-161-5/+5
* free NULL cleanup 10Rich Salz2015-04-111-6/+3
* apps return value checksMatt Caswell2015-03-231-4/+8
* Fix seg fault in s_timeMatt Caswell2015-03-171-1/+6
* Dead code clean: #if 0 removal in appsRich Salz2015-01-301-16/+0
* ifdef cleanup part 3: OPENSSL_SYSNAMERich Salz2015-01-231-1/+1
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-385/+394
* Fix source where indent will not be able to copeMatt Caswell2015-01-221-1/+2
* Further comment changes for reformat (master)Matt Caswell2015-01-221-1/+1
* RT3548: Remove unsupported platformsRich Salz2015-01-121-3/+0
* Remove SSLv2 supportKurt Roeckx2014-12-041-9/+0
* Use the SSLv23 method by defaultKurt Roeckx2014-12-021-6/+0
* If we include winsock2.h then FD_SET wants an unsigned type for an fd.Dr. Stephen Henson2006-04-171-1/+1
* Collect timing procedures in apps/apps.c. It's a bit cruel patch, as itAndy Polyakov2005-11-061-104/+1
* Let the TLSv1_method() etc. functions return a const SSL_METHODNils Larsch2005-08-141-1/+1
* Use BUF_strlcpy() instead of strcpy().Richard Levitte2003-12-271-3/+3
* Netware-specific changes,Richard Levitte2003-11-281-2/+16
* EXIT() may mean return(). That's confusing, so let's have it really meanRichard Levitte2002-12-031-1/+1
* WinCE patchesRichard Levitte2002-11-151-6/+6
* Security fixes brought forward from 0.9.7.Ben Laurie2002-11-131-0/+7
* <sys/select.h> is included for AIX, when USE_SOCKETS is defined.Lutz Jänicke2002-06-201-4/+0
* This apparently fixes compilation on OSX that was failing in 0.9.7 betas.Geoff Thorpe2002-06-201-1/+1
* Add the configuration target VxWorks.Richard Levitte2002-02-141-2/+20
* DOS and Windows do not like unistd.hRichard Levitte2001-11-051-0/+2
* Change HZ in speed to rely on sysconf() if the clock tick is availableRichard Levitte2001-09-281-7/+16
* Use apps_shutdown() in all applications, in case someone decides notRichard Levitte2001-06-231-1/+1
* Code for better build under Darwin (MacOS X).Richard Levitte2001-03-071-1/+1
* Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte2001-02-201-4/+4
* Make all configuration macros available for application by makingRichard Levitte2001-02-191-6/+6
* Make gcc 2.95.2 happy again, even under ``-Wall -Wshadow -Wpointer-arith -Wca...Ralf S. Engelschall2000-02-111-0/+2
* Rename SSLeay_add_all_algorithms() et al toDr. Stephen Henson2000-02-041-1/+1
* ispell (and minor modifications)Ulf Möller2000-02-031-3/+3
* Add new -notext option to 'ca', -pubkey option to spkac.Dr. Stephen Henson2000-02-031-1/+1
* Add missing #ifndefs that caused missing symbols when building libsslUlf Möller2000-01-161-4/+0
* some more patches for avoiding problems with non-automatic variablesBodo Möller1999-09-081-9/+6
* Remove redundant ifdef.Ulf Möller1999-05-131-4/+0