-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Session resumption broken in nrfconnect #20169
Comments
CC @kghost , @kianooshkarami |
The reason of this problem is that Zephyr KVS backend doesn't support processing |
It should be fixed after #20298 was merged. |
I'll give it a try! Thanks! |
I have not checked, but I'm presuming this is fixed since zephyr now passes the storage audit. |
Problem
Tested at this rev:
If a controller sends valid Sigma1 containing session resumption information, the nrf will never retrieve its session resumption record and always responds with Sigma2.
A similar thing was observed with ESP32. In the case of that platform, this resolved it: #18604
Proposed Solution
The text was updated successfully, but these errors were encountered: