David Garske
|
42e6ea8685
|
Added `ECC_TIMING_RESISTANT` to eliminate harden warnings.
|
2018-03-26 15:54:29 -07:00 |
David Garske
|
8fbc765dba
|
Enable ECC, AES-GCM and SHA-512/384 by default in Windows Visual Studio projects.
|
2018-03-26 15:09:51 -07:00 |
David Garske
|
792fcefbb7
|
Fix to not warn about `WC_RSA_BLINDING` in FIPS mode. Add `WC_RSA_BLINDING` to Windows `user_settings.h`.
|
2017-07-10 18:41:22 -07:00 |
John Safranek
|
7fa825fde0
|
Enable secure renegotiation by default for Windows library build.
|
2016-12-09 13:39:00 -08:00 |
John Safranek
|
c1136a30e9
|
1. Enabled the extended master secret in the Windows IDE user_settings.h
file by default.
2. Fixed scan-build warning about an assignment to a variable that isn't
used again in the function. Commented out the line.
|
2016-09-12 09:42:42 -07:00 |
David Garske
|
97edaf88d4
|
Added the new IDE/WIN/user_settings.h to the include.am file. Changed the WOLFSSL library to use macro WOLFSSL_LIB for clarity.
|
2016-02-08 11:28:46 -08:00 |
David Garske
|
ebd14a657d
|
Added signature.c to Visual Studio project files. Added new "IDE/WIN/user_settings.h" which contains all the defines for the various Windows Visual Studio projects. Moved the settings into this new file and added the WOLFSSL_USER_SETTINGS and CYASSL_USER_SETTINGS macros and include path to IDE/WIN to all project files. This allows the settings (defines) to be adjusted in a single place for Win VS.
|
2016-01-29 14:29:31 -08:00 |