Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: tpm2: Add RuntimeAttribute fips-140-3 to restrict TPM 2 (StateFo… #469

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

stefanberger
Copy link
Owner

…rmatLevel 8)

Add RuntimeAttribute 'fips-140-3' that restricts a TPM 2 following requirements of the FIPS-140-3 standard:

  • Prevents raw RSA encryption and decryption
  • Prevents SHA1 signature generation + verification
  • Prevents derivation of ECC keys from derivation parent and for creation of ephemeral keys
  • Performs a pairwise consistency test on RSA keys and ECC signing keys
  • Enables continous DRBG test

…rmatLevel 8)

Add RuntimeAttribute 'fips-140-3' that restricts a TPM 2 following
requirements of the FIPS-140-3 standard:

- Prevents raw RSA encryption and decryption
- Prevents SHA1 signature generation + verification
- Prevents derivation of ECC keys from derivation parent and for creation
  of ephemeral keys
- Performs a pairwise consistency test on RSA keys and ECC signing keys
- Enables continous DRBG test

Signed-off-by: Stefan Berger <[email protected]>
@stefanberger stefanberger added the help-wanted Help wanted label Oct 15, 2024
@stefanberger
Copy link
Owner Author

We can only enable the fips-140-3 attribute when we know that support for this is 'complete'. Problem is I do not know whether FIPS-140-3 support 'is complete' as it is implemented.

@stefanberger stefanberger marked this pull request as draft October 17, 2024 22:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help-wanted Help wanted
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant