Skip to content

Conversation

@Jakuje
Copy link
Contributor

@Jakuje Jakuje commented Mar 3, 2025

If this function is successful and it closes the last session between
the application and the token, the login state of the token for
the application returns to public sessions. Any new sessions to the token
opened by the application will be either R/O Public or R/W Public sessions.

https://docs.oasis-open.org/pkcs11/pkcs11-spec/v3.1/os/pkcs11-spec-v3.1-os.html#_Toc111203273

Fixes: #163

Copy link
Member

@simo5 simo5 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

small changes

Jakuje added 5 commits March 4, 2025 10:08
> If this function is successful and it closes the last session between
> the application and the token, the login state of the token for
> the application returns to public sessions. Any new sessions to the token
> aopened by the application will be either R/O Public or R/W Public sessions.

https://docs.oasis-open.org/pkcs11/pkcs11-spec/v3.1/os/pkcs11-spec-v3.1-os.html#_Toc111203273

Fixes: latchset#163

Signed-off-by: Jakub Jelen <[email protected]>
@simo5 simo5 merged commit 1548236 into latchset:main Mar 4, 2025
23 checks passed
@simo5 simo5 added this to the release-1.0 milestone Mar 7, 2025
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.

CloseSession does not seem to Logout user

2 participants