summaryrefslogtreecommitdiff
path: root/usr.bin/openssl/version.c
AgeCommit message (Expand)Author
2023-07-27Remove antiquated options outputTheo Buehler
2023-03-06Rename struct ${app}_config to plain cfgTheo Buehler
2022-11-11Remove the legacy interactive mode from openssl(1).joshua
2019-07-14Mark the initialized struct options arrays as both static and const.Philip Guenther
2015-10-17Exit if a pledge call fails in non-interactive mode.Doug Hogan
2015-10-10Initial support for pledges in openssl(1) commands.Doug Hogan
2015-08-22Remove all duplicate prototypes for *_main functions (these are alreadyJoel Sing
2014-12-28Provide a mechanism for option parsing to return the number of argumentsJoel Sing
2014-12-28Provide two different function pointers for option function callbacks. ThisJoel Sing
2014-10-13prefer C99 array initialization syntax.Brent Cook
2014-08-30Convert openssl(1) version to new option/usage handling.Joel Sing
2014-08-26Move openssl(1) from /usr/sbin/openssl to /usr/bin/openssl, since it is notJoel Sing