aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ec/ecp_nistp224.c
Commit message (Expand)AuthorAgeFilesLines
* free NULL cleanup 7Rich Salz2015-04-301-6/+3
* free cleanup almost the finaleRich Salz2015-04-301-2/+1
* remove malloc castsRich Salz2015-04-281-1/+1
* crypto/ec/ecp_nistp[224|521].c: fix formatting.Andy Polyakov2015-04-201-81/+52
* ec/ecp_nistp*.c: fix SEGVs.Andy Polyakov2015-04-201-10/+10
* free NULL cleanup 9Rich Salz2015-04-111-2/+1
* free NULL cleanup.Rich Salz2015-03-251-4/+2
* Avoid reading an unused byte after the bufferAndy Polyakov2015-03-141-1/+1
* Re-align some comments after running the reformat script.Matt Caswell2015-01-221-13/+13
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-1414/+1507
* Fix strange formatting by indentMatt Caswell2015-01-221-1/+2
* indent has problems with comments that are on the right hand side of a line.Matt Caswell2015-01-221-3/+6
* Further comment amendments to preserve formatting prior to source reformatMatt Caswell2015-01-061-3/+6
* mark all block comments that need format preserving so thatTim Hudson2014-12-301-11/+22
* Fix warnings.Bodo Möller2011-10-191-7/+10
* Improve optional 64-bit NIST-P224 implementation, and add NIST-P256 andBodo Möller2011-10-181-548/+706
* * Configure, crypto/ec/ec.h, crypto/ec/ecp_nistp224.c, util/mkdef.pl:Richard Levitte2011-03-251-1/+2
* More C language police work.Bodo Möller2010-08-271-43/+53
* C conformity fixes:Bodo Möller2010-08-271-12/+22
* New 64-bit optimized implementation EC_GFp_nistp224_method().Bodo Möller2010-08-261-0/+1471