All of lore.kernel.org
 help / color / mirror / Atom feed
* Crypto Update for 2.6.21
@ 2007-02-07 15:47 Herbert Xu
  2007-02-08 23:26 ` David Miller
  0 siblings, 1 reply; 4+ messages in thread
From: Herbert Xu @ 2007-02-07 15:47 UTC (permalink / raw)
  To: David S. Miller, Linux Crypto Mailing List, netdev

Hi Dave:

Here is the crypto update for 2.6.21:

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 Camellia, PCBC, DES-like encryption for RxRPC.
* API updates in preparation for async.

Andrew Donofrio (1):
      [CRYPTO] tcrypt: Added test vectors for sha384/sha512

David Howells (2):
      [CRYPTO] pcbc: Add Propagated CBC template
      [CRYPTO] fcrypt: Add FCrypt from RxRPC

Herbert Xu (7):
      [CRYPTO] all: Check for usage in hard IRQ context
      [CRYPTO] tcrypt: Removed vestigial crypto_alloc_tfm call
      [CRYPTO] api: Remove deprecated interface
      [CRYPTO] api: Add type-safe spawns
      [CRYPTO] api: Allow multiple frontends per backend
      [CRYPTO] xcbc: Use new cipher interface
      [CRYPTO] api: Use structs for cipher/compression

Noriaki TAKAMIYA (6):
      [CRYPTO] camellia: Add Kconfig entry.
      [CRYPTO] camellia: added the code of Camellia cipher algorithm.
      [CRYPTO] camellia: added the testing code of Camellia cipher
      [IPSEC]: added the definition of Camellia cipher
      [IPSEC]: added the entry of Camellia cipher algorithm to ealg_list[]
      [CRYPTO] doc: added the developer of Camellia cipher

Richard Knutsson (1):
      [CRYPTO] geode: Convert pci_module_init() to pci_register_driver()

 Documentation/crypto/api-intro.txt |    4 
 crypto/Kconfig                     |   31 
 crypto/Makefile                    |    3 
 crypto/algapi.c                    |   15 
 crypto/api.c                       |   80 -
 crypto/blkcipher.c                 |    9 
 crypto/camellia.c                  | 1801 +++++++++++++++++++++++++++++++++++++
 crypto/cbc.c                       |    9 
 crypto/cipher.c                    |  447 ---------
 crypto/compress.c                  |    5 
 crypto/digest.c                    |   24 
 crypto/ecb.c                       |    9 
 crypto/fcrypt.c                    |  423 ++++++++
 crypto/hash.c                      |    5 
 crypto/hmac.c                      |    9 
 crypto/internal.h                  |   27 
 crypto/lrw.c                       |   11 
 crypto/pcbc.c                      |  349 +++++++
 crypto/tcrypt.c                    |   73 +
 crypto/tcrypt.h                    |  538 +++++++++++
 crypto/xcbc.c                      |   60 -
 drivers/crypto/geode-aes.c         |    2 
 fs/ecryptfs/crypto.c               |    4 
 fs/ecryptfs/ecryptfs_kernel.h      |    1 
 include/crypto/algapi.h            |   24 
 include/linux/crypto.h             |  148 ---
 include/linux/pfkeyv2.h            |    1 
 net/xfrm/xfrm_algo.c               |   17 
 28 files changed, 3396 insertions(+), 733 deletions(-)

Thanks,
-- 
Visit Openswan at http://www.openswan.org/
Email: Herbert Xu ~{PmV>HI~} <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Crypto Update for 2.6.21
  2007-02-07 15:47 Crypto Update for 2.6.21 Herbert Xu
@ 2007-02-08 23:26 ` David Miller
  2007-02-09 12:45   ` Jan Glauber
  0 siblings, 1 reply; 4+ messages in thread
From: David Miller @ 2007-02-08 23:26 UTC (permalink / raw)
  To: herbert; +Cc: linux-crypto, netdev

From: Herbert Xu <herbert@gondor.apana.org.au>
Date: Thu, 8 Feb 2007 02:47:17 +1100

> Here is the crypto update for 2.6.21:
> 
> 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

Pulled, thanks a lot Herbert.

There was a minor merge conflict to resolve, because the
S390 guys removed a bunch of their crypto options from
crypto/Kconfig in a seperate changeset.  But I'm pretty
sure I resolved that correctly.

Thanks again.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Crypto Update for 2.6.21
  2007-02-08 23:26 ` David Miller
@ 2007-02-09 12:45   ` Jan Glauber
  2007-02-09 15:23     ` Herbert Xu
  0 siblings, 1 reply; 4+ messages in thread
From: Jan Glauber @ 2007-02-09 12:45 UTC (permalink / raw)
  To: David Miller; +Cc: herbert, linux-crypto, netdev

On Thu, 2007-02-08 at 15:26 -0800, David Miller wrote:

> There was a minor merge conflict to resolve, because the
> S390 guys removed a bunch of their crypto options from
> crypto/Kconfig in a seperate changeset.  But I'm pretty
> sure I resolved that correctly.

I'll check when the git server works again...

Would it be better if I send patches that also touch common crypto
code to Herbert for integration?

Jan

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Crypto Update for 2.6.21
  2007-02-09 12:45   ` Jan Glauber
@ 2007-02-09 15:23     ` Herbert Xu
  0 siblings, 0 replies; 4+ messages in thread
From: Herbert Xu @ 2007-02-09 15:23 UTC (permalink / raw)
  To: Jan Glauber; +Cc: davem, herbert, linux-crypto, netdev

Jan Glauber <jan.glauber@de.ibm.com> wrote:
> 
> Would it be better if I send patches that also touch common crypto
> code to Herbert for integration?

I'm certainly happy to take them.

Cheers,
-- 
Visit Openswan at http://www.openswan.org/
Email: Herbert Xu ~{PmV>HI~} <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2007-02-09 15:23 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-07 15:47 Crypto Update for 2.6.21 Herbert Xu
2007-02-08 23:26 ` David Miller
2007-02-09 12:45   ` Jan Glauber
2007-02-09 15:23     ` Herbert Xu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.