Merge pull request #7235 from julek-wolfssl/gh/7228

Send alert on bad psk binder
This commit is contained in:
Sean Parkinson
2024-02-14 07:24:52 +10:00
committed by GitHub
3 changed files with 74 additions and 1 deletions
+1
View File
@@ -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;