updated the iOS readme

This commit is contained in:
John Safranek 2015-04-03 09:54:15 -07:00
parent b1316796f9
commit 523775fcd6

View File

@ -66,7 +66,6 @@ for "Preprocessor Macros" and add the following under both `Release` and
* `HAVE_AESGCM` * `HAVE_AESGCM`
* `WOLFSSL_SHA512` * `WOLFSSL_SHA512`
* `WOLFSSL_SHA384` * `WOLFSSL_SHA384`
* `NO_PWDBASED` -- for now, can drop later
# Using the FIPS library # Using the FIPS library
@ -80,3 +79,8 @@ libraries like this, so static builds are required. This creates a problem.
Every time the application is changed, the FIPS checksum will change, because Every time the application is changed, the FIPS checksum will change, because
the FIPS library's position in the executable may change. the FIPS library's position in the executable may change.
You need to add something to your application that will output the verifyCore
value to be used. The verifyCore in fips_test.c will need to be updated with this
value, the library rebuilt, and relinked into your application. The application
should not be changed during this process or the verifyCore check will fail again.