Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Segmentation fault on SafeNet initialization #219

Open
microshine opened this issue May 24, 2019 · 0 comments
Open

Segmentation fault on SafeNet initialization #219

microshine opened this issue May 24, 2019 · 0 comments
Labels

Comments

@microshine
Copy link
Contributor

microshine commented May 24, 2019

Application crashes on SafeNet library initialization. Looks like we need to use timeout after library loading.

OS: MacOS 10.14.4
NodeJS: 10.15.3
Library: SafeNet Auth client 10.0.26

pkcs11js example

const config = configs["safenet"];
console.log("PKCS11:", config.library);
const token = new pkcs11.PKCS11();
token.load(config.library);
await pause()
token.C_Initialize(config.parameters);
@microshine microshine added the bug label May 24, 2019
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant