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