mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-11 12:10:49 +02:00
adds unsupported_extension behavior to SNI
This commit is contained in:
@@ -14487,6 +14487,9 @@ const char* wolfSSL_ERR_reason_error_string(unsigned long e)
|
||||
case INVALID_PARAMETER:
|
||||
return "The security parameter is invalid";
|
||||
|
||||
case UNSUPPORTED_EXTENSION:
|
||||
return "TLS Extension not requested by the client";
|
||||
|
||||
case KEY_SHARE_ERROR:
|
||||
return "Key share extension did not contain a valid named group";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user