summaryrefslogtreecommitdiffstats
path: root/apps/s_time.c
AgeCommit message (Expand)Author
2020-04-21Update copyright yearMatt Caswell
2020-04-17s_time: Allow using -CAfile option as in other commandsTomas Mraz
2018-05-31Don't call setsockopt with an invalid fdMatt Caswell
2018-03-21Cleanup the s_time command.Bernd Edlinger
2018-03-14Update s_time to be allow configuration of TLSv1.3 ciphersuitesMatt Caswell
2018-02-13Update copyright yearMatt Caswell
2018-01-31apps: Don't include progs.h in apps.hRichard Levitte
2017-08-22(Re)move some things from e_os.hRich Salz
2017-07-14Update PR#3925Roelof duToit
2017-07-14Retry SSL_read on ERROR_WANT_READ.Roelof duToit
2017-07-06Bounds check string functions in apps.Pauli
2017-07-05Undo commit d420ac2Rich Salz
2017-06-12Clean up a bundle of codingstyle stuff in apps directoryPaul Yang
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