stream of PKCS7 decode encrypted

This commit is contained in:
Jacob Barthelmeh
2018-10-05 13:28:20 -06:00
committed by David Garske
parent 40ef246b1f
commit 83a150c4df
7 changed files with 504 additions and 94 deletions

View File

@@ -281,6 +281,9 @@ const char* wc_GetErrorString(int error)
case PKCS7_RECIP_E:
return "PKCS#7 error: no matching recipient found";
case WC_PKCS7_WANT_READ_E:
return "PKCS#7 operations wants more input, call again";
case FIPS_NOT_ALLOWED_E:
return "FIPS mode not allowed error";