mirror of https://github.com/wolfSSL/wolfssl.git
VS-ARM Update
1. Added HAVE_SUPPORTED_CURVES and WOLFSSL_SHA384 to the user settings file.pull/1206/head
parent
68371c8e66
commit
5b55d384a7
|
@ -4,10 +4,12 @@
|
||||||
/* Enables blinding mode, to prevent timing attacks */
|
/* Enables blinding mode, to prevent timing attacks */
|
||||||
#define WC_RSA_BLINDING
|
#define WC_RSA_BLINDING
|
||||||
|
|
||||||
|
#define WOLFSSL_SHA384
|
||||||
#define WOLFSSL_SHA512
|
#define WOLFSSL_SHA512
|
||||||
#define NO_PSK
|
#define NO_PSK
|
||||||
#define HAVE_EXTENDED_MASTER
|
#define HAVE_EXTENDED_MASTER
|
||||||
#define HAVE_TLS_EXTENSIONS
|
#define HAVE_TLS_EXTENSIONS
|
||||||
|
#define HAVE_SUPPORTED_CURVES
|
||||||
#define HAVE_AESGCM
|
#define HAVE_AESGCM
|
||||||
#define USE_FAST_MATH
|
#define USE_FAST_MATH
|
||||||
#define TFM_TIMING_RESISTANT
|
#define TFM_TIMING_RESISTANT
|
||||||
|
|
Loading…
Reference in New Issue