summaryrefslogtreecommitdiff
path: root/src/usr.bin/openssl/apps.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove some pointless header guards. The headers are in scope.tb2025-01-021-7/+1
* Merge s_apps.h into apps.htb2025-01-021-1/+41
* openssl(1) doesn't need 5 .h files: merge timeouts.h into apps.htb2025-01-021-1/+5
* openssl(1) doesn't need 6 .h files: fold progs.h into apps.htb2025-01-021-1/+46
* Remove check and pubcheck from openssl pkey and pkeyparamtb2024-08-291-4/+1
* remove prototypes with no matching function and externs with no varjsg2024-05-211-2/+1
* remove extern with no matching var; ok tb@jsg2024-05-181-2/+1
* remove prototypes with no matching function; ok tb@jsg2024-05-181-2/+1
* remove unused args_st structjsg2023-06-111-6/+1
* remove chopup_args() unused since apps.c rev 1.31jsg2023-06-111-2/+1
* Drop policy printing from openssltb2023-04-141-2/+1
* Implement openssl pkey -{,pub}check and pkeyparam -checktb2022-01-101-1/+3
* openssl(1): drop support for netscape certificates and server gated keys.tb2021-11-261-6/+2
* typo in commenttb2021-11-201-3/+3
* Add DB_TYPE_SUSPinoguchi2021-09-021-1/+2
* Remove workarounds for SSL_is_dtls()tb2021-03-311-3/+1
* Fix duplicate SSL_is_dtls in libssl and apps.cinoguchi2021-03-281-1/+3
* Add option type OPTION_ORDERinoguchi2021-03-241-1/+4
* Add option type OPTION_UL_VALUE_ORinoguchi2020-09-091-1/+4
* Mark the initialized struct options arrays as both static and const.guenther2019-07-141-4/+4
* Summarize the 4 same name functions and move it to apps.cinoguchi2019-02-091-1/+3
* openssl app timers: TM_START -> TM_RESET, TM_STOP -> TM_GETcheloha2018-07-131-5/+5
* Seperate real and user timer interfacesjca2017-12-051-2/+3
* Add OPTION_ARG_TIME for parsing a (64 bit if needed) time_tderaadt2016-08-301-1/+2
* Fix 32-bit time handling, using time_t and make it work on systemsderaadt2016-08-301-1/+2
* Initial support for pledges in openssl(1) commands.doug2015-10-101-1/+4
* Factor out setup_up / destroy_ui functions.bcook2015-09-131-3/+10
* Remove engine command and parameters from openssl(1).bcook2015-09-111-15/+8
* Add OPTION_ARG_LONG for handling of options with a long type.jsing2015-07-151-1/+3
* Provide option types for binary AND, binary OR and silently discarding anjsing2015-01-011-1/+4
* Provide an option type that allows for a callback function to consume anjsing2014-12-281-1/+3
* Provide a mechanism for option parsing to return the number of argumentsjsing2014-12-281-2/+3
* Provide two different function pointers for option function callbacks. Thisjsing2014-12-281-2/+3
* unifdef OPENSSL_NO_NEXTPROTONEGjsing2014-12-141-3/+1
* More OPENSSL_NO_TLSEXT clean up.jsing2014-11-071-3/+3
* Move the callback function pointer outside the opt union so that the optionjsing2014-08-301-2/+3
* Add option handling with a callback function for argument processing.jsing2014-08-281-1/+3
* Add option handling for ordered flags.jsing2014-08-281-1/+2
* Add option handling for input/output formats.jsing2014-08-281-1/+2
* Add an option type that handles argument to integer conversion.jsing2014-08-271-1/+2
* Implement table-driven option parsing that allows an application tojsing2014-08-271-1/+21
* Move openssl(1) from /usr/sbin/openssl to /usr/bin/openssl, since it is notjsing2014-08-261-0/+285