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
Copy file name to clipboardExpand all lines: README.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,13 @@ If you want to transfer an external `RSA|ECC|AES|HMAC` key _from_ `TPM-A` to `
37
37
5. On `TPM-B` use the imported key to sign,encrypt,decrypt,hmac
38
38
39
39
40
-
It is critical to note the key that is transferred carries specific TPM policies which must be fulfilled upon use. These policies ensure the key cannot get duplicated beyond the target TPM or that a password is required when used (`tpm2_policyor(tpm2_policypcr | tpm2_policyduplicateselect` and `tpm2_policyor(tpm2_policyauthvalue | tpm2_policyduplicateselct`). For more details, see the section below on [Bound Key Policy](#bound-key-policy)
40
+
It is critical to note the key that is transferred carries specific TPM policies which must be fulfilled upon use.
41
+
These policies ensure the key cannot get duplicated beyond the target TPM. Specifically, the keys carry:
0 commit comments