Re: util-linux using libcrypto

2006-09-19 Thread Jan Dvořák
Hi, another think I just found out. Glibc's sunrpc has it's own impl of DES. As noted in sunrpc/des_impl.c: Collected from libdes and modified for SECURE RPC by Martin Kuck 1994, funny huh? :] signature.asc Description: OpenPGP digital signature -- http://linuxfromscratch.org

Re: util-linux using libcrypto

2006-09-19 Thread Jan Dvořák
Hi, > It shouldn't be hard to remove libcrypt from glibc We'll have to build it later as it defines crypt(). Maybe we could only replace it's MD5 algo with OpenSSL's and build it separately once libcrypto is in place... # EOF -- http://linuxfromscratch.org/mailman/listinfo/hlfs-dev FAQ: http://w

Re: util-linux using libcrypto

2006-09-18 Thread Robert Connolly
It shouldn't be hard to remove libcrypt from glibc, I think ./configure will do it. If libcrypto can replace it, then OpenSSL can probably be installed right after Zlib, and maybe Zlib can be moved up before Coreutils. robert On Sunday 17 September 2006 09:56, Jan Dvořák wrote: > Hi, > >

Re: util-linux using libcrypto

2006-09-18 Thread Jan Dvořák
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I've re-written that ugly patch and post this one. It +/- integrates to the build system (and you won't tell it from that messy stuff there). To enable it, just edit MCONFIG and sed -e 's/^HAVE_OPENSSL=no/HAVE_OPENSSL=yes/' ./con