summaryrefslogtreecommitdiffstats
path: root/apps/s_time.c
AgeCommit message (Expand)Author
2017-07-14Update PR#3925tls1.3-draft-18Roelof duToit
2017-07-14Retry SSL_read on ERROR_WANT_READ.Roelof duToit
2017-02-21Provided support for the -nameopt flag in s_client, s_server and s_timeDmitry Belyavskiy
2016-10-14Constify command optionsFdaSilvaYY
2016-08-17Relocalise some globals variablesFdaSilvaYY
2016-08-04Pack globals variables used to control apps/verify_callback()FdaSilvaYY
2016-07-20Simplify buffer limit checking, and reuse BIO_snprintf returned value.FdaSilvaYY
2016-05-17Copyright consolidation 01/10Rich Salz
2016-03-21Fix no-sockMatt Caswell
2016-03-09Use minimum and maximum protocol version instead of version fixed methodsKurt Roeckx
2016-03-07ISSUE 43: Add BIO_sock_shutdownRich Salz
2016-02-20argv was set but unusedKurt Roeckx
2015-10-05Address Windows warnings in apps/.Andy Polyakov
2015-09-25Add support for -no-CApath and -no-CAfile optionsMatt Caswell
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