mirror of https://github.com/wolfSSL/wolfssl.git
Set debugging off by default
parent
455f1a6875
commit
55fc9c09e4
|
@ -133,11 +133,15 @@
|
||||||
#define HAVE_AES_KEYWRAP
|
#define HAVE_AES_KEYWRAP
|
||||||
#define WC_SRTP_KDF
|
#define WC_SRTP_KDF
|
||||||
#define HAVE_PBKDF2
|
#define HAVE_PBKDF2
|
||||||
#define DEBUG_FIPS_VERBOSE
|
|
||||||
#define DEBUG_WOLFSSL
|
|
||||||
#define WOLFCRYPT_FIPS_CORE_HASH_VALUE AA9F70F147FAB898A76F587873AC4E9C7050D6E1F5828046BE871C54EDF2BF1C
|
#define WOLFCRYPT_FIPS_CORE_HASH_VALUE AA9F70F147FAB898A76F587873AC4E9C7050D6E1F5828046BE871C54EDF2BF1C
|
||||||
#define WOLFSSL_NOSHA512_224
|
#define WOLFSSL_NOSHA512_224
|
||||||
#define WOLFSSL_NOSHA512_256
|
#define WOLFSSL_NOSHA512_256
|
||||||
|
|
||||||
|
/* uncomment for FIPS debugging */
|
||||||
|
/* #define DEBUG_FIPS_VERBOSE */
|
||||||
|
|
||||||
|
/* uncomment for whole library debugging */
|
||||||
|
/* #define DEBUG_WOLFSSL */
|
||||||
#endif /* FIPS v6 */
|
#endif /* FIPS v6 */
|
||||||
#else
|
#else
|
||||||
/* Enables blinding mode, to prevent timing attacks */
|
/* Enables blinding mode, to prevent timing attacks */
|
||||||
|
|
Loading…
Reference in New Issue