Fix some issues near recent chomp changes.
[openssl.git] / apps / ecparam.c
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'