lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <dbb37ec13b79573e1223161383c222a6ab7ac15e.camel@kernel.org>
Date:   Mon, 23 Aug 2021 20:31:25 +0300
From:   Jarkko Sakkinen <jarkko@...nel.org>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     linux-kernel@...r.kernel.org, linux-integrity@...r.kernel.org,
        jmorris@...ei.org, dhowells@...hat.com, peterhuewe@....de
Subject: [GIT PULL] TPM DEVICE DRIVER changes for v5.15

Hi,

These are the highlights of this PR:

- Support for signing LKM's with ECDSA keys.
- An integer overflow bug fix in pkey.

/Jarkko

The following changes since commit e22ce8eb631bdc47a4a4ea7ecf4e4ba499db4f93:

  Linux 5.14-rc7 (2021-08-22 14:24:56 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/jarkko/linux-tpmdd.git/ tags/tpmdd-next-v5.15

for you to fetch changes up to f985911b7bc75d5c98ed24d8aaa8b94c590f7c6a:

  crypto: public_key: fix overflow during implicit conversion (2021-08-23 20:25:24 +0300)

----------------------------------------------------------------
tpmdd updates for Linux v5.15

----------------------------------------------------------------
Adrian Ratiu (2):
      char: tpm: Kconfig: remove bad i2c cr50 select
      char: tpm: cr50_i2c: convert to new probe interface

Stefan Berger (3):
      certs: Trigger creation of RSA module signing key if it's not an RSA key
      certs: Add support for using elliptic curve keys for signing modules
      tpm: ibmvtpm: Avoid error message when process gets signal while waiting

zhenwei pi (1):
      crypto: public_key: fix overflow during implicit conversion

 certs/Kconfig                         | 26 ++++++++++++++++++++++++++
 certs/Makefile                        | 21 +++++++++++++++++++++
 crypto/asymmetric_keys/pkcs7_parser.c |  8 ++++++++
 drivers/char/tpm/Kconfig              |  1 -
 drivers/char/tpm/tpm_ibmvtpm.c        | 26 +++++++++++++++-----------
 drivers/char/tpm/tpm_ibmvtpm.h        |  2 +-
 drivers/char/tpm/tpm_tis_i2c_cr50.c   | 12 ++----------
 include/crypto/public_key.h           |  4 ++--
 8 files changed, 75 insertions(+), 25 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ