Improve the IDE/WIN10 readme to clarify the difference between this and IDE/WIN.

This commit is contained in:
David Garske
2020-09-22 15:55:08 -07:00
parent 54c4258c4b
commit f1effea638
2 changed files with 5 additions and 1 deletions

View File

@@ -3,6 +3,8 @@
First, if you did not get the FIPS files with your archive, you must contact First, if you did not get the FIPS files with your archive, you must contact
wolfSSL to obtain them. wolfSSL to obtain them.
The IDE/WIN/wolfssl-fips.sln solution is for the original FIPS #2425 certificate.
See IDE/WIN10/wolfssl-fips.sln for the FIPS v2 #3389 or later Visual Studio solution.
# Building the wolfssl-fips project # Building the wolfssl-fips project

View File

@@ -3,6 +3,7 @@
First, if you did not get the FIPS files with your archive, you must contact First, if you did not get the FIPS files with your archive, you must contact
wolfSSL to obtain them. wolfSSL to obtain them.
The IDE/WIN10/wolfssl-fips.sln solution is for the FIPS v2 #3389 certificate or later.
# Building the wolfssl-fips project # Building the wolfssl-fips project
@@ -47,6 +48,7 @@ check value when changing your application.
The default build options should be the proper default set of options: The default build options should be the proper default set of options:
* HAVE_FIPS * HAVE_FIPS
* HAVE_FIPS_VERSION=2 (or 3 with WOLFSSL_FIPS_READY)
* HAVE_THREAD_LS * HAVE_THREAD_LS
* HAVE_AESGCM * HAVE_AESGCM
* HAVE_HASHDRBG * HAVE_HASHDRBG
@@ -67,4 +69,4 @@ Additionally one may enable:
* OPENSSL_EXTRA * OPENSSL_EXTRA
* WOLFSSL_KEY_GEN * WOLFSSL_KEY_GEN
These settings are defined in IDE/WIN/user_settings.h. These settings are defined in IDE/WIN10/user_settings.h.