mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-01-29 14:12:11 +01:00
stream of PKCS7 decode encrypted
This commit is contained in:
committed by
David Garske
parent
40ef246b1f
commit
83a150c4df
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user