summaryrefslogtreecommitdiffstats
path: root/crypto/ec/ecp_nistz256.c
AgeCommit message (Expand)Author
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-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-09-22crypto/ecp_nistz256.c: harmonize error codes.Andy Polyakov
2014-09-22Fix warning.Dr. Stephen Henson
2014-09-22Add ECP_NISTZ256 by Shay Gueron, Intel Corp.Andy Polyakov