summaryrefslogtreecommitdiffstats
path: root/apps/s_time.c
AgeCommit message (Expand)Author
2024-04-09Copyright year updatesRichard Levitte
2024-01-15Remove receiving of unused return valueDrokov Pavel
2021-12-07APPS: Improve diagnostics on missing/extra args and unknown cipher/digestDr. David von Oheimb
2021-06-30s_time: avoid unlikely division by zeroPauli
2021-05-27Use "" for include internal/xxxRich Salz
2021-05-05APPS: Replace 'OPT_ERR = -1, OPT_EOF = 0, OPT_HELP' by OPT_COMMON macroDr. David von Oheimb
2021-04-24APPS: Improve diagnostics for string options and options expecting int >= 0Dr. David von Oheimb
2021-04-08Update copyright yearMatt Caswell
2021-04-07Remove unnecessary setting SSL_MODE_AUTO_RETRYNan Xiao
2021-03-24apps: fix coverity 271258: improper use of negative valuePauli
2021-03-18apps: fix coverity 966560: division by zeroPauli
2020-12-15Check non-option argumentsRich Salz
2020-09-09s_time: check return values betterPauli
2020-04-23Update copyright yearMatt Caswell
2020-04-20Fix descriptions of credentials and verification options for various appsDr. David von Oheimb
2020-03-07cmdline app: add provider commandline options.Pauli
2020-01-29Document most missing optionsRich Salz
2019-11-08Add "sections" to -help outputRich Salz
2019-11-03Add -CAstore and similar to all openssl commands that have -CApathRichard Levitte
2019-09-23Add TLS version options to s_timeraja-ashok
2019-07-01Remove NextStep supportRich Salz
2018-12-06Following the license change, modify the boilerplates in apps/Richard Levitte
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