aboutsummaryrefslogtreecommitdiff
path: root/crypto/ec/ecp_nistp521.c
AgeCommit message (Expand)AuthorFilesLines
2016-05-17Copyright consolidation 05/10Rich Salz1-1/+7
2016-03-08Convert CRYPTO_LOCK_EC_* to new multi-threading APIAlessandro Ghedini1-3/+22
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-09Use NON_EMPTY_TRANSLATION_UNIT, consistently.Rich Salz1-3/+3
2016-02-05GH601: Various spelling fixes.FdaSilvaYY1-2/+2
2016-01-29Fix bug in nistp224/256/521 where have_precompute_mult always returns 0Matt Caswell1-2/+2
2016-01-26Remove /* foo.c */ commentsRich 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-13Fix nistp512 typos, should be nistp521Viktor Dukhovni1-2/+2
2016-01-13Add CRYPTO_EX_DATA; remove EC_EXTRA_DATARich Salz1-54/+15
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell1-1/+1
2015-09-02Add and use OPENSSL_zallocRich Salz1-6/+3
2015-05-29Fix build errors with enable-ec_nistp_64_gcc_128Peter Dettman1-3/+3
2015-05-05memset, memcpy, sizeof consistency fixesRich Salz1-9/+10
2015-05-04Use safer sizeof variant in mallocRich Salz1-2/+2
2015-05-01free null cleanup finaleRich Salz1-6/+3
2015-04-30free NULL cleanup 7Rich Salz1-6/+3
2015-04-30free cleanup almost the finaleRich Salz1-2/+1
2015-04-28remove malloc castsRich Salz1-1/+1
2015-04-20crypto/ec/ecp_nistp[224|521].c: fix formatting.Andy Polyakov1-69/+84
2015-04-20ec/ecp_nistp*.c: fix SEGVs.Andy Polyakov1-10/+10
2015-04-11free NULL cleanup 9Rich Salz1-2/+1
2015-03-25free NULL cleanup.Rich Salz1-4/+2
2015-01-22More comment realignmentmaster-post-reformatMatt Caswell1-22/+23
2015-01-22Re-align some comments after running the reformat script.Matt Caswell1-37/+37
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-1748/+1831
2015-01-22Move more comments that confuse indentMatt Caswell1-1/+2
2015-01-22Fix strange formatting by indentMatt Caswell1-2/+4
2015-01-22Further comment changes for reformat (master)Matt Caswell1-8/+16
2015-01-06Further comment amendments to preserve formatting prior to source reformatMatt Caswell1-2/+4
2014-12-30mark all block comments that need format preserving so thatTim Hudson1-26/+52
2012-06-03Version skew reduction: trivia (I hope).Ben Laurie1-0/+5
2011-10-19Fix warnings.Bodo Möller1-22/+25
2011-10-18Improve optional 64-bit NIST-P224 implementation, and add NIST-P256 andBodo Möller1-0/+2017