From 523775fcd61c632f4528fea344159d5af96c84e0 Mon Sep 17 00:00:00 2001 From: John Safranek Date: Fri, 3 Apr 2015 09:54:15 -0700 Subject: [PATCH] updated the iOS readme --- IDE/iOS/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/IDE/iOS/README.md b/IDE/iOS/README.md index 0c20d3fa7..e9e781b49 100644 --- a/IDE/iOS/README.md +++ b/IDE/iOS/README.md @@ -66,7 +66,6 @@ for "Preprocessor Macros" and add the following under both `Release` and * `HAVE_AESGCM` * `WOLFSSL_SHA512` * `WOLFSSL_SHA384` -* `NO_PWDBASED` -- for now, can drop later # 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 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. +