mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-05-04 10:14:14 +02:00
check error strings and update comment
This commit is contained in:
@@ -9366,6 +9366,9 @@ const char* wolfSSL_ERR_reason_error_string(unsigned long e)
|
||||
case UNKNOWN_SNI_HOST_NAME_E:
|
||||
return "Unrecognized host name Error";
|
||||
|
||||
case UNKNOWN_MAX_FRAG_LEN_E:
|
||||
return "Unrecognized max frag len Error";
|
||||
|
||||
case KEYUSE_SIGNATURE_E:
|
||||
return "Key Use digitalSignature not set Error";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user