Add group_order_bits to EC_METHOD.
[openssl.git] / crypto / ec / ecp_nistp521.c
2016-02-28 Dr. Stephen HensonAdd group_order_bits to EC_METHOD.
2016-02-10 Rich SalzUse NON_EMPTY_TRANSLATION_UNIT, consistently.
2016-02-05 FdaSilvaYYGH601: Various spelling fixes.
2016-01-29 Matt CaswellFix bug in nistp224/256/521 where have_precompute_mult...
2016-01-26 Rich SalzRemove /* foo.c */ comments
2016-01-14 Rich SalzCall single parent free_comp routine.
2016-01-14 Viktor DukhovniFix double-free bugs in EC group precomputation state
2016-01-13 Viktor DukhovniFix nistp512 typos, should be nistp521
2016-01-13 Rich SalzAdd CRYPTO_EX_DATA; remove EC_EXTRA_DATA
2015-11-09 Matt CaswellContinue standardising malloc style for libcrypto
2015-09-03 Rich SalzAdd and use OPENSSL_zalloc
2015-05-29 Peter DettmanFix build errors with enable-ec_nistp_64_gcc_128
2015-05-06 Rich Salzmemset, memcpy, sizeof consistency fixes
2015-05-04 Rich SalzUse safer sizeof variant in malloc
2015-05-01 Rich Salzfree null cleanup finale
2015-05-01 Rich Salzfree NULL cleanup 7
2015-04-30 Rich Salzfree cleanup almost the finale
2015-04-28 Rich Salzremove malloc casts
2015-04-20 Andy Polyakovcrypto/ec/ecp_nistp[224|521].c: fix formatting.
2015-04-20 Andy Polyakovec/ecp_nistp*.c: fix SEGVs.
2015-04-11 Rich Salzfree NULL cleanup 9
2015-03-25 Rich Salzfree NULL cleanup.
2015-01-22 Matt CaswellMore comment realignment master-post-reformat
2015-01-22 Matt CaswellRe-align some comments after running the reformat script.
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2015-01-22 Matt CaswellMove more comments that confuse indent
2015-01-22 Matt CaswellFix strange formatting by indent
2015-01-22 Matt CaswellFurther comment changes for reformat (master)
2015-01-06 Matt CaswellFurther comment amendments to preserve formatting prior...
2014-12-30 Tim Hudsonmark all block comments that need format preserving...
2012-06-03 Ben LaurieVersion skew reduction: trivia (I hope).
2011-10-19 Bodo MöllerFix warnings.
2011-10-18 Bodo MöllerImprove optional 64-bit NIST-P224 implementation, and...