summaryrefslogtreecommitdiff
path: root/usr.bin/openssl/apps.h
AgeCommit message (Expand)Author
2022-01-10Implement openssl pkey -{,pub}check and pkeyparam -checkTheo Buehler
2021-11-26openssl(1): drop support for netscape certificates and server gated keys.Theo Buehler
2021-11-20typo in commentTheo Buehler
2021-09-02Add DB_TYPE_SUSPKinichiro Inoguchi
2021-03-31Remove workarounds for SSL_is_dtls()Theo Buehler
2021-03-28Fix duplicate SSL_is_dtls in libssl and apps.cKinichiro Inoguchi
2021-03-24Add option type OPTION_ORDERKinichiro Inoguchi
2020-09-09Add option type OPTION_UL_VALUE_ORKinichiro Inoguchi
2019-07-14Mark the initialized struct options arrays as both static and const.Philip Guenther
2019-02-09Summarize the 4 same name functions and move it to apps.cKinichiro Inoguchi
2018-07-13openssl app timers: TM_START -> TM_RESET, TM_STOP -> TM_GETcheloha
2017-12-05Seperate real and user timer interfacesJeremie Courreges-Anglas
2016-08-30Add OPTION_ARG_TIME for parsing a (64 bit if needed) time_tTheo de Raadt
2016-08-30Fix 32-bit time handling, using time_t and make it work on systemsTheo de Raadt
2015-10-10Initial support for pledges in openssl(1) commands.Doug Hogan
2015-09-13Factor out setup_up / destroy_ui functions.Brent Cook
2015-09-11Remove engine command and parameters from openssl(1).Brent Cook
2015-07-15Add OPTION_ARG_LONG for handling of options with a long type.Joel Sing
2015-01-01Provide option types for binary AND, binary OR and silently discarding anJoel Sing
2014-12-28Provide an option type that allows for a callback function to consume anJoel 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-12-14unifdef OPENSSL_NO_NEXTPROTONEGJoel Sing
2014-11-07More OPENSSL_NO_TLSEXT clean up.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-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