openssl fipsinstall: fix cosmetic wart
[openssl.git] / apps / ec.c
2023-09-07 Matt CaswellCopyright year updates
2023-03-14 Dr. David von Oheimbapps/{dsa,ec,rsa,pkey}.c: harmonize coding w.r.t. ...
2022-06-02 Peiwei HuFix the checks of EVP_PKEY_check
2022-05-03 Matt CaswellUpdate copyright year
2022-01-11 Dr. David von OheimbAPPS: Add check for multiple 'unknown' options
2021-12-07 Dr. David von OheimbAPPS: Improve diagnostics on missing/extra args and...
2021-06-01 Tomas MrazRename all getters to use get/get0 in name
2021-05-21 Tomas Mrazapps: Cleanup useless bio_open_default() calls for...
2021-05-06 Tomas MrazMake the -inform option to be respected if possible
2021-05-05 Dr. David von OheimbAPPS: Replace 'OPT_ERR = -1, OPT_EOF = 0, OPT_HELP...
2021-05-04 Richard LevitteAPPS: Set a default passphrase UI for the "ec" command
2021-04-22 WolfForce public key to be included unless explicitly exclu...
2021-04-20 Rich SalzFetch and free cipher and md's
2021-02-17 Tomas MrazRename OSSL_ENCODER_CTX_new_by_EVP_PKEY and OSSL_DECODE...
2021-02-11 Rich SalzFetch cipher after loading providers
2021-01-28 Richard LevitteUpdate copyright year
2021-01-28 Richard LevitteAPPS: Restore inclusions
2021-01-26 Shane LontisDeprecate EC_KEY + Update ec apps to use EVP_PKEY
2020-12-15 Rich SalzCheck non-option arguments
2020-09-24 Dr. David von Oheimbload_key_certs_crls(): Restore output of fatal errors
2020-05-15 Dr. David von OheimbUse OSSL_STORE for load_{,pub}key() and load_cert(...
2020-04-23 Matt CaswellUpdate copyright year
2020-04-10 Rich SalzDon't compile commands if disabled
2020-03-07 Paulicmdline app: add provider commandline options.
2019-11-07 Rich SalzAdd "sections" to -help output
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-02-13 Matt CaswellUpdate copyright year
2018-01-31 Richard Levitteapps: Don't include progs.h in apps.h
2017-10-18 KaoruTodaRemove parentheses of return.
2017-06-12 Paul YangClean up a bundle of codingstyle stuff in apps directory
2017-01-25 FdaSilvaYYFix some extra or missing whitespaces...
2016-10-19 Richard LevitteIf an engine comes up explicitely, it must also come...
2016-10-14 FdaSilvaYYConstify command options
2016-05-17 Rich SalzCopyright consolidation 01/10
2016-05-12 Rich SalzFix uninitialized variable
2016-05-12 Dr. Stephen HensonRestore support for ENGINE format keys in apps.
2016-05-04 FdaSilvaYYGH932: Add more help messages to some apps options.
2016-02-20 Kurt Roeckxargv was set but unused
2016-02-10 Rich SalzUse NON_EMPTY_TRANSLATION_UNIT, consistently.
2016-02-04 Dr. Stephen HensonAdd ec -check option
2016-02-01 Dr. Stephen Hensonadd option to exclude public key from EC keys
2015-12-14 Viktor DukhovniAvoid erroneous "assert(private)" failures.
2015-10-12 Matt CaswellCentralise loading default apps config file
2015-09-05 Richard LevitteChange the way apps open their input and output files
2015-06-15 Rich SalzRT2547: Tighten perms on generated privkey files
2015-06-02 Rich SalzStandardize handling of #ifdef'd options.
2015-05-29 Richard LevitteRestore module loading
2015-05-25 Rich SalzFix segfault in ec command
2015-05-01 Rich Salzfree null cleanup finale
2015-04-25 Rich Salzfewer NO_ENGINE #ifdef's
2015-04-24 Rich SalzBig apps cleanup (option-parsing, etc)
2015-03-25 Rich Salzfree NULL cleanup.
2015-03-25 Rich Salzfree NULL cleanup
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2014-12-30 Tim Hudsonmark all block comments that need format preserving...
2010-06-12 Ben LaurieFix warnings.
2009-04-23 Dr. Stephen HensonMerge from 1.0.0-stable branch.
2007-11-19 Bodo Möllerfix typos
2006-12-05 Nils Larschreturn 0 if 'noout' is used and no error has occurred
2005-05-31 Nils Larschinclude opensslconf.h if OPENSSL_NO_* is used
2005-05-16 Nils Larschecc api cleanup; summary:
2004-10-21 Geoff ThorpeUpdate ECDSA and ECDH for OPENSSL_NO_ENGINE.
2002-12-03 Richard LevitteEXIT() may mean return(). That's confusing, so let...
2002-08-26 Bodo Möllerfix spacing
2002-08-26 Bodo Möllerecdsa => ec