Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
hkdf: when HMAC key is all zeros, still set a valid key length
By itself, this is no change in any computation. However, this will unlock enforcing minimum key lengths for NIST and FIPS 140-3 requirements. Also reading RFC8448 and RFC5869, this seems to be strictly correct too. Signed-off-by: Dimitri John Ledkov <[email protected]> Reviewed-by: Shane Lontis <[email protected]> Reviewed-by: Tomas Mraz <[email protected]> (Merged from openssl#24204)
- Loading branch information