Update copyright year
[openssl.git] / crypto / ec / ecp_nistp256.c
2020-04-23 Matt CaswellUpdate copyright year
2020-04-21 Billy Brumley[crypto/ec] deprecate Jprojective_coordinates_GFp functions
2020-04-16 Rich SalzUse build.info, not ifdef for crypto modules
2020-02-27 Scott ArciszewskiFix comment placement in ecp_nistp256.ci
2020-02-04 PauliDeprecate the ECDSA and EV_KEY_METHOD functions.
2020-01-05 Nicola TuveriFix potential SCA vulnerability in some EC_METHODs
2019-09-28 Dr. Matthias St... Reorganize local header files
2019-09-06 Nicola Tuveri[ec/ecp_nistp*.c] restyle: use {} around `else` too
2019-09-06 Nicola Tuveri[ec/ecp_nistp*.c] remove flip_endian()
2019-09-06 Nicola TuveriFix a SCA leak using BN_bn2bin()
2019-08-15 Patrick SteuerEnable curve-spefific ECDSA implementations via EC_METHOD
2019-08-07 Matt CaswellFix enable-ec_nistp_64_gcc_128
2019-08-06 Matt CaswellMake the EC code available from inside the FIPS provider
2019-02-17 Billy BrumleySCA hardening for mod. field inversion in EC_GROUP
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-07-31 Matt CaswellUse the new non-curve type specific EC functions internally
2018-07-16 Nicola TuveriEC2M Lopez-Dahab ladder: use it also for ECDSA verify
2018-07-16 Nicola TuveriEC point multiplication: add `ladder` scaffold
2018-06-22 Nicola Tuverienable-ec_nistp_64_gcc_128: Fix function prototype...
2018-05-23 Richard LevitteBetter error code when lacking __SIZEOF_INT128__
2018-02-27 Matt CaswellUpdate copyright year
2018-02-24 Andy Polyakovec/ecp_nistp{224,256,521}.c: harmonize usage of __uint1...
2017-12-27 Andy Polyakovec/ecp_nistp*.c: sanitize for undefined/implmentation...
2017-12-08 Rich SalzConsistent formatting for sizeof(foo)
2017-10-02 Bernd EdlingerFix the return type of felem_is_zero_int which should...
2017-06-26 Paul YangChange to check last return value of BN_CTX_get
2016-11-17 Kurt RoeckxAdd support for reference counting using C11 atomics
2016-05-17 Rich SalzCopyright consolidation 06/10
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-02-28 Dr. Stephen HensonAdd group_order_bits to EC_METHOD.
2016-02-22 FdaSilvaYYGH678: Add a few more zalloc
2016-02-10 Rich SalzUse NON_EMPTY_TRANSLATION_UNIT, consistently.
2016-02-05 FdaSilvaYYGH601: Various spelling fixes.
2016-01-29 Matt CaswellFix bug in nistp224/256/521 where have_precompute_mult...
2016-01-26 Rich SalzRemove /* foo.c */ comments
2016-01-14 Rich SalzCall single parent free_comp routine.
2016-01-14 Viktor DukhovniFix double-free bugs in EC group precomputation state
2016-01-13 Rich SalzAdd CRYPTO_EX_DATA; remove EC_EXTRA_DATA
2015-11-09 Matt CaswellContinue standardising malloc style for libcrypto
2015-05-29 Peter DettmanFix build errors with enable-ec_nistp_64_gcc_128
2015-05-06 Rich Salzmemset, memcpy, sizeof consistency fixes
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 Salzfree cleanup almost the finale
2015-04-28 Rich Salzremove malloc casts
2015-04-20 Andy Polyakovec/ecp_nistp*.c: fix SEGVs.
2015-04-11 Rich Salzfree NULL cleanup 9
2015-03-25 Rich Salzfree NULL cleanup.
2015-01-22 Matt CaswellMore comment realignment master-post-reformat
2015-01-22 Matt CaswellRe-align some comments after running the reformat script.
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2015-01-22 Matt CaswellMove more comments that confuse indent
2015-01-22 Matt CaswellFix strange formatting by indent
2015-01-06 Matt CaswellFurther comment amendments to preserve formatting prior...
2014-12-30 Tim Hudsonmark all block comments that need format preserving...
2014-12-17 Emilia KasperBuild fixes
2011-10-19 Bodo MöllerFix warnings.
2011-10-18 Bodo MöllerImprove optional 64-bit NIST-P224 implementation, and...