Add messages for debug files
parent
45d7926a54
commit
e088894db7
|
|
@ -1,7 +1,7 @@
|
|||
# Configuration to enable wolfprovider FIPS support in wolfssl
|
||||
# To enable debug add `--enable-debug --enable-keylog-export` to EXTRA_OECONF
|
||||
|
||||
EXTRA_OECONF += " --enable-fips=v5 --enable-opensslcoexist --enable-debug --enable-keylog-export"
|
||||
EXTRA_OECONF += " --enable-fips=v5 --enable-opensslcoexist"
|
||||
TARGET_CFLAGS += " -DWOLFSSL_OLD_OID_SUM -DWOLFSSL_DH_EXTRA"
|
||||
|
||||
# Use a marker file to signal we are a FIPS build
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# Configuration to enable wolfprovider support in wolfssl
|
||||
# To enable debug add `--enable-debug --enable-keylog-export` to EXTRA_OECONF
|
||||
|
||||
EXTRA_OECONF += " --enable-all-crypto --with-eccminsz=192 --with-max-ecc-bits=1024 --enable-opensslcoexist --enable-sha --enable-debug --enable-keylog-export"
|
||||
EXTRA_OECONF += " --enable-all-crypto --with-eccminsz=192 --with-max-ecc-bits=1024 --enable-opensslcoexist --enable-sha"
|
||||
TARGET_CFLAGS += " -DWC_RSA_NO_PADDING -DWOLFSSL_PUBLIC_MP -DHAVE_PUBLIC_FFDHE -DHAVE_FFDHE_6144 -DHAVE_FFDHE_8192 -DWOLFSSL_PSS_LONG_SALT -DWOLFSSL_PSS_SALT_LEN_DISCOVER -DRSA_MIN_SIZE=1024 -DWOLFSSL_OLD_OID_SUM"
|
||||
|
||||
# Use a marker file to signal we are a non-FIPS build
|
||||
|
|
|
|||
Loading…
Reference in New Issue