-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tpm2: Create TPM2 keys with noDA attribute if no user auth is required
By default, all TPM2 keys are protected by the TPM's dictionary attack protection logic. Given that the user auth mode is immutable, we should take advantage of this to create keys that require no user auth with the noDA attribute, so that they aren't protected by the TPM's dictionary attack protection logic. This means that these keys will still be recoverable, even if the TPM is in lockout mode.
- Loading branch information
1 parent
b5ca480
commit b5882cd
Showing
16 changed files
with
294 additions
and
50 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.