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 ignores PRF return value when calculating verify_data #9843

Open
silabs-TuomasM opened this issue Dec 11, 2024 · 0 comments
Open

TLS ignores PRF return value when calculating verify_data #9843

silabs-TuomasM opened this issue Dec 11, 2024 · 0 comments

Comments

@silabs-TuomasM
Copy link

It seems the return value of tls_prf() is silently ignored in ssl_calc_finished_tls_generic():
https://github.com/Mbed-TLS/mbedtls/blob/development/library/ssl_tls.c#L8112

In my case this caused invalid verify_data to be sent, leading the peer to abort the handshake.

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

No branches or pull requests

1 participant