Re: Using other compression algos with GnuPG

2006-01-20 Thread Ryan Malayter
On 1/20/06, David Shaw <[EMAIL PROTECTED]> wrote: > It's always possible for someone to add a nonstandard algorithm, but > if you really want a particular algorithm, it's healthier to get the > OpenPGP working group to add it officially. The RAR compression algorithm proprietary and closed source,

Re: Using other compression algos with GnuPG

2006-01-20 Thread David Shaw
On Fri, Jan 20, 2006 at 10:05:26PM +0530, Nicky wrote: > The current version of GnuPG I have supports only three compression > algorithms viz: ZIP, ZLIB and BZIP2 > Is there a way to direct GnuPG to use some other algorithm besides > these? for example RAR (http://rarlabs.com/)... No. GPG support

Using other compression algos with GnuPG

2006-01-20 Thread Nicky
The current version of GnuPG I have supports only three compression algorithms viz: ZIP, ZLIB and BZIP2 Is there a way to direct GnuPG to use some other algorithm besides these? for example RAR (http://rarlabs.com/)... -- Nix. signature.asc Description: OpenPGP digital signature __

libgcrypt cross compilation error

2006-01-20 Thread Paul Blacquiere
Hi, I am attempting to build libgcrypt for use on an embedded Linux Arm board. I am using uclibc, and toolchain built with builtroot. I evoke configure with the --build=arm-linux option, and all seems to run OK, inspecting the console output from configure, it does not detect the cross compiler.