summaryrefslogtreecommitdiff
path: root/src/usr.bin/openssl/apps.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Mark the initialized struct options arrays as both static and const.guenther2019-07-141-4/+4
* Summarize the 4 same name functions and move it to apps.cinoguchi2019-02-091-1/+3
* openssl app timers: TM_START -> TM_RESET, TM_STOP -> TM_GETcheloha2018-07-131-5/+5
* Seperate real and user timer interfacesjca2017-12-051-2/+3
* Add OPTION_ARG_TIME for parsing a (64 bit if needed) time_tderaadt2016-08-301-1/+2
* Fix 32-bit time handling, using time_t and make it work on systemsderaadt2016-08-301-1/+2
* Initial support for pledges in openssl(1) commands.doug2015-10-101-1/+4
* Factor out setup_up / destroy_ui functions.bcook2015-09-131-3/+10
* Remove engine command and parameters from openssl(1).bcook2015-09-111-15/+8
* Add OPTION_ARG_LONG for handling of options with a long type.jsing2015-07-151-1/+3
* Provide option types for binary AND, binary OR and silently discarding anjsing2015-01-011-1/+4
* Provide an option type that allows for a callback function to consume anjsing2014-12-281-1/+3
* Provide a mechanism for option parsing to return the number of argumentsjsing2014-12-281-2/+3
* Provide two different function pointers for option function callbacks. Thisjsing2014-12-281-2/+3
* unifdef OPENSSL_NO_NEXTPROTONEGjsing2014-12-141-3/+1
* More OPENSSL_NO_TLSEXT clean up.jsing2014-11-071-3/+3
* Move the callback function pointer outside the opt union so that the optionjsing2014-08-301-2/+3
* Add option handling with a callback function for argument processing.jsing2014-08-281-1/+3
* Add option handling for ordered flags.jsing2014-08-281-1/+2
* Add option handling for input/output formats.jsing2014-08-281-1/+2
* Add an option type that handles argument to integer conversion.jsing2014-08-271-1/+2
* Implement table-driven option parsing that allows an application tojsing2014-08-271-1/+21
* Move openssl(1) from /usr/sbin/openssl to /usr/bin/openssl, since it is notjsing2014-08-261-0/+285