Re: [RFC/RFT v2 1/2] KEYS: trusted: create trusted keys subsystem
From: Jarkko Sakkinen <hidden>
Date: 2019-08-02 19:38:13
Also in:
keyrings, linux-crypto, linux-integrity, lkml
From: Jarkko Sakkinen <hidden>
Date: 2019-08-02 19:38:13
Also in:
keyrings, linux-crypto, linux-integrity, lkml
On Fri, Aug 02, 2019 at 11:20:09AM +0530, Sumit Garg wrote:
On Thu, 1 Aug 2019 at 22:54, Jarkko Sakkinen [off-list ref] wrote:quoted
On Thu, Jul 18, 2019 at 04:54:45PM +0530, Sumit Garg wrote:quoted
Move existing code to trusted keys subsystem. Also, rename files with "tpm" as suffix which provides the underlying implementation. Suggested-by: Jarkko Sakkinen <redacted> Signed-off-by: Sumit Garg <redacted>What about TPM2 trusted keys code?Isn't TPM2 code located here: "drivers/char/tpm/"? Would you like to move that code under trusted keys subsystem only?
Yeah, we need a design decision here. What I care is that they should be in the same subsystem. I did trusted keys directly to TPM 2.0 subsys because the subsystem was not too robust back then. Right now I think it would be feasible to implement TPM2 trusted keys outside TPM driver since the whole transmit functionality is way more robust. /Jarkko