mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-05-04 12:14:14 +02:00
Merge pull request #7235 from julek-wolfssl/gh/7228
Send alert on bad psk binder
This commit is contained in:
@@ -33047,6 +33047,7 @@ static int DoSessionTicket(WOLFSSL* ssl, const byte* input, word32* inOutIdx,
|
||||
case PSK_KEY_ERROR:
|
||||
case INVALID_PARAMETER:
|
||||
case HRR_COOKIE_ERROR:
|
||||
case BAD_BINDER:
|
||||
return illegal_parameter;
|
||||
case INCOMPLETE_DATA:
|
||||
return missing_extension;
|
||||
|
||||
Reference in New Issue
Block a user