-
RFC 5869 limits the output length of Expand to 255*HashLen, but the envelope ciphertext has a larger capacity. (In theory, HKDF can produce any number of bytes, but we should abide by the interface li…
-
hi there,thanks for your time in advance,I run into the the problem "Undefine refrence to EVP_sm4_cbc" when i use the "g++ -g sm4.cpp -o sm4 -lcrypto -lssl" command. there is my runing envirnment as f…
-
I was wondering if there was any way to generate the same shared secret through different keypairs because the following code that I write when I compare it to other shared secret as shown in the code…
-
```
============================================== FAILURES ================================================
_________________________________ TestPBKDF2HMAC.test_already_finalized ___________________…
-
The following minimal KAS algorithm test session request POSTed to /testSessions bounced with the error "KAS-ECC-1.0: No Dkm Nonce Types supplied"
The spec says that nonceType is a kdfKc option. Se…
-
**Given the following test target:**
- The associated KAS scheme is C(2e, 0s), no key confirmation.
- algorithm: KAS-KDF
- mode: OneStep
- revision: Sp800-56Cr1
- auxFunctionName: SHA2-256
**A…
-
The `config_digest` field is defined as;
> A cryptographic hash of the ECHConfig structure from which the ECH key was obtained, i.e., from the first byte of "version" to the end of the structure. Thi…
-
I am trying openssl+ktls on ubuntu 20.04.
I have tried openssl-3.0.0-alpha8 from https://www.openssl.org/source/openssl-3.0.0-alpha8.tar.gz
and also the current master branch from the github rep…
r2an9 updated
3 years ago
-
### Steps to reproduce
I don't know if this bug happens with all code but it happens with the Taskenizer code tree:
$ fossil clone https://www.suckmore.uk/cgi-bin/repo/Taskenizer ~/tasrepo.fossil
$…
-
There is already a TODO: https://github.com/medibloc/panacea-js/blob/960607d39b02ec10a928e644ff2e5f8d472c3a0e/src/crypto/index.js#L167
This code uses
- key derivation function: [pbkdf2](https://gi…