We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b473f6 commit 7c4feb5Copy full SHA for 7c4feb5
1 file changed
src/internal.c
@@ -26975,7 +26975,7 @@ const char* wolfSSL_ERR_reason_error_string(unsigned long e)
26975
return "Certificate context does not match request or not empty";
26976
26977
case BAD_KEY_SHARE_DATA:
26978
- return "The Key Share data contains group that wasn't in Client Hello";
+ return "The Key Share data contains a group which is invalid";
26979
26980
case MISSING_HANDSHAKE_DATA:
26981
return "The handshake message is missing required data";
0 commit comments