2015-10-09 10:25:40 -07:00
|
|
|
/* Configuration */
|
2017-09-18 14:20:00 -07:00
|
|
|
#define IPHONE /* Needed for Xcode */
|
2015-10-09 10:25:40 -07:00
|
|
|
#define HAVE_HASHDRBG
|
|
|
|
#define HAVE_AESGCM
|
|
|
|
#define WOLFSSL_SHA512
|
|
|
|
#define WOLFSSL_SHA384
|
|
|
|
|
|
|
|
#ifdef HAVE_FIPS
|
2017-09-18 14:20:00 -07:00
|
|
|
#define NO_MD4
|
|
|
|
#define NO_HC128
|
|
|
|
#define NO_RABBIT
|
|
|
|
#define NO_DSA
|
|
|
|
#define NO_PWDBASED
|
2015-10-09 10:25:40 -07:00
|
|
|
#else
|
2017-09-18 14:20:00 -07:00
|
|
|
#define WC_RSA_BLINDING
|
|
|
|
#define USE_FAST_MATH
|
|
|
|
#define TFM_TIMING_RESISTANT
|
|
|
|
#define HAVE_ECC
|
|
|
|
#define ECC_TIMING_RESISTANT
|
2015-10-09 10:25:40 -07:00
|
|
|
#endif
|