summaryrefslogtreecommitdiff
path: root/usr.bin/openssl/s_time.c
AgeCommit message (Expand)Author
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