Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1271383
| From | Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/2] TPM 2.0 trusted key features for v4.5 |
| Date | 2015-11-17 17:30 +0100 |
| Message-ID | <qvRiO-7og-9@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
These are the remaining features to enable trusted keys for TPM 2.0 that very not finished by the v4.4 merge window. These patches enable authorization policy based sealing (like using PCRs together with a password for example or something more complicated) with a user selected hash algorithm. Jarkko Sakkinen (2): keys, trusted: select hash algorithm for TPM2 chips keys, trusted: seal with a policy Documentation/security/keys-trusted-encrypted.txt | 31 ++++++---- crypto/hash_info.c | 2 + drivers/char/tpm/tpm.h | 10 +++- drivers/char/tpm/tpm2-cmd.c | 60 ++++++++++++++++--- include/crypto/hash_info.h | 3 + include/keys/trusted-type.h | 4 ++ include/uapi/linux/hash_info.h | 1 + security/keys/Kconfig | 1 + security/keys/trusted.c | 73 ++++++++++++++++++++++- 9 files changed, 161 insertions(+), 24 deletions(-) -- 2.5.0 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/2] TPM 2.0 trusted key features for v4.5 Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com> - 2015-11-17 17:30 +0100 [PATCH 1/2] keys, trusted: select hash algorithm for TPM2 chips Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com> - 2015-11-17 17:40 +0100
csiph-web