summaryrefslogtreecommitdiff
path: root/apps/ecparam.c
Commit message (Expand)AuthorAgeFilesLines
* Support decode SM2 parametersK12022-08-231-2/+10
* APPS: ecparam: Support setting propertiesClemens Lang2022-08-171-4/+8
* Fix the checks of EVP_PKEY_param_checkPeiwei Hu2022-06-021-1/+1
* Update copyright yearMatt Caswell2022-05-031-1/+1
* str[n]casecmp => OPENSSL_strncasecmpDmitry Belyavskiy2022-04-221-1/+1
* APPS: Improve diagnostics on missing/extra args and unknown cipher/digestDr. David von Oheimb2021-12-071-2/+1
* apps: Fix the mismatch of SM2 keys keymgmtTianjia Zhang2021-05-261-1/+5
* apps: Cleanup useless bio_open_default() calls for key inputTomas Mraz2021-05-211-5/+1
* Make the -inform option to be respected if possibleTomas Mraz2021-05-061-1/+1
* APPS: Replace 'OPT_ERR = -1, OPT_EOF = 0, OPT_HELP' by OPT_COMMON macroDr. David von Oheimb2021-05-051-1/+1
* APPS: make apps strict on app_RAND_load() and app_RAND_write() failureDr. David von Oheimb2021-04-141-1/+3
* Rename OSSL_ENCODER_CTX_new_by_EVP_PKEY and OSSL_DECODER_CTX_new_by_EVP_PKEYTomas Mraz2021-02-171-2/+2
* Load rand state after loading providersRich Salz2021-02-121-0/+1
* apps/ecparam: Avoid crash when parameters fail to loadTomas Mraz2021-02-031-1/+1
* Update copyright yearRichard Levitte2021-01-281-1/+1
* APPS: Restore inclusionsRichard Levitte2021-01-281-0/+1
* Deprecate EC_KEY + Update ec apps to use EVP_PKEYShane Lontis2021-01-261-159/+141
* Check non-option argumentsRich Salz2020-12-151-0/+2
* Deprecate EC_POINT_bn2point and EC_POINT_point2bn.Shane Lontis2020-12-071-1/+0
* Remove -C from dhparam,dsaparam,ecparamRich Salz2020-11-131-112/+2
* Move EC_METHOD to internal-onlyBilly Brumley2020-06-021-2/+1
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Don't compile commands if disabledRich Salz2020-04-101-20/+15
* cmdline app: add provider commandline options.Pauli2020-03-071-1/+6
* Add "sections" to -help outputRich Salz2019-11-081-11/+18
* Make the EC code available from inside the FIPS providerMatt Caswell2019-08-061-1/+1
* added code to validate EC named curve parametersShane Lontis2019-04-111-2/+17
* Following the license change, modify the boilerplates in apps/Richard Levitte2018-12-061-1/+1
* Use the new non-curve type specific EC functions internallyMatt Caswell2018-07-311-1/+1
* Fix ecparam -genkey with point compression or DER outformBernd Edlinger2018-03-251-0/+6
* Update copyright yearMatt Caswell2018-02-131-1/+1
* apps: Don't include progs.h in apps.hRichard Levitte2018-01-311-0/+1
* Consistent formatting for sizeof(foo)Rich Salz2017-12-071-6/+6
* Remove parentheses of return.KaoruToda2017-10-181-1/+1
* Standardize apps use of -rand, etc.Rich Salz2017-07-161-20/+9
* Modify Sun copyright to follow OpenSSL styleRich Salz2017-06-201-14/+1
* Clean up a bundle of codingstyle stuff in apps directoryPaul Yang2017-06-121-4/+6
* If an engine comes up explicitely, it must also come down explicitelyRichard Levitte2016-10-191-2/+4
* Constify command optionsFdaSilvaYY2016-10-141-1/+1
* Copyright consolidation 01/10Rich Salz2016-05-171-53/+6
* argv was set but unusedKurt Roeckx2016-02-201-1/+3
* Use NON_EMPTY_TRANSLATION_UNIT, consistently.Rich Salz2016-02-091-7/+4
* Fix memory leak and print out keygen errors.Dr. Stephen Henson2016-02-011-1/+7
* Remove useless codeAlessandro Ghedini2015-10-231-2/+0
* Centralise loading default apps config fileMatt Caswell2015-10-121-3/+0
* Enable -Wmissing-variable-declarations andBen Laurie2015-09-111-2/+2
* Change the way apps open their input and output filesRichard Levitte2015-09-061-2/+2
* Exit on error in ecparamPeter Waltenberg2015-07-091-2/+3
* RT2547: Tighten perms on generated privkey filesRich Salz2015-06-151-4/+5
* Restore module loadingRichard Levitte2015-05-291-0/+3