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
From the readme:
However, many of the main PKCS11_* API functions are currently not fully thread safe. Work to fix this is pending.
What does it mean ? Which API functions ?
The text was updated successfully, but these errors were encountered:
The PKCS11_* functions of libp11 are defined in https://github.com/OpenSC/libp11/blob/master/src/libp11.exports so I assume these are meant by this comment.
Note, that these are not in the API for engine, but I think they are used internally anyway.
Sorry, something went wrong.
No branches or pull requests
From the readme:
However, many of the main PKCS11_* API functions are currently not fully thread safe. Work to fix this is pending.
What does it mean ? Which API functions ?
The text was updated successfully, but these errors were encountered: