Hi Yuri
Thank you for the Hint. I am aware of the manual, I even printed it into a booklet ;-)
The manual states:
--cert <cert_file>:
Public key certificate filename. Required when input CSF contains Install
Secret Key command(s). Symmetric key(s) are encrypted using the public key and
saved to a filename specified in the CSF command
and:
To generate out_csf.bin from input hab4.csf and public key certificate to encrypt symmetric key(s)
cst --o out_csf.bin --cert dek_protection_crt.pem < hab4.csf
I have the following specific questions:
- Does the target decrypt the DEK with the dek_protection_crt.pem counterpart?
Is that counterpart embedded in the CSF?
or stated in another way: Can I upload the resulting dek.bin directly onto the target for wrapping? - What are the requirements for the dek_protection_crt.pem?
Regards
Florian