-
## Environment
- ejabberd version: 24.02
- Erlang version: `26.2`
- OS: Linux (Debian12)
- Installed from: source | kubernetes (docker image)
## Configuration (only if needed): grep -Ev '^$|…
-
Hello,
I am using node-webcrypto-ossl via fortify.
I wish to sign a digest (I.E. as generated by subtle.digest OR as generated by another system). I believe the subtle.sign method does not expec…
-
keyData = '-----BEGIN RSA PRIVATE KEY-----\n' + my private key + '\n-----END RSA PRIVATE KEY-----';
key = new NodeRSA({b:2048});
encrypt(text){
key.importKey(keyData, 'pkcs1');
encrypted =…
-
code:
```
import tls_client
session = tls_client.Session(
ja3_string="771,4865-4866-4867-49195-49199-49196-49200-52393-52392-49171-49172-156-157-47-53,23-18-11-65281-51-10-35-27-13-43-5-16-0…
-
**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…
-
**Describe the bug**:
Need to generate .p12 certificate by cert-manager. I'm using the below Yaml from cert-manager documentation.
```
apiVersion: cert-manager.io/v1
kind: Certificate
meta…
-
Hello,
Because of the absence of an x86 version of the provider (See #18), I'm trying a workaround by using the following steps:
1. get the file digest by using the `/dg` option
signt…
-
i understand that keysource=X,Y is replaced here with keformat and keylocation
@tcaputi i want to be able to use PKCS11 as keylocation exactly to use a pkcs11 piv feature from Yubikey
The Yubi…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
Currently when I follow the AWS instruction to importKeyMaterial for asymmetric RSA key using…
-
In the latest release of `spki` it was changed to have generic `AlgorithmIdentifier` and `SubjectPublicKeyInfo`, along with `*Owned` and `*Ref` type aliases. This allows either zero-copy decoding with…