summaryrefslogtreecommitdiff
path: root/apps/s_time.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Fix descriptions of credentials and verification options for various appsDr. David von Oheimb2020-04-201-1/+1
* cmdline app: add provider commandline options.Pauli2020-03-071-1/+7
* Document most missing optionsRich Salz2020-01-291-0/+1
* Add "sections" to -help outputRich Salz2019-11-081-19/+25
* Add -CAstore and similar to all openssl commands that have -CApathRichard Levitte2019-11-031-6/+18
* Add TLS version options to s_timeraja-ashok2019-09-231-2/+33
* Remove NextStep supportRich Salz2019-07-011-1/+1
* Following the license change, modify the boilerplates in apps/Richard Levitte2018-12-061-1/+1
* Don't call setsockopt with an invalid fdMatt Caswell2018-05-311-2/+5
* Cleanup the s_time command.Bernd Edlinger2018-03-211-61/+21
* Update s_time to be allow configuration of TLSv1.3 ciphersuitesMatt Caswell2018-03-141-10/+14
* Update copyright yearMatt Caswell2018-02-131-1/+1
* apps: Don't include progs.h in apps.hRichard Levitte2018-01-311-0/+1
* (Re)move some things from e_os.hRich Salz2017-08-221-1/+0
* Update PR#3925Roelof duToit2017-07-141-3/+9
* Retry SSL_read on ERROR_WANT_READ.Roelof duToit2017-07-141-5/+5
* Bounds check string functions in apps.Pauli2017-07-061-11/+17
* Undo commit d420ac2Rich Salz2017-07-051-7/+6
* Clean up a bundle of codingstyle stuff in apps directoryPaul Yang2017-06-121-6/+6
* Provided support for the -nameopt flag in s_client, s_server and s_timeDmitry Belyavskiy2017-02-211-1/+6
* Constify command optionsFdaSilvaYY2016-10-141-1/+1
* 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