SP now has support for RSA/DH 4096-bit operations

This commit is contained in:
Sean Parkinson
2019-11-12 12:04:06 +10:00
parent 0fe5d40507
commit 5221c082f1
18 changed files with 92539 additions and 56 deletions

View File

@@ -4082,6 +4082,11 @@ do
AM_CCASFLAGS="$AM_CCASFLAGS -DWOLFSSL_SP_NO_2048"
;;
+4096)
AM_CFLAGS="$AM_CFLAGS -DWOLFSSL_SP_4096"
AM_CCASFLAGS="$AM_CCASFLAGS -DWOLFSSL_SP_4096"
;;
*)
AC_MSG_ERROR([Invalid choice of Single Precision length in bits [256, 2048, 3072]: $ENABLED_SP.])
break;;