summaryrefslogtreecommitdiff
path: root/src/usr.bin/openssl/ecparam.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Mark the initialized struct options arrays as both static and const.guenther2019-07-141-2/+2
* Indent labels with a single space so that diff prototypes are more useful.jsing2018-02-071-2/+2
* rearrange pledge promises into the canonical order; easier to eyeballderaadt2017-01-201-2/+2
* Exit if a pledge call fails in non-interactive mode.doug2015-10-171-2/+4
* Initial support for pledges in openssl(1) commands.doug2015-10-101-1/+6
* Remove engine command and parameters from openssl(1).bcook2015-09-111-16/+2
* Remove all duplicate prototypes for *_main functions (these are alreadyjsing2015-08-221-3/+1
* No need to recheck for NULL in openssl(1) ecparam.doug2015-07-201-5/+1
* Remove check that is never true.doug2015-07-201-3/+1
* Handle NIST curve names in openssl(1) ecparam.jsing2015-06-201-1/+4
* Provide a mechanism for option parsing to return the number of argumentsjsing2014-12-281-2/+2
* Provide two different function pointers for option function callbacks. Thisjsing2014-12-281-5/+5
* Remove redundant NULL checks before free - BN_free(), BIO_free_all() andjsing2014-12-141-17/+12
* Handle GF(2^m) EC curves for C code generation.jsing2014-12-071-5/+7
* prefer C99 array initialization syntax.bcook2014-10-131-2/+2
* Convert ecparam to new option/usage handling.jsing2014-09-011-197/+215
* openssl_setup() calls SSL_load_error_strings(), which happens to calljsing2014-08-281-2/+1
* Move openssl(1) from /usr/sbin/openssl to /usr/bin/openssl, since it is notjsing2014-08-261-0/+613