1. Added new iOS IDE project

2. Added new iOS IDE project for FIPS
3. Added a readme for the iOS projects
4. Added error codes for FIPS local storage
This commit is contained in:
John Safranek
2015-02-09 16:47:10 -08:00
parent a92d4c5719
commit 0aa48498b9
5 changed files with 1979 additions and 0 deletions

View File

@@ -310,6 +310,12 @@ const char* wc_GetErrorString(int error)
case AESGCM_KAT_FIPS_E:
return "AESGCM Known Answer Test check FIPS error";
case THREAD_STORE_KEY_E:
return "Thread Storage Key Create error";
case THREAD_STORE_SET_E:
return "Thread Storage Set error";
default:
return "unknown error number";