Merge pull request #2584 from SparkiDev/sp_rsa4096

SP now has support for RSA/DH 4096-bit operations
This commit is contained in:
toddouska
2019-11-18 15:38:47 -08:00
committed by GitHub
20 changed files with 92549 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;;