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 PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Tue, 5 May 2020 08:42:52 +0530 From: Devulapally Shiva Krishna <shiva@...lsio.com> To: davem@...emloft.net, herbert@...dor.apana.org.au Cc: linux-crypto@...r.kernel.org, netdev@...r.kernel.org, secdev@...lsio.com, Devulapally Shiva Krishna <shiva@...lsio.com> Subject: [PATCH net-next 0/5] Crypto/chcr: Fix issues regarding algorithm implementation in driver The following series of patches fixes the issues which came during self-tests with CONFIG_CRYPTO_MANAGER_EXTRA_TESTS enabled. Patch 1: Fixes gcm(aes) hang issue and rfc4106-gcm encryption issue. Patch 2: Fixes ctr, cbc, xts and rfc3686-ctr extra test failures. Patch 3: Fixes ccm(aes) extra test failures. Patch 4: Added support for 48 byte-key_len in aes_xts. Patch 5: fix for hmac(sha) extra test failure. Devulapally Shiva Krishna (5): Crypto/chcr: fix gcm-aes and rfc4106-gcm failed tests Crypto/chcr: fix ctr, cbc, xts and rfc3686-ctr failed tests Crypto/chcr: fix for ccm(aes) failed test Crypto/chcr: support for 48 byte key_len in aes-xts Crypto/chcr: fix for hmac(sha) test fails drivers/crypto/chelsio/chcr_algo.c | 89 +++++++++++++++++++++------- drivers/crypto/chelsio/chcr_crypto.h | 1 + 2 files changed, 68 insertions(+), 22 deletions(-) -- 2.18.1
Powered by blists - more mailing lists