FAPI: Add ECC encryption/decryption to Fapi_Encrypt/Decrypt#2976
FAPI: Add ECC encryption/decryption to Fapi_Encrypt/Decrypt#2976JuergenReppSIT wants to merge 1 commit intotpm2-software:masterfrom
Conversation
e42219b to
c078c4a
Compare
c078c4a to
5f682db
Compare
|
@JuergenReppSIT What would you think about delaying the PR for another release cycle. |
@AndreasFuchsTPM yes that would be ok. |
1ba998e to
2f460a2
Compare
|
Would it also be possible to rebase this PR onto the current main branch? It does cause a lot of non-trivial merge conflicts when I try to do so after commit a1c863e |
2f460a2 to
fe68bd5
Compare
The cipher produced by Fapi_Encrypt contains the marshaled data for the c1, c2, and c3 parameter described in the TPM Spec 1.83. TPM2B_ECC_POINT c1; TPM2B_MAX_BUFFER c2; TPM2B_DIGEST c3; Signed-off-by: Juergen Repp <juergen_repp@web.de>
fe68bd5 to
8b601a0
Compare
The cipher produced by Fapi_Encrypt contains the marshaled data for the c1, c2, and c3 parameter described in the TPM Spec 1.83. TPM2B_ECC_POINT c1;
TPM2B_MAX_BUFFER c2;
TPM2B_DIGEST c3;