summaryrefslogtreecommitdiff
path: root/src/usr.bin/openssl/s_time.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Mark the initialized struct options arrays as both static and const.guenther2019-07-141-2/+2
* snprintf/vsnprintf return < 0 on error, rather than -1.deraadt2019-07-031-2/+2
* Move tally mark printing out of the main benchmark loop; ok tb@cheloha2018-09-171-14/+21
* Drop SSLv2, SSLv3 support.cheloha2018-08-281-6/+2
* Check for SSL_write(3) error.cheloha2018-08-281-3/+4
* Use a monotonic clock for the benchmark timeout.cheloha2018-08-221-24/+9
* Merge duplicate benchmark() GET/SSL_shutdown blocks into doConnection().cheloha2018-08-211-41/+25
* Plug SSL object leaks in doConnection().cheloha2018-08-181-32/+22
* Don't fail by default in the -new case; ok tb jcacheloha2018-08-141-19/+12
* Refactor the nearly identical benchmark loops into a single loop.cheloha2018-08-111-139/+108
* openssl app timers: TM_START -> TM_RESET, TM_STOP -> TM_GETcheloha2018-07-131-3/+3
* Indent labels with a single space so that diff prototypes are more useful.jsing2018-02-071-3/+3
* Remove guards around *_free() calls since these functions handle NULL.jsing2018-02-071-3/+2
* Remove manual shutdown and close of the socket since in this casetb2018-02-061-7/+1
* Remove unused extern variable in openssl(1) s_timeinoguchi2018-01-071-2/+1
* Seperate real and user timer interfacesjca2017-12-051-3/+3
* openssl s_time -connect host:port needs dns promise for pledge(2) otherwise itmestre2017-11-021-2/+2
* rearrange pledge promises into the canonical order; easier to eyeballderaadt2017-01-201-2/+2
* Add OPTION_ARG_TIME for parsing a (64 bit if needed) time_tderaadt2016-08-301-2/+2
* Fix 32-bit time handling, using time_t and make it work on systemsderaadt2016-08-301-23/+23
* Exit if a pledge call fails in non-interactive mode.doug2015-10-171-2/+4
* Initial support for pledges in openssl(1) commands.doug2015-10-101-1/+6
* "Shutdown" should be "Shut down" in the usage for s_time's -no_shutdownlteo2015-09-111-2/+2
* *** empty log message ***lteo2015-09-111-19/+24
* Fix shadowed verify_error in s_server by removing the unused global.bcook2015-09-101-2/+5
* Remove all duplicate prototypes for *_main functions (these are alreadyjsing2015-08-221-3/+1
* Remove SSLv3 support from openssl(1) s_time.doug2015-07-171-13/+3
* Only set the cipher list if one was specified and actually check the returnjsing2015-04-151-7/+12
* Move verify externs into the header file.jsing2015-04-141-3/+1
* Convert openssl(1) s_time to new option handling.jsing2015-04-141-201/+178
* Delete commented out code from openssl(1) apps.doug2015-02-081-17/+1
* simple select() to poll() conversion; reviewed by millert and dougderaadt2014-11-041-9/+9
* Enable -Wshadow in openssl(1) and fix a few shadow warnings.doug2014-09-011-9/+7
* Move openssl(1) from /usr/sbin/openssl to /usr/bin/openssl, since it is notjsing2014-08-261-0/+587