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

[Spec Impl] Implement Session Termination of the Spec #34

Open
krishnakumar4a4 opened this issue Jan 25, 2023 · 1 comment
Open

[Spec Impl] Implement Session Termination of the Spec #34

krishnakumar4a4 opened this issue Jan 25, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@krishnakumar4a4
Copy link
Contributor

Background

The spec says

The session MUST be terminated if at least one of the following conditions occur:

  • After a time-out of no activity occurs.
  • If the Wallet does not want to receive any further requests.
  • If the Verifier does not want to send any further requests.

Termination is as per the default BLE write.

In case of a termination, the Wallet and Verifier MUST perform at least the following actions:

  • Destruction of session keys and related ephemeral key material
  • Closure of the communication channel used for data retrieval

We already have Connection closure implemented

What to do

TBD

@krishnakumar4a4 krishnakumar4a4 added the enhancement New feature or request label Jan 25, 2023
@ravikp ravikp transferred this issue from mosip/inji-wallet Mar 17, 2023
@Pragya279
Copy link

Pragya279 commented Apr 10, 2023

This requirement has been moved to Jira.
Link to Jira ticket: https://mosip.atlassian.net/browse/MOSIP-26908

gsasikumar pushed a commit to gsasikumar/tuvali that referenced this issue Oct 9, 2023
…d-on-mtu-size

Implements dynamic transfer report creation based on the negotiated MTU size
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: No status
Development

No branches or pull requests

2 participants