summaryrefslogtreecommitdiff
path: root/usr.bin/openssl/s_time.c
AgeCommit message (Expand)Author
2023-03-06Rename struct ${app}_config to plain cfgTheo Buehler
2023-03-05openssl: make all config structs staticTheo Buehler
2022-11-11Remove the legacy interactive mode from openssl(1).joshua
2022-08-31Avoid division by zero if no connection was made.Theo Buehler
2019-07-14Mark the initialized struct options arrays as both static and const.Philip Guenther
2019-07-03snprintf/vsnprintf return < 0 on error, rather than -1.Theo de Raadt
2018-09-17Move tally mark printing out of the main benchmark loop; ok tb@cheloha
2018-08-28Drop SSLv2, SSLv3 support.cheloha
2018-08-28Check for SSL_write(3) error.cheloha
2018-08-22Use a monotonic clock for the benchmark timeout.cheloha
2018-08-21Merge duplicate benchmark() GET/SSL_shutdown blocks into doConnection().cheloha
2018-08-18Plug SSL object leaks in doConnection().cheloha
2018-08-14Don't fail by default in the -new case; ok tb jcacheloha
2018-08-11Refactor the nearly identical benchmark loops into a single loop.cheloha
2018-07-13openssl app timers: TM_START -> TM_RESET, TM_STOP -> TM_GETcheloha
2018-02-07Indent labels with a single space so that diff prototypes are more useful.Joel Sing
2018-02-07Remove guards around *_free() calls since these functions handle NULL.Joel Sing
2018-02-06Remove manual shutdown and close of the socket since in this caseTheo Buehler
2018-01-07Remove unused extern variable in openssl(1) s_timeKinichiro Inoguchi
2017-12-05Seperate real and user timer interfacesJeremie Courreges-Anglas
2017-11-02openssl s_time -connect host:port needs dns promise for pledge(2) otherwise itRicardo Mestre
2017-01-20rearrange pledge promises into the canonical order; easier to eyeballTheo de Raadt
2016-08-30Add OPTION_ARG_TIME for parsing a (64 bit if needed) time_tTheo de Raadt
2016-08-30Fix 32-bit time handling, using time_t and make it work on systemsTheo de Raadt
2015-10-17Exit if a pledge call fails in non-interactive mode.Doug Hogan
2015-10-10Initial support for pledges in openssl(1) commands.Doug Hogan
2015-09-11"Shutdown" should be "Shut down" in the usage for s_time's -no_shutdownLawrence Teo
2015-09-11*** empty log message ***Lawrence Teo
2015-09-10Fix shadowed verify_error in s_server by removing the unused global.Brent Cook
2015-08-22Remove all duplicate prototypes for *_main functions (these are alreadyJoel Sing
2015-07-17Remove SSLv3 support from openssl(1) s_time.Doug Hogan
2015-04-15Only set the cipher list if one was specified and actually check the returnJoel Sing
2015-04-14Move verify externs into the header file.Joel Sing
2015-04-14Convert openssl(1) s_time to new option handling.Joel Sing
2015-02-08Delete commented out code from openssl(1) apps.Doug Hogan
2014-11-04simple select() to poll() conversion; reviewed by millert and dougTheo de Raadt
2014-09-01Enable -Wshadow in openssl(1) and fix a few shadow warnings.Doug Hogan
2014-08-26Move openssl(1) from /usr/sbin/openssl to /usr/bin/openssl, since it is notJoel Sing