mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-02 12:14:38 +02:00
More improvements for GCC-ARM FIPS build
This commit is contained in:
@@ -195,6 +195,9 @@ extern "C" {
|
|||||||
|
|
||||||
#undef WOLFSSL_VALIDATE_ECC_IMPORT
|
#undef WOLFSSL_VALIDATE_ECC_IMPORT
|
||||||
#define WOLFSSL_VALIDATE_ECC_IMPORT /* Validate import */
|
#define WOLFSSL_VALIDATE_ECC_IMPORT /* Validate import */
|
||||||
|
|
||||||
|
#undef WOLFSSL_ECDSA_SET_K
|
||||||
|
#define WOLFSSL_ECDSA_SET_K
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Compressed Key Support */
|
/* Compressed Key Support */
|
||||||
|
@@ -101,6 +101,7 @@ SRC_C += ../../wolfcrypt/src/des3.c
|
|||||||
SRC_C += ../../wolfcrypt/src/dh.c
|
SRC_C += ../../wolfcrypt/src/dh.c
|
||||||
SRC_C += ../../wolfcrypt/src/ecc.c
|
SRC_C += ../../wolfcrypt/src/ecc.c
|
||||||
SRC_C += ../../wolfcrypt/src/hmac.c
|
SRC_C += ../../wolfcrypt/src/hmac.c
|
||||||
|
SRC_C += ../../wolfcrypt/src/kdf.c
|
||||||
SRC_C += ../../wolfcrypt/src/random.c
|
SRC_C += ../../wolfcrypt/src/random.c
|
||||||
SRC_C += ../../wolfcrypt/src/rsa.c
|
SRC_C += ../../wolfcrypt/src/rsa.c
|
||||||
SRC_C += ../../wolfcrypt/src/sha.c
|
SRC_C += ../../wolfcrypt/src/sha.c
|
||||||
@@ -138,7 +139,6 @@ SRC_C += ../../wolfcrypt/src/ge_448.c
|
|||||||
SRC_C += ../../wolfcrypt/src/ge_low_mem.c
|
SRC_C += ../../wolfcrypt/src/ge_low_mem.c
|
||||||
SRC_C += ../../wolfcrypt/src/ge_operations.c
|
SRC_C += ../../wolfcrypt/src/ge_operations.c
|
||||||
SRC_C += ../../wolfcrypt/src/hash.c
|
SRC_C += ../../wolfcrypt/src/hash.c
|
||||||
SRC_C += ../../wolfcrypt/src/kdf.c
|
|
||||||
SRC_C += ../../wolfcrypt/src/integer.c
|
SRC_C += ../../wolfcrypt/src/integer.c
|
||||||
SRC_C += ../../wolfcrypt/src/logging.c
|
SRC_C += ../../wolfcrypt/src/logging.c
|
||||||
SRC_C += ../../wolfcrypt/src/md5.c
|
SRC_C += ../../wolfcrypt/src/md5.c
|
||||||
|
Reference in New Issue
Block a user