summaryrefslogtreecommitdiffstats
path: root/crypto/ec/ecp_nistp521.c
AgeCommit message (Expand)Author
2016-11-17Add support for reference counting using C11 atomicsKurt Roeckx
2016-05-17Copyright consolidation 05/10Rich Salz
2016-03-08Convert CRYPTO_LOCK_EC_* to new multi-threading APIAlessandro Ghedini
2016-03-01Add default operations to EC_METHODDr. Stephen Henson
2016-02-28Add group_order_bits to EC_METHOD.Dr. Stephen Henson
2016-02-09Use NON_EMPTY_TRANSLATION_UNIT, consistently.Rich Salz
2016-02-05GH601: Various spelling fixes.FdaSilvaYY
2016-01-29Fix bug in nistp224/256/521 where have_precompute_mult always returns 0Matt Caswell
2016-01-26Remove /* foo.c */ commentsRich Salz
2016-01-13Call single parent free_comp routine.Rich Salz
2016-01-13Fix double-free bugs in EC group precomputation stateViktor Dukhovni
2016-01-13Fix nistp512 typos, should be nistp521Viktor Dukhovni
2016-01-13Add CRYPTO_EX_DATA; remove EC_EXTRA_DATARich Salz
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell
2015-09-02Add and use OPENSSL_zallocRich Salz
2015-05-29Fix build errors with enable-ec_nistp_64_gcc_128Peter Dettman
2015-05-05memset, memcpy, sizeof consistency fixesRich Salz
2015-05-04Use safer sizeof variant in mallocRich Salz
2015-05-01free null cleanup finaleRich Salz
2015-04-30free NULL cleanup 7Rich Salz
2015-04-30free cleanup almost the finaleRich Salz
2015-04-28remove malloc castsRich Salz
2015-04-20crypto/ec/ecp_nistp[224|521].c: fix formatting.Andy Polyakov
2015-04-20ec/ecp_nistp*.c: fix SEGVs.Andy Polyakov
2015-04-11free NULL cleanup 9Rich Salz
2015-03-25free NULL cleanup.Rich Salz
2015-01-22More comment realignmentmaster-post-reformatMatt Caswell
2015-01-22Re-align some comments after running the reformat script.Matt Caswell
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-22Move more comments that confuse indentMatt Caswell
2015-01-22Fix strange formatting by indentMatt Caswell
2015-01-22Further comment changes for reformat (master)Matt Caswell
2015-01-06Further comment amendments to preserve formatting prior to source reformatMatt Caswell
2014-12-30mark all block comments that need format preserving so thatTim Hudson
2012-06-03Version skew reduction: trivia (I hope).Ben Laurie
2011-10-19Fix warnings.Bodo Möller
2011-10-18Improve optional 64-bit NIST-P224 implementation, and add NIST-P256 andBodo Möller