We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.....
The text was updated successfully, but these errors were encountered:
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.
C_UnblockPIN()
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.
Sorry, something went wrong.
LudovicRousseau
No branches or pull requests
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.....
The text was updated successfully, but these errors were encountered: