Add Qt 5.12 and 5.13 support

Co-Authored-By: aaronjense <aaron@wolfssl.com>
Co-Authored-By: MJSPollard <mpollard@wolfssl.com>
Co-Authored-By: Quinn Miller <quinnmiller1997@users.noreply.github.com>
Co-Authored-By: Tim Parrish <timparrish@users.noreply.github.com>
This commit is contained in:
Carie Pointer
2019-12-06 14:27:01 -07:00
parent b4f67dabcf
commit ee13dfd878
42 changed files with 5991 additions and 561 deletions

View File

@@ -512,6 +512,9 @@ const char* wc_GetErrorString(int error)
case PSS_SALTLEN_RECOVER_E:
return "PSS - Salt length unable to be recovered";
case ASN_SELF_SIGNED_E:
return "ASN self-signed certificate error";
default:
return "unknown error number";