i8ce
epel8
i8e
changed/i8e/openssl3-3.0.7-5.el8.1
changed/i8ce/openssl3-3.0.7-5.el8.1
changed/i8ce/openssl3-3.2.1-1.1.el8
changed/i8ce/openssl3-3.2.1-1.2.el8
changed/i8ce/openssl3-3.2.2-2.1.el8
imports/epel8/openssl3-3.0.7-5.el8.1
imports/epel8/openssl3-3.2.1-1.1.el8
imports/epel8/openssl3-3.2.1-1.2.el8
imports/epel8/openssl3-3.2.2-2.1.el8
${ noResults }
1 Commits (fb4b72ff2f98c7cf07e9cc410fbb9f685e3f2b1f)
Author | SHA1 | Message | Date |
---|---|---|---|
Clemens Lang | 6a9e17a8c1 |
KDF: Add FIPS indicators
FIPS requires a number of restrictions on the parameters of the various key derivation functions implemented in OpenSSL. The KDFs that use digest algorithms usually should not allow SHAKE (due to FIPS 140-3 IG C.C). Additionally, some application-specific KDFs have further restrictions defined in SP 800-135r1. Generally, all KDFs shall use a key-derivation key length of at least 112 bits due to SP 800-131Ar2 section 8. Additionally any use of a KDF to generate and output length of less than 112 bits will also set the indicator to unapproved. Add explicit indicators to all KDFs usable in FIPS mode except for PBKDF2 (which has its specific FIPS limits already implemented). The indicator can be queried using EVP_KDF_CTX_get_params() after setting the required parameters and keys for the KDF. Our FIPS provider implements SHA1, SHA2 (both -256 and -512, and the truncated variants -224 and -384) and SHA3 (-256 and -512, and the truncated versions -224 and -384), as well as SHAKE-128 and -256. The SHAKE functions are generally not allowed in KDFs. For the rest, the support matrix is: KDF | SHA-1 | SHA-2 | SHA-2 truncated | SHA-3 | SHA-3 truncated ========================================================================== KBKDF | x | x | x | x | x HKDF | x | x | x | x | x TLS1PRF | | SHA-{256,384,512} only | | SSHKDF | x | x | x | | SSKDF | x | x | x | x | x X9.63KDF | | x | x | x | x X9.42-ASN1 | x | x | x | x | x TLS1.3PRF | | SHA-{256,384} only | | Signed-off-by: Clemens Lang <cllang@redhat.com> Resolves: rhbz#2175860 rhbz#2175864 |
2 years ago |