public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Announce loop-AES-v3.2a file/swap crypto package
@ 2007-05-15 18:03 Jari Ruusu
  2007-05-15 21:16 ` markus reichelt
  0 siblings, 1 reply; 3+ messages in thread
From: Jari Ruusu @ 2007-05-15 18:03 UTC (permalink / raw)
  To: linux-crypto; +Cc: linux-kernel

loop-AES changes since previous release:
- loop_twofish.c loop_serpent.c loop_blowfish.c modules included. They are
  not built by default. Add EXTRA_CIPHERS=y make parameter to build them.
- Makefile rewritten to always use kbuild method on 2.6 kernels.
- Work around invalidate_bdev() changes on recent 2.6 kernels.

bzip2 compressed tarball is here:

    http://osdn.dl.sourceforge.net/sourceforge/loop-aes/loop-AES-v3.2a.tar.bz2
    md5sum d0b5b0f104ce0e1ee9e3ba9608f24ec4

    http://osdn.dl.sourceforge.net/sourceforge/loop-aes/loop-AES-v3.2a.tar.bz2.sign

-- 
Jari Ruusu  1024R/3A220F51 5B 4B F9 BB D3 3F 52 E9  DB 1D EB E3 24 0E A9 DD

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

* Re: Announce loop-AES-v3.2a file/swap crypto package
  2007-05-15 18:03 Announce loop-AES-v3.2a file/swap crypto package Jari Ruusu
@ 2007-05-15 21:16 ` markus reichelt
  2007-05-16  4:53   ` Jari Ruusu
  0 siblings, 1 reply; 3+ messages in thread
From: markus reichelt @ 2007-05-15 21:16 UTC (permalink / raw)
  To: linux-crypto, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 442 bytes --]

* Jari Ruusu <jariruusu@users.sourceforge.net> wrote:

> loop-AES changes since previous release:
> - loop_twofish.c loop_serpent.c loop_blowfish.c modules included.
>   They are not built by default. Add EXTRA_CIPHERS=y make parameter
>   to build them.

Just curious, will the ciphers package also be continued/available
separately as before or is it merged from now on into the loop-aes
package?


-- 
left blank, right bald

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: Announce loop-AES-v3.2a file/swap crypto package
  2007-05-15 21:16 ` markus reichelt
@ 2007-05-16  4:53   ` Jari Ruusu
  0 siblings, 0 replies; 3+ messages in thread
From: Jari Ruusu @ 2007-05-16  4:53 UTC (permalink / raw)
  To: markus reichelt; +Cc: linux-crypto, linux-kernel

markus reichelt wrote:
> * Jari Ruusu <jariruusu@users.sourceforge.net> wrote:
> > loop-AES changes since previous release:
> > - loop_twofish.c loop_serpent.c loop_blowfish.c modules included.
> >   They are not built by default. Add EXTRA_CIPHERS=y make parameter
> >   to build them.
> 
> Just curious, will the ciphers package also be continued/available
> separately as before or is it merged from now on into the loop-aes
> package?

Since loop-AES package now provides equivalent funtionality, it doesn't make
sense to maintain second package providing redundant functionality. The
merge was done because of difficulties getting versioned symbols to match
between two separately compiled packages. Even if separate package were to
be maintained (it won't be), it would not work well with versioned symbols.
If you want to blame someone for that, then blame mainline linux kbuild
guys.

I forgot to clearly say following in loop-AES-v3.2a README:

This command builds loop module with AES cipher integrated, as usual:

    make KEYSCRUB=y LINUX_SOURCE=/some/path/here

This command builds loop module with AES cipher integrated, and separate
twofish, serpent, and blowfish loop cipher modules:

    make KEYSCRUB=y EXTRA_CIPHERS=y LINUX_SOURCE=/some/path/here

This command builds only twofish, serpent, and blowfish loop cipher modules.
This assumes that kernel patch version of loop-AES is being used and is
enabled in kernel configuration:

    make EXTRA_CIPHERS=y BUILD_LOOP=n LINUX_SOURCE=/some/path/here

Key scrubbing, as enabled by KEYSCRUB=y make command line parameter,
currently only works for AES cipher. It has no effect on twofish, serpent,
and blowfish ciphers.

-- 
Jari Ruusu  1024R/3A220F51 5B 4B F9 BB D3 3F 52 E9  DB 1D EB E3 24 0E A9 DD

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

end of thread, other threads:[~2007-05-16  4:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-15 18:03 Announce loop-AES-v3.2a file/swap crypto package Jari Ruusu
2007-05-15 21:16 ` markus reichelt
2007-05-16  4:53   ` Jari Ruusu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox