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