-
Notifications
You must be signed in to change notification settings - Fork 380
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
xtpm2_getekcertificate: Provide option -u for certs in NV ram.
The option --ek-public (-u) can now used to select the certifcate in NV ram that will be written to the output file. Example: tpm2_createek -G ecc384 -u ek_ecc384.pub -c ek_ecc384.ctx tpm2_getekcertificate -o ek_ecc384.cert -u ek_ecc384.pub An integration test for ecc and rsa certificates is added. Signed-off-by: Juergen Repp <[email protected]>
- Loading branch information
1 parent
2df9b2e
commit ba5c088
Showing
3 changed files
with
409 additions
and
70 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
Oops, something went wrong.