-
FAIL: rsa-testpkcs11.softhsm
FAIL: rsa-testfork.softhsm
FAIL: rsa-testlistkeys.softhsm
FAIL: rsa-evp-sign.softhsm
PASS: ec-evp-sign.softhsm
PASS: ec-testfork.softhsm
PASS: fork-change-slot.softh…
-
-
- [X] Setup IPA Replication
- [x] Update Red Hat DNS currently only inf1 is configured as forwarder
-
The HMAC sign is not working with Optee PKCS#11 TA:
```
# export PKCS11_MODULE_PATH="/usr/lib/libckteec.so.0"
# export PKCS11_TOOL=pkcs11-tool
# export KEYID="1581"
```
List supported HMAC m…
-
**Describe the bug**
I used the RSA cert/key but softhsm was failing with:
[signature.c:449] p11prov_sig_pss_restrictions(): Error: 0x0000001B; mechanism not allowed with this key
**To Reproduce*…
-
I've found a peculiar bug which, for whatever reason, only occurs with a Qt6 build. (so not with Qt5)
If I have a PKCS#11 token which has already has some keys and I try to import them (Token > Man…
-
There is a [Docker based SoftHSM instance](https://github.com/rolandshoemaker/docker-hsm) that might be used to emulate a CloudHSM instance.
┆Issue is synchronized with this [Jira Bug](https://loca…
-
### Problem Description
I have a native messaging web application for Firefox that signs some text using the PKCS11 APIs.
This native messaging web application is a standalone app that is spawne…
-
I built the libp11 and openssl master branches last night, and it seems that the presence of the pkcs11 engine causes problems with various operations on EC keys. Note that the issue occurs if the eng…
vuori updated
10 months ago
-
I might need to use C_WaitForSlotEvent. I wrote this and it seems to work:
```rust
fn wait_for_slot_event_impl(&self, dont_block: bool) -> Result {
let flags = if dont_block { CKF_DON…