]> git.ipfire.org Git - thirdparty/openssl.git/history - apps/ecparam.c
Move EC_METHOD to internal-only
[thirdparty/openssl.git] / apps / ecparam.c
2020-06-02  Billy BrumleyMove EC_METHOD to internal-only
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
2019-08-06  Matt CaswellMake the EC code available from inside the FIPS provider
2019-04-11  Shane Lontisadded code to validate EC named curve parameters
2018-12-06  Richard LevitteFollowing the license change, modify the boilerplates...
2018-07-31  Matt CaswellUse the new non-curve type specific EC functions internally
2018-03-25  Bernd EdlingerFix ecparam -genkey with point compression or DER outform
2018-02-13  Matt CaswellUpdate copyright year
2018-01-31  Richard Levitteapps: Don't include progs.h in apps.h
2017-12-08  Rich SalzConsistent formatting for sizeof(foo)
2017-10-18  KaoruTodaRemove parentheses of return.
2017-07-16  Rich SalzStandardize apps use of -rand, etc.
2017-06-20  Rich SalzModify Sun copyright to follow OpenSSL style
2017-06-12  Paul YangClean up a bundle of codingstyle stuff in apps directory
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-02-20  Kurt Roeckxargv was set but unused
2016-02-10  Rich SalzUse NON_EMPTY_TRANSLATION_UNIT, consistently.
2016-02-01  Dr. Stephen HensonFix memory leak and print out keygen errors.
2015-10-23  Alessandro GhediniRemove useless code
2015-10-12  Matt CaswellCentralise loading default apps config file
2015-09-11  Ben LaurieEnable -Wmissing-variable-declarations and
2015-09-05  Richard LevitteChange the way apps open their input and output files
2015-07-09  Peter WaltenbergExit on error in ecparam
2015-06-15  Rich SalzRT2547: Tighten perms on generated privkey files
2015-05-29  Richard LevitteRestore module loading
2015-05-07  Rich SalzUse "==0" instead of "!strcmp" etc
2015-05-04  Rich SalzUse safer sizeof variant in malloc
2015-05-01  Rich Salzfree null cleanup finale
2015-05-01  Rich Salzfree NULL cleanup 7
2015-04-30  Rich SalzIn apps, malloc or die
2015-04-28  Rich Salzremove malloc casts
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...
2014-02-14  Scott SchaeferFix various spelling errors
2012-02-21  Dr. Stephen HensonAdd new APIs EC_curve_nist2nid and EC_curve_nid2nist...
2010-06-12  Ben LaurieFix warnings.
2009-04-23  Dr. Stephen HensonMerge from 1.0.0-stable branch.
2005-05-31  Nils Larschinclude opensslconf.h if OPENSSL_NO_* is used
2005-05-16  Nils Larschecc api cleanup; summary:
2005-05-10  Nils Larschgive EC_GROUP_new_by_nid a more meanigful name:
2005-04-05  Nils Larschsome const fixes
2004-10-21  Geoff ThorpeUpdate ECDSA and ECDH for OPENSSL_NO_ENGINE.
2004-03-25  Geoff ThorpeAdds warnings about two curves and fixes the "seed...
2004-01-24  Andy PolyakovFix declaration inconsistency in ecparam.c.
2003-01-16  Bodo Mölleravoid potential confusion about curves (prime192v1...
2002-12-03  Richard LevitteEXIT() may mean return(). That's confusing, so let...
2002-10-29  Bodo MöllerSun has agreed to removing the covenant language from...
2002-09-02  Bodo Möllerchange API for looking at the internal curve list
2002-08-27  Bodo Möllerchange 'usage' formatting
2002-08-26  Bodo Möllerfix spacing
2002-08-16  Bodo Möllertypo
2002-08-15  Bodo MöllerSimplify handling of named curves: get rid of EC_GROUP_...
2002-08-07  Bodo Mölleruse a generic EC_KEY structure (EC keys are not ECDSA...
2002-08-02  Bodo Möllerextend curve list (additional curves over binary fields)
2002-07-14  Bodo MöllerReplace 'ecdsaparam' commandline utility by 'ecparam'