summaryrefslogtreecommitdiffstats
path: root/crypto/ec/ecp_nistp224.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
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-03-14Avoid reading an unused byte after the bufferAndy Polyakov
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-22Fix strange formatting by indentMatt Caswell
2015-01-22indent has problems with comments that are on the right hand side of a line.Matt 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
2011-05-12Have EC_NISTP224_64_GCC_128 treated like any algorithm, and have disabled byDr. Stephen Henson
2010-08-27More C language police work.Bodo Möller
2010-08-27C conformity fixes:Bodo Möller
2010-08-26New 64-bit optimized implementation EC_GFp_nistp224_method().Bodo Möller