Tiny Core Linux

Tiny Core Extensions => TCE Q&A Forum => Topic started by: cpio on May 29, 2011, 07:22:57 PM

Title: [TC 3.xx]Partition encryption: Which packs contain Serpent & RMD160 modules ?
Post by: cpio on May 29, 2011, 07:22:57 PM
 ???


Thanks.
Title: Re: [TC 3.xx]Partition encryption: Which packs contain Serpent & RMD160 modules ?
Post by: Rich on May 29, 2011, 07:35:49 PM
Hi cpio

grub2.tcz contains

usr/local/lib/grub/i386-pc/gcry_rmd160.mod
and
usr/local/lib/grub/i386-pc/gcry_serpent.mod

Hope this helps
Title: Re: [TC 3.xx]Partition encryption: Which packs contain Serpent & RMD160 modules ?
Post by: cpio on June 01, 2011, 09:07:53 PM
Thanks but this modules are not  usefull.
Title: Re: [TC 3.xx]Partition encryption: Which packs contain Serpent & RMD160 modules ?
Post by: Guy on June 01, 2011, 09:23:08 PM
You can search with the app browser.

Change search to provides, and enter what you are searching for.
Title: Re: [TC 3.xx]Partition encryption: Which packs contain Serpent & RMD160 modules ?
Post by: maro on June 02, 2011, 07:15:21 PM
@cpio: As far as I can tell the current kernel was compiled without those modules:
Code: [Select]
tc@box:~$ wget -qO - http://distro.ibiblio.org/tinycorelinux/3.x/release/src/kernel/config-2.6.33.3-tinycore | grep -iE 'serpent|rmd160'
# CONFIG_CRYPTO_RMD160 is not set
# CONFIG_CRYPTO_SERPENT is not set
tc@box:~$
So I doubt that either of them would be included in any extension. Building those modules yourself is not that tricky: there is a Wiki page (http://wiki.tinycorelinux.net/wiki:custom_kernel) for starters and several threads here in the forum (just search for it).

You might want to suggest to have them included in the next build (http://forum.tinycorelinux.net/index.php?topic=9790) (e.g. TC 4.x).