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
2021-11-26
openssl(1): drop support for netscape certificates and server gated keys.
Theo Buehler
2021-03-31
Remove workarounds for SSL_is_dtls()
Theo Buehler
2021-03-24
Add option type OPTION_ORDER
Kinichiro Inoguchi
2021-03-17
Add DTLSv1.2 support to openssl(1) s_client/s_server.
Joel Sing
2020-10-26
Add a -legacy_verify flag to force use of the old validator for debugging
Theo Buehler
2020-10-14
no need to initialize i if it's re-initialized a few lines down
Theo Buehler
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-07-03
snprintf/vsnprintf return < 0 on error, rather than -1.
Theo de Raadt
2019-06-28
When system calls indicate an error they return -1, not some arbitrary
Theo de Raadt
2019-02-09
Fix weird wrap showing cipher list in interactive mode
Kinichiro Inoguchi
2019-02-09
Summarize the 4 same name functions and move it to apps.c
Kinichiro Inoguchi
2018-08-16
Revert previous, which was wrong as noted by schwarze. Also revert a hunk
Theo Buehler
2018-08-16
Remove unused variable.
rob
2018-02-07
Restore a check before BN_free() that needs to exist and write it such that
Joel Sing
2018-02-07
Indent labels with a single space so that diff prototypes are more useful.
Joel Sing
2018-02-07
Remove guards around *_free() calls since these functions handle NULL.
Joel Sing
2017-08-12
Remove NPN support - the -nextprotoneg options now become no-ops.
Joel Sing
2017-04-18
use freezero() instead of 4-line conditional explicit_bzero + free
Theo de Raadt
2017-01-21
whitespace
Theo de Raadt
2016-12-30
Expand ASN1_ITEM_rptr macros here as well... used with NETSCAPE_X509 of all
Joel Sing
2016-09-04
Options that take a time argument....take an argument
Philip Guenther
2016-08-30
Add OPTION_ARG_TIME for parsing a (64 bit if needed) time_t
Theo de Raadt
2016-08-26
Repeated occurances of the idiom buf[5][BUFSIZ] -- ridiculous. Give each
Theo de Raadt
2015-11-14
mutli -> multi
Miod Vallat
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-09-10
Correct spelling of OPENSSL_cleanse.
Joel Sing
2015-07-21
remove superfluous strings.h
Brent Cook
2015-07-20
app_tminterval moved to apps_posix.c, we don't need sys/times.h
Brent Cook
2015-07-20
Check return value for ENGINE_ctrl and ENGINE_ctrl_cmd.
Doug Hogan
2015-07-20
Warn when rename() fails in openssl(1) apps.
Doug Hogan
2015-07-16
kill leak, found by coverity, ID 105348
Bob Beck
2015-07-15
Add OPTION_ARG_LONG for handling of options with a long type.
Joel Sing
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
[next]