-
Notifications
You must be signed in to change notification settings - Fork 71
Reading Token information #4
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
Comments
This has been implemented, but probably you've hit a bug (there's some weird UTF-8 decoding bugs I found with this info on various devices). What HSM are you using? |
I'm using SoftHSM2 |
Oh! They're on e.g.
|
Thank you, that works! But I'm still missing how to get the serial number of the token. Is there also the chance to retrieve this information? btw: it's not important that much... |
This is |
Hi!
I want to retrieve information about a certain token like serial number, manufacturer etc.
If I select a token with
get_token(token_label='somelabel')
I only can read token's label withtoken.label
, but all other token data like token manufacturer, model or serial number is empty.Hasn't it just been implemented or do I forget something?
The text was updated successfully, but these errors were encountered: