-
## Description:
SIGSEGV in check_key_fork
Affected version: v2.8.
## Steps to Reproduce:
Build under CentOS Stream 9, gcc (GCC) 11.4.1, (libcrypto v3.2.1)
run:
```bash
osslsigncode…
-
FR to support importing HMAC key and using it via PKCS11,
eg, with SoftHSM, i'd define something like the [following](https://github.com/tpm2-software/tpm2-tools/issues/1597) to import an external …
-
FYI, the `strongswan-pkcs11` package isn't located on Debian Bookworm so you may want to remove from https://github.com/ChrisL233/IKEV2-VPN-setup/blob/main/setup_ikev2_server.sh#L21C2-L21C2
-
As noted in #250 there are cases where MantaEncryptedObjectInputStream will fail to read all the bytes requested. This is possible since `java.io.InputStream.read(byte[], int, int)` warns that:
> A…
-
Hi,
I am porting the optiga TrustM and AWS FreeRTOS in stm32wb55.
I also port the pkcs11 for optiga trusm.
When I run the aws_test code with testrunnerFULL_PKCS11_ENABLED config set to 1, it fail…
-
Passes on the RHEL6 machine according to https://github.com/adoptium/aqa-tests/issues/5233#issuecomment-2061207176
Noted as part of the pkcs11 failures when testing [Ubuntu 24.04](https://github.com/…
-
MacOS Ventura 13.3.1, Macports-installed OpenSSL-3.1.0, pkcs11-provider (main), OpenSC (master, with commit 1d5c81e85baaa8 reverted).
In short, when `pkcs11-provider` for OpenSSL is configured to u…
-
```
$ openssl cms -engine pkcs11 -keyform engine -aes256 -decrypt -binary -inform PEM -in /tmp/derive.520.text.cms -out /tmp/derive.520.text.dec -inkey "pkcs11:manufacturer=piv_II;object=KEY%20MAN%20…
-
Hello,
we're using 2 network HSMs by Thales, they come with the `libcknfast.so` PKCS#11 library. For redundancy reasons the keys are deployed to both HSMs.
With this setup, loading a public key …
-
Hi,
I'm using libp11-0.4.12 and OpenSSL-1.1.1t against an nCipher HSM running client software version 12.81 and firmware version 12.72. I'm attempting to perform CMS ECDH-based decryption. Here's…