aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ec/ecp_nistz256.c
Commit message (Expand)AuthorAgeFilesLines
* Call single parent free_comp routine.Rich Salz2016-01-131-2/+1
* Fix double-free bugs in EC group precomputation stateViktor Dukhovni2016-01-131-0/+1
* Add CRYPTO_EX_DATA; remove EC_EXTRA_DATARich Salz2016-01-131-67/+22
* Continue standardising malloc style for libcryptoMatt Caswell2015-11-091-5/+5
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* Use safer sizeof variant in mallocRich Salz2015-05-041-2/+2
* free null cleanup finaleRich Salz2015-05-011-15/+7
* free NULL cleanup 7Rich Salz2015-04-301-4/+2
* free cleanup almost the finaleRich Salz2015-04-301-7/+3
* remove malloc castsRich Salz2015-04-281-1/+1
* NISTZ256: owur'ize.Emilia Kasper2015-04-281-20/+20
* NISTZ256: use EC_POINT API and check errors.Emilia Kasper2015-04-271-7/+15
* NISTZ256: don't swallow malloc errorsEmilia Kasper2015-04-271-12/+12
* NISTZ256: set Z_is_one to boolean 0/1 as is customary.Emilia Kasper2015-04-271-1/+1
* Error checking and memory leak fixes in NISTZ256.Emilia Kasper2015-04-271-25/+30
* Fix error checking and memory leaks in NISTZ256 precomputation.Emilia Kasper2015-04-241-3/+10
* Correctly set Z_is_one on the return value in the NISTZ256 implementation.Emilia Kasper2015-04-241-0/+3
* free NULL cleanup 9Rich Salz2015-04-111-2/+1
* free NULL cleanup.Rich Salz2015-03-251-4/+2
* ec/ecp_nistz256.c: fix compiler warnings.Andy Polyakov2015-02-101-25/+24
* Rename index to idx to avoid symbol conflicts.Rich Salz2015-01-281-55/+55
* ec/ecp_nistz256.c: further harmonization with latest rules.Andy Polyakov2015-01-221-48/+74
* ec/ecp_nistz256.c: harmonize with latest indent script.Andy Polyakov2015-01-221-78/+82
* Implement internally opaque bn access from ecMatt Caswell2014-12-081-52/+53
* ecp_nistz256 update.Andy Polyakov2014-10-231-61/+90
* crypto/ecp_nistz256.c: harmonize error codes.Andy Polyakov2014-09-211-35/+37
* Fix warning.Dr. Stephen Henson2014-09-201-2/+3
* Add ECP_NISTZ256 by Shay Gueron, Intel Corp.Andy Polyakov2014-09-121-0/+1458