adds unsupported_extension behavior to SNI

This commit is contained in:
Moisés Guimarães
2017-10-24 13:19:39 -03:00
parent 8f687e9905
commit 0dd2ba2d80
4 changed files with 44 additions and 22 deletions
+3
View File
@@ -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";