Use BN_bn2binpad
[openssl.git] / crypto / ec / ec_key.c
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...