Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp7978917imu; Tue, 4 Dec 2018 00:25:53 -0800 (PST) X-Google-Smtp-Source: AFSGD/V7VJ4OoWhVgrAgGVu+3ysQ8ZsFaFZfaThvBO/vsnVR3VwO2npJjFBd6KCxWgqHAQy2DZox X-Received: by 2002:a63:7154:: with SMTP id b20mr16017220pgn.342.1543911953123; Tue, 04 Dec 2018 00:25:53 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1543911953; cv=none; d=google.com; s=arc-20160816; b=IeiyLi7ROyfzY3O+ttH/6N6W0BltLYMDDBtHFiJc1l6g6yGPHfW8obHpWd+vO8o2TI SAv7NUYoXvF8LzYKiqOTd2DFsVYYWtXVjavkJv8KjII47OJDVmLpNSpesPKHYxZI3IXQ p0zAbTGJEuOcJTEz7ZfmIILqOBhqS3WVArXgFmRluQArUREdEB9bPFsTBHktuXAXZOs7 pfZEk/t2E4ZfqaaZPvMnQHOdFWiG6AaYCsXpqZV02FVTouOLKAt84vEtE09KYkpcEhzi MrFtULpECAyb9rIVvZKPD/JTHJ94WYNY5m/d6TzcT1G44wlIlBMIO4zTzJrLi9IAEgLa Wxwg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:message-id:date:subject:cc :to:from; bh=v+U+sg4EZ3jSLxGszOzIMQ1gUSScIKUbPCHQhuUgZR0=; b=VMtOpw39C7bvH9X9YTl7usV/2KnKuh7FW5TDUd9fDeVlHUoh7lT5eVgKMTpgaLBovL GECmKNkLO1396TigU3irB2VohaJ3AQTMg91W2b+nc67lX8/ec8ND81xVwuIN5VnH5Lvk jnQH8BlkjdvGoN/TbLJks4MHjbAvxEPQ8bhDGdwGECLd39oK9Ml06cCjOP3G3VLP0Aj3 zpr6uSLG0b37NbHdllcxFBxJJVf07RRowe8/R+eL25tJcrz4rPF5CiLTEd2stSaixmvl WAT708cpIoeC91HQXDNOilSpN6oNl3+rFgLCjjbUYBpJDiZuu27LLWvi5aVMD3RKT4Vp P7FQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id 197si14839942pgb.564.2018.12.04.00.25.38; Tue, 04 Dec 2018 00:25:53 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726094AbeLDIYZ (ORCPT + 99 others); Tue, 4 Dec 2018 03:24:25 -0500 Received: from lhrrgout.huawei.com ([185.176.76.210]:32790 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1725983AbeLDIYZ (ORCPT ); Tue, 4 Dec 2018 03:24:25 -0500 Received: from lhreml701-cah.china.huawei.com (unknown [172.18.7.108]) by Forcepoint Email with ESMTP id 60AFA3859BA3; Tue, 4 Dec 2018 08:24:21 +0000 (GMT) Received: from roberto-HP-EliteDesk-800-G2-DM-65W.huawei.com (10.204.65.153) by smtpsuk.huawei.com (10.201.108.42) with Microsoft SMTP Server (TLS) id 14.3.408.0; Tue, 4 Dec 2018 08:24:16 +0000 From: Roberto Sassu To: , , , CC: , , , , Roberto Sassu Subject: [PATCH v6 0/7] tpm: retrieve digest size of unknown algorithms from TPM Date: Tue, 4 Dec 2018 09:21:31 +0100 Message-ID: <20181204082138.24600-1-roberto.sassu@huawei.com> X-Mailer: git-send-email 2.17.1 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.204.65.153] X-CFilter-Loop: Reflected Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Update This version of the patch set includes an additional patch (7/7) which modifies the definition of tpm_pcr_extend() and tpm2_pcr_extend(). The new patch has been included to facilitate the review of the changes to support TPM 2.0 crypto agility for reading/extending PCRs. Original patch set description The TPM driver currently relies on the crypto subsystem to determine the digest size of supported TPM algorithms. In the future, TPM vendors might implement new algorithms in their chips, and those algorithms might not be supported by the crypto subsystem. Usually, vendors provide patches for the new hardware, and likely the crypto subsystem will be updated before the new algorithm is introduced. However, old kernels might be updated later, after patches are included in the mainline kernel. This would leave the opportunity for attackers to misuse PCRs, as PCR banks with an unknown algorithm are not extended. This patch set provides a long term solution for this issue. If a TPM algorithm is not known by the crypto subsystem, the TPM driver retrieves the digest size from the TPM with a PCR read. All the PCR banks are extended, even if the algorithm is not yet supported by the crypto subsystem. PCR bank information (TPM algorithm ID, digest size, crypto subsystem ID) is stored in the tpm_chip structure and available for users of the TPM driver. Changelog v5: - rename digest_struct variable to digest - add _head suffix to tcg_efi_specid_event and tcg_pcr_event2 - rename digest_size member of tpm_bank_list to extend_size - change type of alg_id member of tpm_bank list from u8 to u16 - add missing semi-colon in pcrlock() v4: - rename active_banks to allocated_banks - replace kmalloc_array() with kcalloc() - increment nr_allocated_banks if at least one PCR in the bank is selected - pass multiple digests to tpm_pcr_extend() v3: - remove end marker change - replace active_banks static array with pointer to dynamic array - remove TPM2_ACTIVE_PCR_BANKS v2: - change the end marker of the active_banks array - check digest size from output of PCR read command - remove count parameter from tpm_pcr_read() and tpm2_pcr_read() v1: - modify definition of tpm_pcr_read() - move hash algorithms and definition of tpm2_digest to include/linux/tpm.h Roberto Sassu (7): tpm: dynamically allocate the allocated_banks array tpm: add _head suffix to tcg_efi_specid_event and tcg_pcr_event2 tpm: rename and export tpm2_digest and tpm2_algorithms tpm: modify tpm_pcr_read() definition to pass a TPM hash algorithm tpm: retrieve digest size of unknown algorithms with PCR read tpm: ensure that the output of PCR read contains the correct digest size tpm: pass an array of tpm_bank_list structures to tpm_pcr_extend() drivers/char/tpm/eventlog/tpm2.c | 12 +-- drivers/char/tpm/tpm-chip.c | 1 + drivers/char/tpm/tpm-interface.c | 36 +++---- drivers/char/tpm/tpm.h | 23 ++--- drivers/char/tpm/tpm1-cmd.c | 26 ++++- drivers/char/tpm/tpm2-cmd.c | 154 +++++++++++++++++++++------- include/linux/tpm.h | 43 +++++++- include/linux/tpm_eventlog.h | 19 +--- security/integrity/ima/ima_crypto.c | 10 +- security/integrity/ima/ima_queue.c | 5 +- security/keys/trusted.c | 5 +- 11 files changed, 220 insertions(+), 114 deletions(-) -- 2.17.1