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>] [day] [month] [year] [list]
Date:	Wed, 2 May 2007 15:02:34 +1000
From:	Herbert Xu <herbert@...dor.apana.org.au>
To:	"David S. Miller" <davem@...emloft.net>,
	Linus Torvalds <torvalds@...ux-foundation.org>,
	Linux Crypto Mailing List <linux-crypto@...r.kernel.org>,
	Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: Crypto Update for 2.6.22

Hi:

Here is the crypto update for 2.6.22:

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

Summary:

* Added API for asynchronous block ciphers.
* Small clean-up's.


Herbert Xu (9):
      [CRYPTO] api: Proc functions should be marked as unused
      [CRYPTO] api: Add async block cipher interface
      [CRYPTO] tcrypt: Use async blkcipher interface
      [CRYPTO] templates: Pass type/mask when creating instances
      [CRYPTO] api: Add async blkcipher type
      [CRYPTO] cryptomgr: Fix parsing of nested templates
      [CRYPTO] api: Do not remove users unless new algorithm matches
      [CRYPTO] cryptd: Add software async crypto daemon
      [CRYPTO] api: Add ablkcipher_request_set_tfm

Simon Arlott (1):
      [CRYPTO] padlock: Remove pointless padlock module

 crypto/Kconfig          |   13 +
 crypto/Makefile         |    2 
 crypto/ablkcipher.c     |   83 ++++++++++
 crypto/algapi.c         |  169 +++++++++++++++++----
 crypto/blkcipher.c      |   72 ++++++++-
 crypto/cbc.c            |   11 +
 crypto/cryptd.c         |  375 ++++++++++++++++++++++++++++++++++++++++++++++++
 crypto/cryptomgr.c      |   66 +++++---
 crypto/ecb.c            |   11 +
 crypto/hash.c           |    2 
 crypto/hmac.c           |   11 +
 crypto/lrw.c            |   11 +
 crypto/pcbc.c           |   11 +
 crypto/tcrypt.c         |  121 ++++++++++-----
 crypto/xcbc.c           |   12 +
 drivers/crypto/Kconfig  |   16 --
 drivers/crypto/Makefile |    1 
 include/crypto/algapi.h |   84 ++++++++++
 include/linux/crypto.h  |  236 +++++++++++++++++++++++++++++-
 19 files changed, 1166 insertions(+), 141 deletions(-)

Cheers,
-- 
Visit Openswan at http://www.openswan.org/
Email: Herbert Xu ~{PmV>HI~} <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