Skip to content

Conversation

@holtrop-wolfssl
Copy link
Contributor

Description

Improve log message and error code for invalid HelloRetryRequest - fix #9653

Testing

Checklist

  • added tests
  • updated/added doxygen
  • updated appropriate READMEs
  • Updated manual and documentation

@holtrop-wolfssl holtrop-wolfssl self-assigned this Jan 14, 2026
) {
SendAlert(ssl, alert_fatal, illegal_parameter);
return DUPLICATE_MSG_E;
/* issue 9653: use a more appropriate error than DUPLICATE_MSG_E.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't put in issue numbers into code.
Tests, maybe, code no.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: Incorrect error log message for invalid HelloRetryRequest in TLS 1.3

2 participants