o_time.c: use gmtime_s with MSVC
[openssl.git] / crypto / ec / ecp_nistz256.c
2017-12-08 Rich SalzStandardize syntax around sizeof(foo)
2016-08-26 Andy Polyakovec/ecp_nistz256: harmonize is_infinity with ec_GFp_simp...
2016-08-26 Andy Polyakovec/asm/ecp_nistz256-x86_64.pl: addition to perform...
2016-08-21 Andy Polyakovec/ecp_nistz256.c: get is_one on 32-bit platforms right.
2015-04-27 Emilia KasperNISTZ256: use EC_POINT API and check errors.
2015-04-27 Emilia KasperNISTZ256: don't swallow malloc errors
2015-04-27 Emilia KasperNISTZ256: set Z_is_one to boolean 0/1 as is customary.
2015-04-27 Emilia KasperError checking and memory leak fixes in NISTZ256.
2015-04-24 Emilia KasperFix error checking and memory leaks in NISTZ256 precomp...
2015-04-24 Emilia KasperCorrectly set Z_is_one on the return value in the NISTZ...
2015-01-22 Andy Polyakovec/ecp_nistz256.c: further harmonization with latest...
2015-01-22 Andy Polyakovec/ecp_nistz256.c: harmonize with latest indent script.
2014-09-21 Andy Polyakovcrypto/ecp_nistz256.c: harmonize error codes.
2014-09-21 Dr. Stephen HensonFix warning.
2014-09-21 Andy PolyakovAdd ECP_NISTZ256 by Shay Gueron, Intel Corp.