-
Hello,
https://github.com/usmansaleem/besu-pkcs11-plugin/blob/main/docker/volumes/config/pkcs11-softhsm.cfg
How can i leverage this plugin for aws/azure cloudhsm ?
-
I've been trying for a while and I'm unable to sign an xml document using a key stored in softhsm2 with the following output:
```
bastb@bastb-vps:~/ubohub$ xmlsec1 --sign --privkey-openssl-engine '…
-
Allow reading/writing in SoftHSMv2 sql database format to provide transparent migration path.
This would help FreeIPA to migrate existing environments where we use SoftHSM for DNSSEC to use kryopti…
-
Hi,
I followed this tutorial [pkcs11 remoting](https://p11-glue.github.io/p11-glue/p11-kit/manual/remoting.html) on ubuntu 22
and got the error when enable p11-kit-client.service.
```
systemctl --…
-
Issue in initialization I am testing SoftHSM2
const pkcs11js = require('pkcs11js');
try {
const pkcs11 = new pkcs11js.PKCS11();
pkcs11.load('C:\\SoftHSM2\\lib\\softhsm2-x64.dll');
p…
-
Hello,
We use SoftHSM for testing in our Java application.
We would like to have Botan to test our application through SoftHSM becuase of the PQC support which do not exist (and will probably never …
-
Hi Rodrigo
I am currently implementing a business use case with Softhsmv2. So in the first phase of development I was able to interact with the softhsm by using PKCS11 library in JAVA. But later I …
-
I am trying to use SoftHSMv2 and curl to make a request with an ECC Key. Originally I was having this issue with OP-TEE's pkcs11 engine, but now I see the issue here.
SoftHSM 2.6.1
OpenSSL 1.1.1 …
-
I would consider adding the support for SoftHSM, could be an economic and fast test environment for Signatory (or even a free solution for small bakers)
-
Seen while testing encryption 1.5.1-rc1 with hsmdaemon-0.0.8 and SoftHSM master (2.6.1+) on server 10.7.0
```
journalctl -a | grep hsmdaemon
Jun 19 03:09:59 jw-oc1070-enc-20210619-l91 hsmdaemo…