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

C_UnblockPIN #123

Open
msetina opened this issue Sep 7, 2024 · 1 comment
Open

C_UnblockPIN #123

msetina opened this issue Sep 7, 2024 · 1 comment

Comments

@msetina
Copy link
Contributor

msetina commented Sep 7, 2024

Is there any chance to support for C_UnblockPIN?

I got some "special" software supporting PKCS11, that "thinks" it is better to use unsupported function instead of C_InitPIN.
https://doc.nexusgroup.com/pub/personal-desktop-pkcs-11

It also has a function C_InitTokenPPA instead of C_InitToken, so creating a token is not an option.....

@LudovicRousseau
Copy link
Owner

C_UnblockPIN() is not part of PKCS#11 http://docs.oasis-open.org/pkcs11/pkcs11-base/v2.40/errata01/os/pkcs11-base-v2.40-errata01-os-complete.html#_Toc441755754
I do not plan to support non-standard functions.

Feel free to add support yourself in your own version of PyKCS11. It is Free Software so you can do that.

Or I can try to provide you a custom version of PyKCS11. Contact me privately.

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

No branches or pull requests

2 participants