small footprint

2007-03-20 Thread Adam Bell
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

Small Footprint OpenSSL

2004-05-03 Thread J Harper
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

Re: Howto make a small footprint lib?

1999-08-24 Thread Michael Portz
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

Re: Howto make a small footprint lib?

1999-08-24 Thread Niklas Höglund
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

Re: Howto make a small footprint lib?

1999-08-08 Thread Michael Portz
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

Re: Howto make a small footprint lib?

1999-05-28 Thread Magnus Stenman
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

RE: Howto make a small footprint lib?

1999-05-27 Thread Peter 'Luna' Altberg
> 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

Re: Howto make a small footprint lib?

1999-05-27 Thread Michael Portz
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

Re: Howto make a small footprint lib?

1999-05-26 Thread Michael Portz
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