summaryrefslogtreecommitdiff
path: root/src/usr.bin/openssl/apps.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Options that take a time argument....take an argumentguenther2016-09-041-2/+3
* Add OPTION_ARG_TIME for parsing a (64 bit if needed) time_tderaadt2016-08-301-1/+11
* Repeated occurances of the idiom buf[5][BUFSIZ] -- ridiculous. Give eachderaadt2016-08-261-86/+87
* mutli -> multimiod2015-11-141-2/+2
* Factor out setup_up / destroy_ui functions.bcook2015-09-131-52/+25
* Remove engine command and parameters from openssl(1).bcook2015-09-111-92/+11
* Correct spelling of OPENSSL_cleanse.jsing2015-09-101-4/+4
* remove superfluous strings.hbcook2015-07-211-2/+1
* app_tminterval moved to apps_posix.c, we don't need sys/times.hbcook2015-07-201-2/+1
* Check return value for ENGINE_ctrl and ENGINE_ctrl_cmd.doug2015-07-201-4/+15
* Warn when rename() fails in openssl(1) apps.doug2015-07-201-8/+36
* kill leak, found by coverity, ID 105348beck2015-07-161-2/+5
* Add OPTION_ARG_LONG for handling of options with a long type.jsing2015-07-151-2/+13
* Remove fallback dynamic engine loading support.bcook2015-06-191-18/+2
* Add support for OPTION_DISCARD.doug2015-06-161-1/+4
* Modify BSIZE to BUFLEN to avoid redefinition on HP-UX.bcook2015-02-071-12/+12
* Check the return values of several reallocarray() calls. While here,lteo2015-01-031-1/+3
* Provide option types for binary AND, binary OR and silently discarding anjsing2015-01-011-1/+9
* Fix subtle typo.jsing2014-12-281-2/+2
* Allow a default option to be specified by having a NULL name, but a validjsing2014-12-281-4/+4
* Provide an option type that allows for a callback function to consume anjsing2014-12-281-2/+9
* Teach option parsing that a single hyphen denotes the end of named optionsjsing2014-12-281-2/+14
* Provide a mechanism for option parsing to return the number of argumentsjsing2014-12-281-2/+9
* Only accept a single unnamed argument - the existing behaviour is tojsing2014-12-281-1/+12
* Slightly simplify options parsing logic.jsing2014-12-281-65/+58
* Provide two different function pointers for option function callbacks. Thisjsing2014-12-281-3/+3
* unifdef OPENSSL_NO_NEXTPROTONEGjsing2014-12-141-4/+1
* Move Windows OS-specific functions to make porting easier.bcook2014-12-031-23/+2
* More OPENSSL_NO_TLSEXT clean up.jsing2014-11-071-3/+3
* Repair BUF_strdup() breakage.jsing2014-10-161-2/+4
* Improve option usage output.jsing2014-09-011-7/+20
* Move the callback function pointer outside the opt union so that the optionjsing2014-08-301-2/+7
* Add option handling with a callback function for argument processing.jsing2014-08-281-1/+7
* Given the usage option name/argument name width a few more characters.jsing2014-08-281-2/+2
* Ensure that a format option argument is a known specifier.jsing2014-08-281-2/+10
* Add option handling for ordered flags.jsing2014-08-281-1/+6
* Add option handling for input/output formats.jsing2014-08-281-1/+6
* Add an option type that handles argument to integer conversion.jsing2014-08-271-3/+20
* Implement table-driven option parsing that allows an application tojsing2014-08-271-1/+96
* Move openssl(1) from /usr/sbin/openssl to /usr/bin/openssl, since it is notjsing2014-08-261-0/+2220