summaryrefslogtreecommitdiffstats
path: root/crypto/ec/ecp_nistz256.c
AgeCommit message (Expand)Author
2018-05-24Improve compatibility of point and curve checksMatt Caswell
2017-06-20Address some -Wold-style-declaration warningsBenjamin Kaduk
2016-08-24ec/ecp_nistz256: harmonize is_infinity with ec_GFp_simple_is_at_infinity.Andy Polyakov
2016-08-24ec/asm/ecp_nistz256-x86_64.pl: addition to perform stricter reduction.Andy Polyakov
2016-08-21ecp_nistz256.c: get is_one on 32-bit platforms right.Andy Polyakov
2016-05-17Copyright consolidation 05/10Rich Salz
2016-05-09fix tab-space mixed indentationFdaSilvaYY
2016-03-08Convert CRYPTO_LOCK_EC_* to new multi-threading APIAlessandro Ghedini
2016-03-01Add default operations to EC_METHODDr. Stephen Henson
2016-02-28Add group_order_bits to EC_METHOD.Dr. Stephen Henson
2016-02-22GH678: Add a few more zallocFdaSilvaYY
2016-01-31Add EC_GROUP_order_bits, EC_GROUP_get0_order and EC_GROUP_get0_cofactorDr. Stephen Henson
2016-01-30Move more BN internals to bn_lcl.hRich Salz
2016-01-13Call single parent free_comp routine.Rich Salz
2016-01-13Fix double-free bugs in EC group precomputation stateViktor Dukhovni
2016-01-13Add CRYPTO_EX_DATA; remove EC_EXTRA_DATARich Salz
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte
2015-05-04Use safer sizeof variant in mallocRich Salz
2015-05-01free null cleanup finaleRich Salz
2015-04-30free NULL cleanup 7Rich Salz
2015-04-30free cleanup almost the finaleRich Salz
2015-04-28remove malloc castsRich Salz
2015-04-28NISTZ256: owur'ize.Emilia Kasper
2015-04-27NISTZ256: use EC_POINT API and check errors.Emilia Kasper
2015-04-27NISTZ256: don't swallow malloc errorsEmilia Kasper
2015-04-27NISTZ256: set Z_is_one to boolean 0/1 as is customary.Emilia Kasper
2015-04-27Error checking and memory leak fixes in NISTZ256.Emilia Kasper
2015-04-24Fix error checking and memory leaks in NISTZ256 precomputation.Emilia Kasper
2015-04-24Correctly set Z_is_one on the return value in the NISTZ256 implementation.Emilia Kasper
2015-04-11free NULL cleanup 9Rich Salz
2015-03-25free NULL cleanup.Rich Salz
2015-02-10ec/ecp_nistz256.c: fix compiler warnings.Andy Polyakov
2015-01-28Rename index to idx to avoid symbol conflicts.Rich Salz
2015-01-22ec/ecp_nistz256.c: further harmonization with latest rules.Andy Polyakov
2015-01-22ec/ecp_nistz256.c: harmonize with latest indent script.Andy Polyakov
2014-12-08Implement internally opaque bn access from ecMatt Caswell
2014-10-23ecp_nistz256 update.Andy Polyakov
2014-09-21crypto/ecp_nistz256.c: harmonize error codes.Andy Polyakov
2014-09-20Fix warning.Dr. Stephen Henson
2014-09-12Add ECP_NISTZ256 by Shay Gueron, Intel Corp.Andy Polyakov