summaryrefslogtreecommitdiff
path: root/usr.bin/openssl/ecparam.c
AgeCommit message (Expand)Author
2014-12-28Provide a mechanism for option parsing to return the number of argumentsJoel Sing
2014-12-28Provide two different function pointers for option function callbacks. ThisJoel Sing
2014-12-14Remove redundant NULL checks before free - BN_free(), BIO_free_all() andJoel Sing
2014-12-07Handle GF(2^m) EC curves for C code generation.Joel Sing
2014-10-13prefer C99 array initialization syntax.Brent Cook
2014-09-01Convert ecparam to new option/usage handling.Joel Sing
2014-08-28openssl_setup() calls SSL_load_error_strings(), which happens to callJoel Sing
2014-08-26Move openssl(1) from /usr/sbin/openssl to /usr/bin/openssl, since it is notJoel Sing