-
Eg. HKDF + MD5 with a key size > 4080 returns 4080 bytes.
4080 is 255 * 16 (MD5 output size).
The spec says key sizes larger than (255 * digest size) are illegal: https://tools.ietf.org/html/rfc…
-
A standardized encrypted key file format would simplify cross-service access to accounts. For instance, desktop wallets could read the same key files placed in a .stellar directory, and web-platforms …
-
## Expected Behavior
Mounting a cryfs works without exceptions
## Actual Behavior
I keep getting a the following errors:
```
Mär 29 18:30:10 pine kernel: oom-kill:constraint=CONSTRAINT_NONE,nod…
-
As currently being standardized by the [NIST LWC project](https://csrc.nist.gov/projects/lightweight-cryptography), there are some very promising algorithms proposed, particularly ones that use a [spo…
-
Figure out state machines for the various cryptographic algorithms.
The intention is to enforce the transitions in due course.
e.g. for digests:
```
new --> init --> update +-> final +-> free
…
-
Right now we just use words for this, but we might want to define a format that includes keyID, KEM, KDF, AEAD, and pk for the server. A media type for this might be good. Given the general applicabil…
-
OS: Rockchip modified Buildroot 2018-rc3 (opensc 0.20.0)
tpm2-tss: 3.0.1 (tarball)
tpm2-pkcs11: 1.5.0 (tarball)
tpm2-abrmd: 2.3.3 (tarball)
Token initialized with pkcs11-tool with label foo
```…
-
The README file under \libacvp-master\ introduces two building methods for the cases of Runtime and non-Runtime application respectively. Currently, we are using OpenSSL 1.0.2o-fips 27 Mar 2018 as the…
-
When parsing `3f00/0001/5032`, we get the algRef = 66:
```
$ pkcs15-tool -k --verify-pin --pin PIN
[...]
[pkcs15-tool] asn1.c:1499:asn1_decode_entry: decoding 'algRef', raw data:42
[pkcs15-t…
-
I have a customer attempting to generate responses for a KAS-ECC with two-step KDF (Static Unified, No key confirmation). They are getting a full pass on all tests except those using SHA2-224. The i…