various fips patches#17
Open
nkraetzschmar wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Various FIPS-related patches:
0037-FIPS-ECDSA-allow-truncated-SHA512.patch: Stop reporting SHA2-512/224 and SHA2-512/256 as unapproved for ECDSA, they are FIPS 186-5 approved.0038-FIPS-TDES-decrypt-disallow.patch: Flag Triple-DES decryption as legacy-use only; newtdes-decrypt-disabledconfig flag, KAT-safe.0039-FIPS-RSA-no-padding-sign-indicator.patch: Gate RSA signing withRSA_NO_PADDINGthrough the existingrsa_no_padding_disabledindicator.0040-FIPS-ML-KEM-zeroize-intermediate-buffers.patch: Cleanse intermediate buffers inencap(),encrypt_cpa(),cbd_2/3(),gencbd_vector{,_ntt}(),case_decap, and the decap catastrophic-error path.0041-FIPS-RSA-X931-verify-disallow.patch: Extend the X9.31 padding indicator to RSA verify operations.0042-FIPS-RSA-verify-min-modulus-indicator.patch: Flag RSA verify with moduli below 2048 bits via a newrsa-verify-min-modulus-disabledindicator.0043-FIPS-ECDSA-P192-verify-disallow.patch: Flag ECDSA verify on P-192 via a newecdsa-p192-verify-disabledindicator.0044-FIPS-ML-KEM-encap-key-check.patch: Re-assert public-key coefficient range atossl_ml_kem_encap_seed()entry per FIPS 203 §7.2.0045-FIPS-ML-KEM-decap-key-check.patch: Recompute and verifyH(ek) == key->pkhashatossl_ml_kem_decap()entry per FIPS 203 §7.3.Findings addressed
0044004500400038,0041,0042,0043(DSA-sigVer sub-item already covered by0028)0039(RSA-decrypt no-padding and ECDSA-sigGen-component sub-items already covered by0032and0034)0037