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, 15 Mar 2011 22:59:40 +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 Update for 2.6.39

Hi Linus:

Here is the crypto update for 2.6.39:

* New picoxcell crypto driver.
* New picoxcell RNG driver.
* Added SHA test vectors to detect bugs such as the recent one on s390.
* Memory leaks fixes on error path in aesni-intel.
* xts(aes) and ghash are now available in FIPS mode.
* Misc fixes.


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


David Sterba (1):
      crypto: tcrypt - do not attempt to write to readonly variable

Davidlohr Bueso (1):
      crypto: skcipher - remove redundant NULL check

Herbert Xu (1):
      crypto: sha1 - Add test vector to test partial block processing

Jamie Iles (4):
      hwrng: pixocell - add support for picoxcell TRNG
      crypto: omap-aes - don't treat NULL clk as an error
      crypto: omap-sham - don't treat NULL clk as an error
      crypto: picoxcell - add support for the picoxcell crypto engines

Jarod Wilson (3):
      crypto: testmgr - mark xts(aes) as fips_allowed
      crypto: testmgr - mark ghash as fips_allowed
      random: update interface comments to reflect reality

Jesper Juhl (2):
      crypto: aesni-intel - Don't leak memory in rfc4106_set_hash_subkey
      crypto: aesni-intel - Fix remaining leak in rfc4106_set_hash_key

Julia Lawall (1):
      hwrng: omap - Convert release_resource to release_region/release_mem_region

 arch/x86/crypto/aesni-intel_glue.c     |   24 +-
 crypto/ablkcipher.c                    |    3 +-
 crypto/tcrypt.c                        |    3 +-
 crypto/testmgr.c                       |    2 +
 crypto/testmgr.h                       |   30 +-
 drivers/char/hw_random/Kconfig         |   12 +
 drivers/char/hw_random/Makefile        |    1 +
 drivers/char/hw_random/omap-rng.c      |   14 +-
 drivers/char/hw_random/picoxcell-rng.c |  208 ++++
 drivers/char/random.c                  |   13 +-
 drivers/crypto/Kconfig                 |   17 +
 drivers/crypto/Makefile                |    2 +-
 drivers/crypto/omap-aes.c              |    4 +-
 drivers/crypto/omap-sham.c             |    4 +-
 drivers/crypto/picoxcell_crypto.c      | 1867 ++++++++++++++++++++++++++++++++
 drivers/crypto/picoxcell_crypto_regs.h |  128 +++
 16 files changed, 2299 insertions(+), 33 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