-
Changes still needed prior to alpha1:
- [x] #3019
- [x] #3402
- [ ] Internal PK key refactoring for DL/EC (current WIP by Jack)
- [x] #3210
- [ ] ~EC equivalent work~
- [ ] Final TLS 1.…
-
The code that extract public key info can fallback to pull that information out of a certificate if there is no corresponding public key object in the token.
Unfortunately it is not easy to add a cer…
-
Hello I'm trying to write a test for softhsmV2 but i'm not able to load libsofhsm2.so
```
$ echo $PKCS11_MODULE
/usr/lib/softhsm/libsofthsm2.so
```
```
import os
import pkcs11
lib = pk…
-
Providing code to review:
let keySize = 2048;
var publicKeyTemplate = [
{ type: pkcs11js.CKA_CLASS, value: pkcs11js.CKO_PUBLIC_KEY },
{ type: pkcs11js.CKA_TOKEN, value: tru…
-
Support for libxmlsec-1.3.0.
@lsh123 is preparing release libxmlsec-1.3.0, we should prepare support in python-xmlsec.
-
I am running into what looks like a bug when I spin up the edge runtime services. At first everything seems to work fine and the device is associated to the IoT Hub and generates all the keys and cert…
-
**Describe the bug**
All tests fail, except for `tls_softtokn`.
It appears that the tests omit to load this provider?
**To Reproduce**
Steps to reproduce the behavior:
1. Clone, apply the pa…
-
**Describe the bug**
OpenSSL-3.1.0 crashes upon completion of operation with
```text
Termination Reason: Namespace SIGNAL, Code 11 Segmentation fault: 11
Terminating Process: exc handler [5…
-
**Describe the bug**
The SoftHSM supports only `CKM_ECDSA` mechanism, which is raw EC signature. The pkcs11-provider fails when we try to create hashed signature using any digest+signature fails with…
-
# Encryption Test Plan
TODO: qualify test items from https://github.com/owncloud/enterprise/issues/4933#issuecomment-1005287788 to become regression test items here.
## Setup
Setup details (click to…