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

Add definition of Group session context and unencrypted session context to SessionHandle #8914

Closed
msandstedt opened this issue Aug 11, 2021 · 0 comments · Fixed by #11390
Closed
Assignees

Comments

@msandstedt
Copy link
Contributor

Problem

#8441 will introduce amendments to conform to the consensus that has been reached in https://github.com/CHIP-Specifications/connectedhomeip-spec/pull/3588.

This will cover session/exchange matching for secure unicast communication (PASE/CASE). We need to additional code so a SessionHandle can also represent secured group communication and unsecured communication.

Secured group communication is anchored on:

  • (today) session key type / encryption type / session ID
  • (after likely spec amendments) encryption type / session ID

Unsecured communication is anchored on:

  • (today) encryption type / transport context
  • (after likely spec amendments) encryption type / implicit unsecured session ID 0 / transport context

Proposed Solution

Add support for these types of session contexts in the SessionHandle object and refactor relevant code paths to use these.

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

Successfully merging a pull request may close this issue.

2 participants