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