Move the REF_PRINT support from e_os.h to internal/refcount.h.
[openssl.git] / crypto / ec / ec_key.c
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
2005-05-16 Nils Larschecc api cleanup; summary:
2005-04-26 Bodo MöllerFix various incorrect error function codes.
2003-02-19 Bodo Möllertypo
2002-11-28 Richard LevitteCleanse memory using the new OPENSSL_cleanse() function.
2002-08-10 Richard Levittemem* functions are declared in string.h.
2002-08-09 Bodo MöllerAdd ECDH support.
2002-08-07 Bodo Mölleruse a generic EC_KEY structure (EC keys are not ECDSA...