summaryrefslogtreecommitdiff
path: root/src/usr.bin/openssl/s_time.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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