summaryrefslogtreecommitdiff
path: root/usr.bin/openssl/apps.c
AgeCommit message (Expand)Author
2015-06-19Remove fallback dynamic engine loading support.Brent Cook
2015-06-16Add support for OPTION_DISCARD.Doug Hogan
2015-02-07Modify BSIZE to BUFLEN to avoid redefinition on HP-UX.Brent Cook
2015-01-03Check the return values of several reallocarray() calls. While here,Lawrence Teo
2015-01-01Provide option types for binary AND, binary OR and silently discarding anJoel Sing
2014-12-28Fix subtle typo.Joel Sing
2014-12-28Allow a default option to be specified by having a NULL name, but a validJoel Sing
2014-12-28Provide an option type that allows for a callback function to consume anJoel Sing
2014-12-28Teach option parsing that a single hyphen denotes the end of named optionsJoel Sing
2014-12-28Provide a mechanism for option parsing to return the number of argumentsJoel Sing
2014-12-28Only accept a single unnamed argument - the existing behaviour is toJoel Sing
2014-12-28Slightly simplify options parsing logic.Joel Sing
2014-12-28Provide two different function pointers for option function callbacks. ThisJoel Sing
2014-12-14unifdef OPENSSL_NO_NEXTPROTONEGJoel Sing
2014-12-03Move Windows OS-specific functions to make porting easier.Brent Cook
2014-11-07More OPENSSL_NO_TLSEXT clean up.Joel Sing
2014-10-16Repair BUF_strdup() breakage.Joel Sing
2014-09-01Improve option usage output.Joel Sing
2014-08-30Move the callback function pointer outside the opt union so that the optionJoel Sing
2014-08-28Add option handling with a callback function for argument processing.Joel Sing
2014-08-28Given the usage option name/argument name width a few more characters.Joel Sing
2014-08-28Ensure that a format option argument is a known specifier.Joel Sing
2014-08-28Add option handling for ordered flags.Joel Sing
2014-08-28Add option handling for input/output formats.Joel Sing
2014-08-27Add an option type that handles argument to integer conversion.Joel Sing
2014-08-27Implement table-driven option parsing that allows an application toJoel Sing
2014-08-26Move openssl(1) from /usr/sbin/openssl to /usr/bin/openssl, since it is notJoel Sing