aboutsummaryrefslogtreecommitdiff
path: root/apps/s_time.c
AgeCommit message (Expand)AuthorFilesLines
2018-01-31apps: Don't include progs.h in apps.hRichard Levitte1-0/+1
2017-08-22(Re)move some things from e_os.hRich Salz1-1/+0
2017-07-14Update PR#3925Roelof duToit1-3/+9
2017-07-14Retry SSL_read on ERROR_WANT_READ.Roelof duToit1-5/+5
2017-07-06Bounds check string functions in apps.Pauli1-11/+17
2017-07-05Undo commit d420ac2Rich Salz1-7/+6
2017-06-12Clean up a bundle of codingstyle stuff in apps directoryPaul Yang1-6/+6
2017-02-21Provided support for the -nameopt flag in s_client, s_server and s_timeDmitry Belyavskiy1-1/+6
2016-10-14Constify command optionsFdaSilvaYY1-1/+1
2016-08-17Relocalise some globals variablesFdaSilvaYY1-3/+0
2016-08-04Pack globals variables used to control apps/verify_callback()FdaSilvaYY1-9/+4
2016-07-20Simplify buffer limit checking, and reuse BIO_snprintf returned value.FdaSilvaYY1-12/+14
2016-05-17Copyright consolidation 01/10Rich Salz1-59/+6
2016-03-21Fix no-sockMatt Caswell1-0/+5
2016-03-09Use minimum and maximum protocol version instead of version fixed methodsKurt Roeckx1-4/+5
2016-03-07ISSUE 43: Add BIO_sock_shutdownRich Salz1-3/+3
2016-02-20argv was set but unusedKurt Roeckx1-1/+2
2015-10-05Address Windows warnings in apps/.Andy Polyakov1-23/+0
2015-09-25Add support for -no-CApath and -no-CAfile optionsMatt Caswell1-3/+14
2015-06-09Use bio_err not stderr in apps.Rich Salz1-2/+2
2015-06-02Standardize handling of #ifdef'd options.Rich Salz1-4/+2
2015-05-16Client side version negotiation rewriteMatt Caswell1-1/+1
2015-04-24Big apps cleanup (option-parsing, etc)Rich Salz1-270/+144
2015-04-16Code style: space after 'if'Viktor Dukhovni1-5/+5
2015-04-11free NULL cleanup 10Rich Salz1-6/+3
2015-03-23apps return value checksMatt Caswell1-4/+8
2015-03-17Fix seg fault in s_timeMatt Caswell1-1/+6
2015-01-30Dead code clean: #if 0 removal in appsRich Salz1-16/+0
2015-01-23ifdef cleanup part 3: OPENSSL_SYSNAMERich Salz1-1/+1
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-385/+394
2015-01-22Fix source where indent will not be able to copeMatt Caswell1-1/+2
2015-01-22Further comment changes for reformat (master)Matt Caswell1-1/+1
2015-01-12RT3548: Remove unsupported platformsRich Salz1-3/+0
2014-12-04Remove SSLv2 supportKurt Roeckx1-9/+0
2014-12-02Use the SSLv23 method by defaultKurt Roeckx1-6/+0
2006-04-17If we include winsock2.h then FD_SET wants an unsigned type for an fd.Dr. Stephen Henson1-1/+1
2005-11-06Collect timing procedures in apps/apps.c. It's a bit cruel patch, as itAndy Polyakov1-104/+1
2005-08-14Let the TLSv1_method() etc. functions return a const SSL_METHODNils Larsch1-1/+1
2003-12-27Use BUF_strlcpy() instead of strcpy().Richard Levitte1-3/+3
2003-11-28Netware-specific changes,Richard Levitte1-2/+16
2002-12-03EXIT() may mean return(). That's confusing, so let's have it really meanRichard Levitte1-1/+1
2002-11-15WinCE patchesRichard Levitte1-6/+6
2002-11-13Security fixes brought forward from 0.9.7.Ben Laurie1-0/+7
2002-06-20<sys/select.h> is included for AIX, when USE_SOCKETS is defined.Lutz Jänicke1-4/+0
2002-06-20This apparently fixes compilation on OSX that was failing in 0.9.7 betas.Geoff Thorpe1-1/+1
2002-02-14Add the configuration target VxWorks.Richard Levitte1-2/+20
2001-11-05DOS and Windows do not like unistd.hRichard Levitte1-0/+2
2001-09-28Change HZ in speed to rely on sysconf() if the clock tick is availableRichard Levitte1-7/+16
2001-06-23Use apps_shutdown() in all applications, in case someone decides notRichard Levitte1-1/+1
2001-03-07Code for better build under Darwin (MacOS X).Richard Levitte1-1/+1