Add the ECC API to the FIPS boundary. Included are ECDHE and ECDSA.
This commit is contained in:
John Safranek
2017-12-01 11:45:16 -08:00
parent 274c6ca492
commit 6fdbe02291
7 changed files with 37 additions and 4 deletions

View File

@@ -18,6 +18,8 @@ if test -e .git; then
# touch fips files for non fips distribution
touch ./ctaocrypt/src/fips.c
touch ./ctaocrypt/src/fips_test.c
touch ./wolfcrypt/src/fipsv2.c
touch ./wolfssl/wolfcrypt/fips.h
# touch async crypt files
touch ./wolfcrypt/src/async.c