Skip to content

Commit 7b8667c

Browse files
committed
Enable actual ecc key pair validation by default.
1 parent 7084728 commit 7b8667c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

wolfssl/wolfcrypt/settings.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3059,6 +3059,9 @@ extern void uITRON4_free(void *p) ;
30593059
#undef HAVE_ECC_KEY_EXPORT
30603060
#define HAVE_ECC_KEY_EXPORT
30613061
#endif
3062+
#ifndef WOLFSSL_NO_VALIDATE_ECC_IMPORT
3063+
#define WOLFSSL_VALIDATE_ECC_IMPORT
3064+
#endif
30623065
#endif /* HAVE_ECC */
30633066

30643067
#if (defined(OPENSSL_EXTRA) || defined(OPENSSL_ALL)) && defined(HAVE_ECC) && \

0 commit comments

Comments
 (0)