mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-01-29 13:32:13 +01:00
@@ -35262,6 +35262,8 @@ static int DoSessionTicket(WOLFSSL* ssl, const byte* input, word32* inOutIdx,
|
||||
return wolfssl_alert_protocol_version;
|
||||
case WC_NO_ERR_TRACE(BAD_CERTIFICATE_STATUS_ERROR):
|
||||
return bad_certificate_status_response;
|
||||
case WC_NO_ERR_TRACE(OUT_OF_ORDER_E):
|
||||
return unexpected_message;
|
||||
default:
|
||||
return invalid_alert;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user