Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TLS: wrong TLS version in alert after ClientHello #7628

Merged
merged 1 commit into from
Jul 2, 2024

Conversation

SparkiDev
Copy link
Contributor

Description

Ignore protocol version being less than expected when received directly after ClientHello.
Protocol version negotiation hasn't taken place and a lower version can be sent to cover minimum supported protocol version.

Fixes zd#18099

Testing

./tests/unit.test -test_tls_alert_no_server_hello

Checklist

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

@SparkiDev SparkiDev self-assigned this Jun 7, 2024
Ignore protocol version being less than expected when received directly
after ClientHello.
Protocol version negotiation hasn't taken place and a lower version can
be sent to cover minimum supported protocol version.
@JacobBarthelmeh JacobBarthelmeh merged commit a490d4f into wolfSSL:master Jul 2, 2024
111 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants