-
Notifications
You must be signed in to change notification settings - Fork 71
Make the slot_number field optional #375
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
What was the difference between that one and |
oh yeah I think
I am not fully sure of the difference between a slot and a token but I think a token is in a slot when there is actually something to use there. |
Hi @hug-dev, if you want I can work on it. |
Sure! Thank you! |
Indeed. My understanding is that slot = smartcard reader, token = smartcard in the reader. For general use |
The PKCS 11 provider can use the
get_all_slots
function to use the first slot returned if theslot_number
field was not given. It will save some trouble to the admin!The text was updated successfully, but these errors were encountered: