Enable ECC, AES-GCM and SHA-512/384 by default in Windows Visual Studio projects.

This commit is contained in:
David Garske 2018-03-26 15:09:51 -07:00
parent c08f5b86cf
commit 8fbc765dba

View File

@ -36,6 +36,16 @@
#define WOLFSSL_SNIFFER
#define HAVE_TLS_EXTENSIONS
#define HAVE_SECURE_RENEGOTIATION
#define HAVE_AESGCM
#define WOLFSSL_SHA384
#define WOLFSSL_SHA512
#define HAVE_SUPPORTED_CURVES
#define HAVE_TLS_EXTENSIONS
#define HAVE_ECC
#define ECC_SHAMIR
#else
/* The servers and clients */
#define OPENSSL_EXTRA