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 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南