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 for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 3 Dec 2013 20:41:29 +0800
From:	Herbert Xu <herbert@...dor.apana.org.au>
To:	Linus Torvalds <torvalds@...ux-foundation.org>,
	"David S. Miller" <davem@...emloft.net>,
	Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
	Linux Crypto Mailing List <linux-crypto@...r.kernel.org>
Subject: Crypto Fixes for 3.13

Hi Linus:

This push fixes a number of crashes triggered by a previous
crypto self-test update.  It also fixes a build problem in the
caam driver, as well as a concurrency issue in s390.  Finally
there is a pair of fixes to bugs in the crypto scatterwalk code
and authenc that may lead to crashes.

Please pull from

git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git

or

master.kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git


Gerald Schaefer (1):
      crypto: s390 - Fix aes-xts parameter corruption

Horia Geanta (5):
      crypto: talitos - corrrectly handle zero-length assoc data
      crypto: ccm - Fix handling of zero plaintext when computing mac
      crypto: caam - fix aead sglen for case 'dst != src'
      crypto: talitos - fix aead sglen for case 'dst != src'
      crypto: testmgr - fix sglen in test_aead for case 'dst != src'

Michael Neuling (1):
      crypto: caam - Add missing Job Ring include

Tom Lendacky (2):
      crypto: authenc - Find proper IV address in ablkcipher callback
      crypto: scatterwalk - Set the chain pointer indication bit

 arch/s390/crypto/aes_s390.c   |   31 ++++++++++--------
 crypto/authenc.c              |    7 ++--
 crypto/ccm.c                  |    3 +-
 crypto/tcrypt.c               |    4 ++
 crypto/testmgr.c              |   26 +++++++--------
 drivers/crypto/caam/caamalg.c |   51 +++++++++++++++++-------------
 drivers/crypto/caam/jr.c      |    1 +
 drivers/crypto/talitos.c      |   68 +++++++++++++++++++++++-----------------
 include/crypto/scatterwalk.h  |    1 +
 9 files changed, 109 insertions(+), 83 deletions(-)

Thanks,
-- 
Email: Herbert Xu <herbert@...dor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ