aboutsummaryrefslogtreecommitdiff
path: root/projects/cryptofuzz
diff options
context:
space:
mode:
authorGuido Vranken <guidovranken@users.noreply.github.com>2020-08-27 05:59:10 +0200
committerGitHub <noreply@github.com>2020-08-26 20:59:10 -0700
commit2a50933ed48e1c217cfd3980ac3e06db61c5ac41 (patch)
treeecb68a0e4bfa55e1d14d06eee0153ed32efa9b3b /projects/cryptofuzz
parentc5772fa300b08329196913d571cf670b8b19e67b (diff)
downloadoss-fuzz-2a50933ed48e1c217cfd3980ac3e06db61c5ac41.tar.gz
[cryptofuzz] Add wolfCrypt build options (#4382)
* [cryptofuzz] wolfCrypt: Build with mp_jacobi * [cryptofuzz] wolfCrypt: Support Ed25519, Ed448
Diffstat (limited to 'projects/cryptofuzz')
-rwxr-xr-xprojects/cryptofuzz/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/cryptofuzz/build.sh b/projects/cryptofuzz/build.sh
index a369a431c..2d6ba7ff3 100755
--- a/projects/cryptofuzz/build.sh
+++ b/projects/cryptofuzz/build.sh
@@ -390,7 +390,7 @@ fi
cd $SRC/wolfssl
autoreconf -ivf
-export WOLFCRYPT_CONFIGURE_PARAMS="--enable-static --enable-md2 --enable-md4 --enable-ripemd --enable-blake2 --enable-blake2s --enable-pwdbased --enable-scrypt --enable-hkdf --enable-cmac --enable-arc4 --enable-camellia --enable-rabbit --enable-aesccm --enable-aesctr --enable-hc128 --enable-xts --enable-des3 --enable-idea --enable-x963kdf --enable-harden --enable-aescfb --enable-aesofb --enable-aeskeywrap --enable-shake256 --enable-curve25519 --enable-curve448 --disable-crypttests --disable-examples --enable-keygen"
+export WOLFCRYPT_CONFIGURE_PARAMS="--enable-static --enable-md2 --enable-md4 --enable-ripemd --enable-blake2 --enable-blake2s --enable-pwdbased --enable-scrypt --enable-hkdf --enable-cmac --enable-arc4 --enable-camellia --enable-rabbit --enable-aesccm --enable-aesctr --enable-hc128 --enable-xts --enable-des3 --enable-idea --enable-x963kdf --enable-harden --enable-aescfb --enable-aesofb --enable-aeskeywrap --enable-shake256 --enable-curve25519 --enable-curve448 --disable-crypttests --disable-examples --enable-keygen --enable-compkey --enable-ed448 --enable-ed25519"
if [[ $CFLAGS = *sanitize=memory* ]]
then