aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ec/ecp_nistp521.c
Commit message (Expand)AuthorAgeFilesLines
* Cleanup - use e_os2.h rather than stdint.hRichard Levitte2017-05-111-7/+1
* Add support for reference counting using C11 atomicsKurt Roeckx2016-11-171-3/+3
* Copyright consolidation 05/10Rich Salz2016-05-171-1/+7
* Convert CRYPTO_LOCK_EC_* to new multi-threading APIAlessandro Ghedini2016-03-081-3/+22
* Add default operations to EC_METHODDr. Stephen Henson2016-03-011-2/+11
* Add group_order_bits to EC_METHOD.Dr. Stephen Henson2016-02-281-0/+1
* Use NON_EMPTY_TRANSLATION_UNIT, consistently.Rich Salz2016-02-091-3/+3
* GH601: Various spelling fixes.FdaSilvaYY2016-02-051-2/+2
* Fix bug in nistp224/256/521 where have_precompute_mult always returns 0Matt Caswell2016-01-291-2/+2
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* 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
* Fix nistp512 typos, should be nistp521Viktor Dukhovni2016-01-131-2/+2
* Add CRYPTO_EX_DATA; remove EC_EXTRA_DATARich Salz2016-01-131-54/+15
* Continue standardising malloc style for libcryptoMatt Caswell2015-11-091-1/+1
* Add and use OPENSSL_zallocRich Salz2015-09-021-6/+3
* Fix build errors with enable-ec_nistp_64_gcc_128Peter Dettman2015-05-291-3/+3
* memset, memcpy, sizeof consistency fixesRich Salz2015-05-051-9/+10
* Use safer sizeof variant in mallocRich Salz2015-05-041-2/+2
* free null cleanup finaleRich Salz2015-05-011-6/+3
* 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-69/+84
* 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
* More comment realignmentmaster-post-reformatMatt Caswell2015-01-221-22/+23
* Re-align some comments after running the reformat script.Matt Caswell2015-01-221-37/+37
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-1748/+1831
* Move more comments that confuse indentMatt Caswell2015-01-221-1/+2
* Fix strange formatting by indentMatt Caswell2015-01-221-2/+4
* Further comment changes for reformat (master)Matt Caswell2015-01-221-8/+16
* Further comment amendments to preserve formatting prior to source reformatMatt Caswell2015-01-061-2/+4
* mark all block comments that need format preserving so thatTim Hudson2014-12-301-26/+52
* Version skew reduction: trivia (I hope).Ben Laurie2012-06-031-0/+5
* Fix warnings.Bodo Möller2011-10-191-22/+25
* Improve optional 64-bit NIST-P224 implementation, and add NIST-P256 andBodo Möller2011-10-181-0/+2017