Improve optional 64-bit NIST-P224 implementation, and add NIST-P256 and
authorBodo Möller <bodo@openssl.org>
Tue, 18 Oct 2011 19:43:54 +0000 (19:43 +0000)
committerBodo Möller <bodo@openssl.org>
Tue, 18 Oct 2011 19:43:54 +0000 (19:43 +0000)
commit9c37519b55f790647e4c25a4665b1bac54455f9a
treeae24367ca0913bfa62ed2156e80283ca12cd6338
parent7e9cfcd0dc72eeb4edc9b4846ffa92ff4739aa9b
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