Michael Portz wrote:
> 
> Peter 'Luna' Altberg wrote:
> >
> > Hi all,
> >
> > I'm making a single floppy Linux router/firewall. For now I'm running
> > the 'telnetd' from the GNU 'inetutil' package on it, but I'll rather be
> > using SSL-MZtelnet instead. Unfortunately, I don't have much space left
> > on the floppy now. Do anyone have any tips on how to configure/build
> > OpenSSL and/or SSL-MZtelnet to use as little disk space as possible? A
> > single encryption method would be sufficient I think.
> >
> > Cheers,
> > Peter
> >
> > ---------------------------------------------------------------
> > Peter "Luna" Altberg, Sweden <[EMAIL PROTECTED]>
> > PGP Key ID: 0x33BE83E0
> > Fingerprint: 05DB BFF0 4F9D 1FFA 8441  E859 7F7B E52E 33BE 83E0
> >
> > Gubben Movitz ler och nickar, / men från Charons mörka sund
> > dödens blund / i dina blickar / bådar snart din sista stund.
> > Carl Michael Bellman, Fredmans epistel nr 34
> >
> 
> Well...I guess you already dropped the Idea, RC2 and RC4 stuff using
> no-idea, no-rc2 and no-rc4 at config-time. Funny thing is, Im working
> on a single floppy solution as well (not route/fw though) and so I m
> concerned by the same problems. My statically linked SSLftp isnt a
> real problem so far though, but the smaller the better...:)
> 
I played around a bit more and the following turned out to work for me:

 ./config 386 no-bf no-cast no-dh no-dsa no-idea no-rc2 no-rc4 no-rc5 no-ssl2 
-DSSL_FORBID_ENULL

Adding no-ripemd and no-sha killed the compilation...I didnt bother to think
about this one at all though..might even have been mispells. The result of
course isnt that great..compiling and linking SSLftp with these new libraries
reduced the statically linked ftp-binary by 10k (405k -> 395k)..not really
worth the effort, or?

Regards
Michael

-- 
//---------------------------------------------------------------
// 3C Dr.Klingler, Dr.Portz GbR            Tel:   ++49 2407 96056
// Kaiserstr. 100                          Fax:   ++49 2407 96292 
// 52134 Herzogenrath                    Email: [EMAIL PROTECTED]
// Germany
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to