Can't launch any aws-cloudhsm-pkcs11-examples because of C_Initialize error

0

Hello,

Can't launch any aws-cloudhsm-pkcs11-examples. C_Initialize() returns error code 5 (CKR_GENERAL_ERROR). What is missing?

I'm trying to integrate CloudHSM/PKCS11 library into existing C++ application. I started by studying official examples from https://github.com/aws-samples/aws-cloudhsm-pkcs11-examples.git.
However no example is successful and stuck on C_Initialize() call. It returns error code 5 (CKR_GENERAL_ERROR). Tested on AWS Ubuntu 16.04 instance. What should be done to avoid this error?

$ src/encrypt/aes_gcm --pin ...
Failed to connect socket
Failed to initialize

$ make test
0% tests passed, 16 tests failed out of 16

$ gdb src/encrypt/aes_gcm
78 rv = funcs->C_Initialize(&args);
79 if (rv != CKR_OK) {
(gdb) p rv
$4 = 5

已提问 4 年前536 查看次数
1 回答
0
已回答 4 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则