Add ECDSA functionality to fips module. Initial very incomplete version
authorDr. Stephen Henson <steve@openssl.org>
Mon, 14 Feb 2011 17:14:55 +0000 (17:14 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Mon, 14 Feb 2011 17:14:55 +0000 (17:14 +0000)
commitfe26d066ff6d34a01a2d05cba383e099960182c0
tree353911c7b542155091761d1f2f72e9cc791b439b
parentc876a4b7b119faa80add62d7a04b46eda8b7bf99
Add ECDSA functionality to fips module. Initial very incomplete version
of algorithm test program.
13 files changed:
CHANGES
Makefile.fips
Makefile.org
crypto/bn/bn_gf2m.c
crypto/ecdsa/ecdsa.h
crypto/ecdsa/ecs_ossl.c
fips/Makefile
fips/ecdsa/Makefile [new file with mode: 0644]
fips/ecdsa/fips_ecdsa_lib.c [new file with mode: 0644]
fips/ecdsa/fips_ecdsa_sign.c [new file with mode: 0644]
fips/ecdsa/fips_ecdsavs.c [new file with mode: 0644]
fips/fips.h
test/Makefile