You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 <juergen_repp@web.de>
0 commit comments