Improve optional 64-bit NIST-P224 implementation, and add NIST-P256 and
authorBodo Möller <bodo@openssl.org>
Tue, 18 Oct 2011 19:43:16 +0000 (19:43 +0000)
committerBodo Möller <bodo@openssl.org>
Tue, 18 Oct 2011 19:43:16 +0000 (19:43 +0000)
commit3e00b4c9db42818c621f609e70569c7d9ae85717
tree486326752f977512a81b117dadb2ba95f61066d2
parent4c3a7a0263ea4f031c0280b08cb2ebb39e7f8514
Improve optional 64-bit NIST-P224 implementation, and add NIST-P256 and
NIST-P521. (Now -DEC_NISTP_64_GCC_128 enables all three of these;
-DEC_NISTP224_64_GCC_128 no longer works.)

Submitted by: Google Inc.
CHANGES
crypto/ec/Makefile
crypto/ec/ec.h
crypto/ec/ec_curve.c
crypto/ec/ec_err.c
crypto/ec/ec_lcl.h
crypto/ec/ecp_nistp224.c
crypto/ec/ecp_nistp256.c [new file with mode: 0644]
crypto/ec/ecp_nistp521.c [new file with mode: 0644]
crypto/ec/ecp_nistputil.c [new file with mode: 0644]
crypto/ec/ectest.c