I found archive message about folks needing a smaller footprint for
openssl. I tried removing just about everything I don't need and it
resulted in numerous linker errors.
I was unable to compile out any interface option from openssl. I was
unable to compile out MD5. Most of the crypto algorith
Requests for an embedded OpenSSL implementation are periodically made on
this list. Our team worked through many of these issues trying to make a
small OpenSSL library. Turning off the optional defines will reduce the
library by a couple hundred KB. Going in by hand to remove code becomes
very d
Niklas Höglund wrote:
>
> On Tue, Aug 17, 1999 at 03:58:41PM +0200, Michael Portz wrote:
> > Niklas Höglund wrote:
> > >
> > > In case you havent, try adding -ffunction-sections to the compiler
> > > switches. This can reduce executable size quite a bit.
> > >
> >
> > Ahem, which compiler are you
On Tue, Aug 17, 1999 at 03:58:41PM +0200, Michael Portz wrote:
> Niklas Höglund wrote:
> >
> > In case you havent, try adding -ffunction-sections to the compiler
> > switches. This can reduce executable size quite a bit.
> >
>
> Ahem, which compiler are you refering to? GNU´s suite doesn´t know
Niklas Höglund wrote:
>
> On Fri, May 28, 1999 at 08:16:33AM +0200, Michael Portz wrote:
> > Michael Portz wrote:
> > 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
You might want to use ash, the latest versions support
line editing, tab completion etc.
Peter 'Luna' Altberg wrote:
>
...
>
> Well, maybe not. I also was playing with those same config switches
> yesterday, but it seems 'SSL-MZtelnet' has some problems compiling with
> OpenSSL (SSLeay goes fi
> From: Michael Portz [mailto:[EMAIL PROTECTED]]
> Sent: Friday, May 28, 1999 8:17 AM
[snip]
> 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 a
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 lef
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 hav