aboutsummaryrefslogtreecommitdiff
path: root/crypto/ec/ecp_nistz256.c
AgeCommit message (Expand)AuthorFilesLines
2016-05-17Copyright consolidation 05/10Rich Salz1-0/+9
2016-05-09fix tab-space mixed indentationFdaSilvaYY1-3/+3
2016-03-08Convert CRYPTO_LOCK_EC_* to new multi-threading APIAlessandro Ghedini1-3/+21
2016-03-01Add default operations to EC_METHODDr. Stephen Henson1-2/+11
2016-02-28Add group_order_bits to EC_METHOD.Dr. Stephen Henson1-0/+1
2016-02-22GH678: Add a few more zallocFdaSilvaYY1-2/+0
2016-01-31Add EC_GROUP_order_bits, EC_GROUP_get0_order and EC_GROUP_get0_cofactorDr. Stephen Henson1-5/+2
2016-01-30Move more BN internals to bn_lcl.hRich Salz1-1/+0
2016-01-13Call single parent free_comp routine.Rich Salz1-2/+1
2016-01-13Fix double-free bugs in EC group precomputation stateViktor Dukhovni1-0/+1
2016-01-13Add CRYPTO_EX_DATA; remove EC_EXTRA_DATARich Salz1-67/+22
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell1-5/+5
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte1-1/+1
2015-05-04Use safer sizeof variant in mallocRich Salz1-2/+2
2015-05-01free null cleanup finaleRich Salz1-15/+7
2015-04-30free NULL cleanup 7Rich Salz1-4/+2
2015-04-30free cleanup almost the finaleRich Salz1-7/+3
2015-04-28remove malloc castsRich Salz1-1/+1
2015-04-28NISTZ256: owur'ize.Emilia Kasper1-20/+20
2015-04-27NISTZ256: use EC_POINT API and check errors.Emilia Kasper1-7/+15
2015-04-27NISTZ256: don't swallow malloc errorsEmilia Kasper1-12/+12
2015-04-27NISTZ256: set Z_is_one to boolean 0/1 as is customary.Emilia Kasper1-1/+1
2015-04-27Error checking and memory leak fixes in NISTZ256.Emilia Kasper1-25/+30
2015-04-24Fix error checking and memory leaks in NISTZ256 precomputation.Emilia Kasper1-3/+10
2015-04-24Correctly set Z_is_one on the return value in the NISTZ256 implementation.Emilia Kasper1-0/+3
2015-04-11free NULL cleanup 9Rich Salz1-2/+1
2015-03-25free NULL cleanup.Rich Salz1-4/+2
2015-02-10ec/ecp_nistz256.c: fix compiler warnings.Andy Polyakov1-25/+24
2015-01-28Rename index to idx to avoid symbol conflicts.Rich Salz1-55/+55
2015-01-22ec/ecp_nistz256.c: further harmonization with latest rules.Andy Polyakov1-48/+74
2015-01-22ec/ecp_nistz256.c: harmonize with latest indent script.Andy Polyakov1-78/+82
2014-12-08Implement internally opaque bn access from ecMatt Caswell1-52/+53
2014-10-23ecp_nistz256 update.Andy Polyakov1-61/+90
2014-09-21crypto/ecp_nistz256.c: harmonize error codes.Andy Polyakov1-35/+37
2014-09-20Fix warning.Dr. Stephen Henson1-2/+3
2014-09-12Add ECP_NISTZ256 by Shay Gueron, Intel Corp.Andy Polyakov1-0/+1458