]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/ec/ec_key.c
Move EC_METHOD to internal-only
[thirdparty/openssl.git] / crypto / ec / ec_key.c
2020-06-02  Billy BrumleyMove EC_METHOD to internal-only
2020-05-19  Billy Brumleydeprecate EC precomputation functionality
2020-04-28  Richard LevitteRename FIPS_MODE to FIPS_MODULE
2020-04-24  Nicola TuveriFix typo from #10631
2020-03-11  Shane LontisAdd ECDH to fips provider
2020-03-11  Shane LontisAdd EC key validation to default provider
2020-03-03  Shane LontisAdd pairwise consistency self tests to asym keygenerators
2020-02-18  Nicola Tuveri[EC] harden EC_KEY against leaks from memory accesses
2020-02-18  Nicola Tuveri[PROV][KMGMT][KEXCH][EC] Implement EC keymgtm and ECDH
2020-02-04  PauliDeprecate the ECDSA and EV_KEY_METHOD functions.
2019-09-28  Dr. Matthias St... Reorganize local header files
2019-08-06  Matt CaswellMake the EC code available from inside the FIPS provider
2019-07-09  Bernd EdlingerReplace long dash characters with normal ascii minus
2019-04-11  Shane Lontisec key validation checks updated
2019-04-09  Shane LontisEC keygen updates + changed ecdsa_sign to use BN_secure_new
2018-12-06  Richard LevitteFollowing the license change, modify the boilerplates...
2018-09-05  Nicola TuveriFix segfault in RSA_free() (and DSA/DH/EC_KEY)
2018-07-31  Matt CaswellUse the new non-curve type specific EC functions internally
2018-04-17  Richard LevitteUpdate copyright year
2018-04-03  Rich SalzSet error code on alloc failures
2017-08-29  PauliMove the REF_PRINT support from e_os.h to internal...
2017-08-29  Paulie_os.h removal from other headers and source files.
2017-08-21  Matt CaswellUpdates following feedback on OPENSSL_assert() removal
2017-08-21  Matt CaswellRemove OPENSSL_assert() from crypto/ec
2017-08-06  Rich SalzAdd missing include of cryptlib.h
2017-08-03  Rich SalzAdd RAND_priv_bytes() for private keys
2017-06-20  Rich SalzModify Sun copyright to follow OpenSSL style
2017-03-15  Richard LevitteAdd EC_KEY_get0_engine()
2016-11-17  Kurt RoeckxAdd support for reference counting using C11 atomics
2016-08-02  FdaSilvaYYFix some style issues...
2016-08-01  Richard J. MooreConst EC_KEY_dup
2016-07-25  FdaSilvaYYConstify EC_KEY_*_oct2priv() input buffer
2016-05-17  Rich SalzCopyright consolidation 05/10
2016-05-11  Steven ValdezAdding missing BN_CTX_(start/end) in crypto/ec/ec_key.c
2016-04-29  Matt CaswellAvoid a NULL ptr deref if group is not set
2016-04-23  Kazuki YamaguchiFix EC_KEY_set_private_key() to call key->group->meth...
2016-03-29  David BenjaminRT 4393: Call EC_GROUP_order_bits in priv2opt.
2016-03-20  Rich SalzRemove #error from include files.
2016-03-08  Alessandro GhediniConvert CRYPTO_LOCK_EC_* to new multi-threading API
2016-03-01  Dr. Stephen HensonAdd default operations to EC_METHOD
2016-03-01  Dr. Stephen HensonReplace overrides.
2016-02-28  Dr. Stephen HensonAdd no signing flag.
2016-02-28  Dr. Stephen HensonExtract compression form in EC_KEY_oct2key().
2016-02-28  Dr. Stephen HensonExtended EC_METHOD customisation support.
2016-02-26  Rich SalzRevert "EC_KEY_priv2buf (): check parameter sanity"
2016-02-26  J Mohan Rao ArisankalaEC_KEY_priv2buf (): check parameter sanity
2016-02-25  Rich SalzGH715: ENGINE_finish can take NULL
2016-02-11  Rich SalzMove to REF_DEBUG, for consistency.
2016-02-05  Dr. Stephen HensonAdd EC_KEY_priv2buf()
2016-02-05  Dr. Stephen HensonUse BN_bn2binpad
2016-02-05  Dr. Stephen Hensonupdate EC ASN1 and print routines
2016-02-05  Dr. Stephen HensonAdd EC_KEY_oct2priv and EC_KEY_priv2oct
2016-01-31  Dr. Stephen HensonAdd EC_GROUP_order_bits, EC_GROUP_get0_order and EC_GRO...
2016-01-26  Rich SalzRemove /* foo.c */ comments
2016-01-21  Billy BrumleyRT3863 ECC: Add missing NULL check. Set a flag
2016-01-13  Rich SalzAdd CRYPTO_EX_DATA; remove EC_EXTRA_DATA
2015-12-29  Ben LaurieFix no-engine.
2015-12-16  Dr. Stephen HensonNew EC functions.
2015-12-09  Dr. Stephen HensonUse NULL comparison
2015-12-09  Dr. Stephen HensonAdd set methods.
2015-12-09  Dr. Stephen HensonEC_KEY_METHOD copy support
2015-12-09  Dr. Stephen HensonEC_KEY_METHOD init and finish support
2015-12-09  Dr. Stephen HensonENGINE fixes
2015-12-09  Dr. Stephen HensonEC_KEY_METHOD keygen support.
2015-12-09  Dr. Stephen HensonSupport for EC_KEY_METHOD.
2015-11-09  Matt CaswellContinue standardising malloc style for libcrypto
2015-09-30  David WoodhouseFix no-stdio build
2015-09-03  Rich Salzremove 0 assignments.
2015-08-03  Matt CaswellFix warning when compiling with no-ec2m
2015-06-10  Matt CaswellEC_POINT_is_on_curve does not return a boolean
2015-05-04  Rich SalzUse safer sizeof variant in malloc
2015-05-01  Rich Salzfree NULL cleanup 7
2015-04-30  Rich Salzfree cleanup almost the finale
2015-04-28  Rich Salzremove malloc casts
2015-03-25  Rich Salzfree NULL cleanup.
2015-01-22  Matt CaswellRun util/openssl-format-source -v -c .
2014-12-08  Matt CaswellImplement internally opaque bn access from ec
2014-12-08  Dr. Stephen Hensonremove OPENSSL_FIPSAPI
2014-12-08  Dr. Stephen Hensonremove FIPS module code from crypto/ecdsa
2014-08-29  Matt CaswellFixed double inclusion of string.h
2013-07-15  Adam LangleyMake `safe' (EC)DSA nonces the default.
2013-06-13  Adam LangleyAdd secure DSA nonce flag.
2012-10-05  Bodo MöllerFix EC_KEY initialization race.
2011-11-16  Dr. Stephen HensonIn EC_KEY_set_public_key_affine_coordinates include...
2011-10-22  Dr. Stephen HensonCheck for selftest failure in various places.
2011-05-11  Dr. Stephen HensonRename FIPS_mode_set and FIPS_mode. Theses symbols...
2011-04-24  Richard LevitteError discrepancy corrected.
2011-04-23  Dr. Stephen HensonAdd PRNG security strength checking.
2011-04-19  Dr. Stephen HensonUse 0 for tbslen to perform strlen.
2011-04-14  Dr. Stephen HensonRemove several of the old obsolete FIPS_corrupt_*(...
2011-04-14  Dr. Stephen HensonInitial incomplete POST overhaul: add support for POST...
2011-02-15  Dr. Stephen HensonAdd pairwise consistency test to EC.
2011-02-14  Dr. Stephen HensonReorganise ECC code for inclusion in FIPS module.
2011-02-12  Dr. Stephen HensonNew option to disable characteristic two fields in...
2011-01-24  Dr. Stephen HensonNew function EC_KEY_set_affine_coordinates() this perfo...
2011-01-24  Dr. Stephen Hensoncheck EC public key isn't point at infinity
2011-01-19  Dr. Stephen Hensonoops, revert mistakenly committed EC changes
2011-01-19  Dr. Stephen HensonAdd additional parameter to dsa_builtin_paramgen to...
2008-09-23  Andy PolyakovFix EC_KEY_check_key.
2005-05-17  Nils Larschsimplify EC_KEY_dup
next