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
/
ecparam.c
Age
Commit message (
Expand
)
Author
2023-03-06
Rename struct ${app}_config to plain cfg
Theo Buehler
2022-11-11
Remove the legacy interactive mode from openssl(1).
joshua
2021-05-10
Replace unnecessary calls to EC_GROUP_get_curve_GF{p,2m}() with
Theo Buehler
2021-04-21
Fix const in previous. Pointed out by asou
Theo Buehler
2021-04-20
Add prototypes for EC_GROUP_get_curve_{GF2m,GFp}().
Theo Buehler
2019-07-14
Mark the initialized struct options arrays as both static and const.
Philip Guenther
2018-02-07
Indent labels with a single space so that diff prototypes are more useful.
Joel Sing
2017-01-20
rearrange pledge promises into the canonical order; easier to eyeball
Theo de Raadt
2015-10-17
Exit if a pledge call fails in non-interactive mode.
Doug Hogan
2015-10-10
Initial support for pledges in openssl(1) commands.
Doug Hogan
2015-09-11
Remove engine command and parameters from openssl(1).
Brent Cook
2015-08-22
Remove all duplicate prototypes for *_main functions (these are already
Joel Sing
2015-07-20
No need to recheck for NULL in openssl(1) ecparam.
Doug Hogan
2015-07-20
Remove check that is never true.
Doug Hogan
2015-06-20
Handle NIST curve names in openssl(1) ecparam.
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
Remove redundant NULL checks before free - BN_free(), BIO_free_all() and
Joel Sing
2014-12-07
Handle GF(2^m) EC curves for C code generation.
Joel Sing
2014-10-13
prefer C99 array initialization syntax.
Brent Cook
2014-09-01
Convert ecparam to new option/usage handling.
Joel Sing
2014-08-28
openssl_setup() calls SSL_load_error_strings(), which happens to call
Joel Sing
2014-08-26
Move openssl(1) from /usr/sbin/openssl to /usr/bin/openssl, since it is not
Joel Sing