Following the license change, modify the boilerplates in crypto/ec/
[openssl.git] / crypto / ec / ecp_nistz256.c
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-07-25 Andy Polyakovec/ecp_nistz256.c: fix Coverity nit.
2018-07-22 Andy Polyakovec/ecp_nistz256.c: fix ecp_nistz256_set_from_affine.
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-21 Billy Brumley[crypto/ec] default to FLT or error
2018-06-19 Sohaib ul HassanImplement coordinate blinding for EC_POINT
2018-05-24 Matt CaswellImprove compatibility of point and curve checks
2018-01-09 Todd ShortFix --strict-warnings with C90
2018-01-09 Richard LevitteUpdate copyright years on all files merged since Jan...
2018-01-07 Andy Polyakovec/ecp_nistz256.c: switch to faster addition chain...
2018-01-07 Andy Polyakovec/asm/ecp_nistz256-armv8.pl: add optimized inversion.
2018-01-07 Andy Polyakovec/ecp_nistz256.c: improve ECDSA sign by 30-40%.
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-06-30 Rich SalzMerge Intel copyright notice into standard
2017-05-01 Benjamin KadukAddress some -Wold-style-declaration warnings
2016-11-17 Kurt RoeckxAdd support for reference counting using C11 atomics
2016-09-22 Rich SalzAdd -Wswitch-enum
2016-08-24 Andy Polyakovec/ecp_nistz256: harmonize is_infinity with ec_GFp_simp...
2016-08-24 Andy Polyakovec/asm/ecp_nistz256-x86_64.pl: addition to perform...
2016-08-21 Andy Polyakovecp_nistz256.c: get is_one on 32-bit platforms right.
2016-05-17 Rich SalzCopyright consolidation 05/10
2016-05-09 FdaSilvaYYfix tab-space mixed indentation
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-01-31 Dr. Stephen HensonAdd EC_GROUP_order_bits, EC_GROUP_get0_order and EC_GRO...
2016-01-30 Rich SalzMove more BN internals to bn_lcl.h
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-14 Richard LevitteIdentify and move common internal libcrypto header...
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-28 Emilia KasperNISTZ256: owur'ize.
2015-04-27 Emilia KasperNISTZ256: use EC_POINT API and check errors.
2015-04-27 Emilia KasperNISTZ256: don't swallow malloc errors
2015-04-27 Emilia KasperNISTZ256: set Z_is_one to boolean 0/1 as is customary.
2015-04-27 Emilia KasperError checking and memory leak fixes in NISTZ256.
2015-04-24 Emilia KasperFix error checking and memory leaks in NISTZ256 precomp...
2015-04-24 Emilia KasperCorrectly set Z_is_one on the return value in the NISTZ...
2015-04-11 Rich Salzfree NULL cleanup 9
2015-03-25 Rich Salzfree NULL cleanup.
2015-02-10 Andy Polyakovec/ecp_nistz256.c: fix compiler warnings.
2015-01-28 Rich SalzRename index to idx to avoid symbol conflicts.
2015-01-22 Andy Polyakovec/ecp_nistz256.c: further harmonization with latest...
2015-01-22 Andy Polyakovec/ecp_nistz256.c: harmonize with latest indent script.
2014-12-08 Matt CaswellImplement internally opaque bn access from ec
2014-10-23 Andy Polyakovecp_nistz256 update.
2014-09-21 Andy Polyakovcrypto/ecp_nistz256.c: harmonize error codes.
2014-09-19 Dr. Stephen HensonFix warning.
2014-09-11 Andy PolyakovAdd ECP_NISTZ256 by Shay Gueron, Intel Corp.