mbox series

[F,v2,0/5] paes self test (LP: 1854948)

Message ID 20200217173602.32689-1-frank.heimes@canonical.com
Headers show
Series paes self test (LP: 1854948) | expand

Message

Frank Heimes Feb. 17, 2020, 5:35 p.m. UTC
Buglink: https://bugs.launchpad.net/bugs/1854948

This add a self-test to the paes cipher in the paes_s390 module.
This self test shall allow to load and use the paes cipher if the kernel FIPS flag is switched on.

Harald Freudenberger (4):
  From: Harald Freudenberger <freude@linux.ibm.com>
  There have been some findings during Eric Biggers rework of the paes
    implementation which this patch tries to address:
  s390/crypto: enable clear key values for paes ciphers
  From: Harald Freudenberger <freude@linux.ibm.com>

Markus Elfring (1):
  From: Markus Elfring <Markus.Elfring@web.de>

 arch/s390/crypto/paes_s390.c         | 241 +++++++++++++++++++--------
 crypto/testmgr.c                     |  36 ++++
 drivers/s390/crypto/pkey_api.c       |  88 ++++++----
 drivers/s390/crypto/zcrypt_ccamisc.h |   1 +
 4 files changed, 270 insertions(+), 96 deletions(-)

Comments

Seth Forshee Feb. 19, 2020, 7:30 p.m. UTC | #1
On Mon, Feb 17, 2020 at 06:35:57PM +0100, frank.heimes@canonical.com wrote:
> Buglink: https://bugs.launchpad.net/bugs/1854948
> 
> This add a self-test to the paes cipher in the paes_s390 module.
> This self test shall allow to load and use the paes cipher if the kernel FIPS flag is switched on.

Applied to focal/master-next, thanks!