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

re-send AppSessionKey to ApplicationServer in case of connection issue #536

Merged
merged 1 commit into from
Jun 29, 2021

Conversation

trauter
Copy link
Contributor

@trauter trauter commented Jun 28, 2021

If the network server creates a new AppSKeyEvelope for a DeviceSession (e.g. after a re-join), this information has to be sent as DeviceActivationContext to the ApplicationServer, in order to enable proper data decryption.

If this cal (NS->ASl fails, the DeviceActivationContext has to be re-sent with the next call.
This did not happen until now, as the AppSKeyEvelope is cleared before the actual call is executed.

@brocaar
Copy link
Owner

brocaar commented Jun 29, 2021

Thanks @trauter

@brocaar brocaar merged commit baecf41 into brocaar:master Jun 29, 2021
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.

2 participants