-
### Problem Description
The test suite assumes SoftHSM tokens can be created and accessed on slot 0, however this behaviour is no longer supported by SoftHSM. When creating a token in SoftHSM, it w…
-
Like for Yubikey https://developers.yubico.com/yubico-piv-tool/YKCS11_release_notes.html
-
Hi,
It is possible to sign an Ethereum transaction with PKCS#11.
Here is a node implementation which I found easy to create public / private key pairs and sign transactions with:
https://gith…
-
Hello,
Are there any detailed docs about how to configure fabric with AWS CloudHSM?
I've set up a CloudHSM instance and can connect to it with the cloudhsm_mgmt_util tool. I created a CU "fabric…
-
It can be nice to have support for PKCS11 keystores in Keycloak.
On the FIPS based RHEL 8&9 distribution, there is NSS DB configure by default. Also there is security provider in `java.security`, w…
-
hi,
is it possible to build a windows version? so I want to build app -> app will invoke pkcs11 interface ->pkcs11 is based on local TPM2.0.
or I can build a linux version and deploy it as a Linux…
-
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 …
-
**Describe the bug**
I am attempting to use sign cli with Google KMS CNG on Windows Server 2022. The sign command is throwing an exception.
Execute: sign code certificate-store --certificate-finge…
-
I am using libp11 as an engine for [osslsigncode](https://github.com/mtrojnar/osslsigncode) (openssl under the surface i suspect). When performing a sign operation, libp11 hangs in `p11_slot.c:pkcs11_…
-
We have header files with the following definition, which should use the largest unsigned long value:
```
#define CK_UNAVAILABLE_INFORMATION ~0UL
```
These are different on 32b and 64b architectures (…