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
const graphene = require("graphene-pk11"); const mod = graphene.Module.load("/usr/local/Cellar/nss/3.31/lib/libsoftokn3.dylib", "NSS"); mod.initialize(); try { const slots = mod.getSlots(); console.log(slots); } catch (e) { console.error(e); } mod.finalize();
Throws error
Error: CKR_ARGUMENTS_BAD:7 at Error (native) C_Initialize:152 at Error (native)
The text was updated successfully, but these errors were encountered:
+1
Sorry, something went wrong.
No branches or pull requests
Throws error
The text was updated successfully, but these errors were encountered: