-
According to https://github.com/theupdateframework/specification/blob/master/tuf-spec.md the TUF reference implementation only supports rsassa-pss-sha256, ed25519 and ecdsa-sha2-nistp256 - is this tru…
-
**Description**
As clients add support for `--staging`, they will need to support the staging TUF root, which today [includes a key](https://github.com/sigstore/root-signing-staging/blob/main/targets…
-
There may be nothing weird or wrong about this and I just don't understand the underlying algorithms, but my understanding did not match up to the behavior I experienced.
From my understanding, key…
-
### Contact Details
github is fine, or stephen.farrell@cs.tcd.ie
### Version
cloned from master last week
### Description
When doing ECH, if the client receives a HRR back instead of a normal Ser…
-
Hi,
I think I have a problem with the container. The director module throws an error
ERROR: Exception in /usr/local/share/icingaweb2/modules/director/library/Director/Core/RestApiClient.php:177 wi…
-
In this case object.getPEMObjectType will return null, causing a NPE in the case statement.
public static PrivateKey readPrivateKey(final InputStream is) throws InvalidKeySpecException, IOExce…
-
I am trying to decrypt a message in node.js using node-forge but it's throwing "Invalid RSAES-OAEP padding."
Code snippet:
```js
var forge = require('node-forge');
var rsa = forge.pki.rsa;
va…
-
I try to install taiga.io and get this error when run
`su taiga -c "python3.5 manage.py migrate --noinput"`
File "/opt/python3.5/lib/python3.5/site-packages/Crypto/Signature/PKCS1_PSS.py", line 70,…
-
Using SoftHSM I can wrap an AES key using an RSA key using https://github.com/Mastercard/pkcs11-tools e.g:
p11wrap -a pkcs1 -i "5555_AES" -w WrappingOnly
Using pkcs11js (despite iterating over all…
-
Digital Signatures are a very big need and they usually rely in PKCS1.5 algorithm.
Currently BearSSL provides the algorithmic implementation but it cannot be accessed through the ArduinoBearSSL li…