summaryrefslogtreecommitdiffstats
path: root/crypto/ec/ecp_nistp521.c
AgeCommit message (Expand)Author
2019-09-06[ec/ecp_nistp*.c] restyle: use {} around `else` tooNicola Tuveri
2019-09-06[ec/ecp_nistp*.c] remove flip_endian()Nicola Tuveri
2019-09-06Fix a SCA leak using BN_bn2bin()Nicola Tuveri
2019-03-07Avoid an underflow in ecp_nistp521.cMatt Caswell
2017-12-27ec/ecp_nistp*.c: sanitize for undefined/implmentation-specific behaviour.Andy Polyakov
2017-12-08Standardize syntax around sizeof(foo)Rich Salz
2017-10-02Fix the return type of felem_is_zero_int which should be int.Bernd Edlinger
2016-01-29Fix bug in nistp224/256/521 where have_precompute_mult always returns 0Matt Caswell
2015-01-22Re-align some comments after running the reformat script.OpenSSL_1_0_2-post-reformatMatt 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-22Additional comment changes for reformat of 1.0.2Matt Caswell
2015-01-22Further comment amendments to preserve formatting prior to source reformatMatt Caswell
2015-01-22mark all block comments that need format preserving so thatTim Hudson
2012-03-01For OpenVMS, use inttypes.h instead of stdint.hRichard Levitte
2011-10-19Fix warnings.Bodo Möller
2011-10-18Improve optional 64-bit NIST-P224 implementation, and add NIST-P256 andBodo Möller