Merge f_field.h into field.h
[openssl.git] / crypto / ec / ec_lib.c
2018-01-09 Richard LevitteUpdate copyright years on all files merged since Jan...
2018-01-07 Andy Polyakovec/ecp_nistz256.c: improve ECDSA sign by 30-40%.
2017-10-18 KaoruTodaRemove parentheses of return.
2017-08-21 Matt CaswellUpdates following feedback on OPENSSL_assert() removal
2017-08-21 Matt CaswellRemove OPENSSL_assert() from crypto/ec
2017-06-20 Rich SalzModify Sun copyright to follow OpenSSL style
2016-09-22 Rich SalzAdd -Wswitch-enum
2016-08-29 Rich SalzUse uppercase name for PCT_ enum
2016-06-29 FdaSilvaYYWhitespace cleanup in crypto
2016-06-09 Emilia KasperRT 4242: reject invalid EC point coordinates
2016-05-17 Rich SalzCopyright consolidation 05/10
2016-03-01 Dr. Stephen HensonAdd default operations to EC_METHOD
2016-03-01 Dr. Stephen HensonReplace overrides.
2016-02-28 Dr. Stephen HensonAdd group_order_bits to EC_METHOD.
2016-02-28 Dr. Stephen HensonExtended EC_METHOD customisation support.
2016-02-04 Billy BrumleyFix BN_gcd errors for some curves
2016-01-31 Dr. Stephen HensonZero newly allocated points
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-14 Rich SalzCall single parent free_comp routine.
2016-01-13 Rich SalzAdd missing #ifdef's to fix build break
2016-01-13 Rich SalzAdd CRYPTO_EX_DATA; remove EC_EXTRA_DATA
2015-11-09 Matt CaswellContinue standardising malloc style for libcrypto
2015-09-03 Rich Salzremove 0 assignments.
2015-08-10 Rich SalzRT3999: Remove sub-component version strings
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 -- coda
2015-05-01 Rich Salzfree null cleanup finale
2015-05-01 Rich Salzfree NULL cleanup 7
2015-04-30 Rich Salzfree cleanup almost the finale
2015-03-25 Rich Salzfree NULL cleanup.
2015-02-19 Dr. Stephen HensonUse named curve parameter encoding by default.
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2014-12-17 Emilia KasperBuild fixes
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_constseg references.
2014-09-11 Andy PolyakovReserve option to use BN_mod_exp_mont_consttime in...
2014-07-21 Billy Brumley"EC_POINT_invert" was checking "dbl" function pointer...
2013-09-20 Ben LaurieMerge remote-tracking branch 'trevp/pemfix' into trev...
2013-09-16 Bodo Moeller Fix overly lenient comparisons:
2011-09-14 Andy PolyakovAllow for dynamic base in Win64 FIPS module.
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...
2006-03-15 Nils Larschfix problems found by coverity: remove useless code
2006-02-08 Nils Larschremove unnecessary check
2006-01-08 Bodo MöllerSome error code cleanups (SSL lib. used SSL_R_... codes...
2005-09-03 Nils Larschfix function name in error
2005-05-20 Nils Larschfix typo, add prototype
2005-05-16 Nils Larschecc api cleanup; summary:
2005-05-08 Nils Larschgive EC_GROUP_*_nid functions a more meaningful name
2005-04-26 Bodo MöllerFix various incorrect error function codes.
2005-03-09 Bodo MöllerFix typo
2004-03-13 Geoff ThorpeConvert openssl code not to assume the deprecated form...
2003-07-21 Bodo Möllernew function EC_GROUP_cmp() (used by EVP_PKEY_cmp())
2003-02-12 Bodo MöllerAllow EC_GROUP objects to share precomputation for...
2003-02-06 Bodo Möllerimplement fast point multiplication with precomputation
2002-11-28 Richard LevitteCleanse memory using the new OPENSSL_cleanse() function.
2002-08-26 Bodo Möllermove EC_GROUP_get_basis_type() from ec_lib.c to ec_asn1.c
2002-08-26 Bodo MöllerASN1 for binary curves
2002-08-02 Bodo MöllerRename implementations of method functions so that...
2002-08-02 Bodo Mölleradd support for elliptic curves over binary fields
2002-06-18 Bodo MöllerImplement handling of EC parameter seeds (new functions
2002-06-12 Bodo Möllersimplify asn1_flag
2002-06-10 Bodo Möllermove ECC ASN1 that is not specific to ECDSA into crypto...
2002-05-21 Bodo Mölleraccept NULL in 'free' functions
2002-05-08 Bodo MöllerChange internals of the EC library so that the functions
2002-03-20 Bodo MöllerNew function EC_GROUP_check_discriminant().
2002-03-18 Bodo MöllerFix bugs and typos.
2002-03-06 Bodo Möllerreference counting for EC_GROUP structures is not neede...
2002-02-13 Bodo MöllerECDSA support
2002-02-13 Bodo Mölleradd support for named curves
2001-03-10 Bodo MöllerMore EC stuff, including EC_POINTs_mul() for simultaneo...
2001-03-08 Bodo MöllerMore method functions for elliptic curves,
2001-03-08 Bodo MöllerLet EC_POINT_copy do nothing if dest==src
2001-03-08 Bodo MöllerMore 'TODO' items.
2001-03-08 Bodo MöllerMore method functions for EC_GFp_simple_method.
2001-03-07 Bodo MöllerMore method functions.
2001-03-07 Bodo MöllerOptimized EC_METHODs need specific 'set_curve' and...
2001-03-07 Bodo Möllerextra_data 'mixin'.
2001-03-07 Bodo MöllerOops ...
2001-03-07 Bodo MöllerIn clear_free, clear the complete structure just in...
2001-03-07 Bodo MöllerImplement dispatcher for EC_GROUP and EC_POINT method...
2001-03-05 Bodo MöllerAdd yet another (still empty) source code file that...
2001-03-05 Bodo MöllerMove ec.h to ec2.h because it is not compatible with...