Re: Reducing size of the OpenSSL library

2005-06-24 Thread Gayathri Sundar
Original Message Subject: Re: Reducing size of the OpenSSL library From:Gayathri Sundar [EMAIL PROTECTED] Date:Fri, June 24, 2005 12:05 am To: [EMAIL PROTECTED

Re: Reducing size of the OpenSSL library

2005-06-24 Thread J. Wren Hunt
On Fri, 24 Jun 2005 02:55:12 -0700 (PDT), Gayathri Sundar [EMAIL PROTECTED] said: could you pls tell how the ssl performance is affected by including the Os flag? looks like quite a few of the optimizations are disabled here. You can compile for speed or you can compile for size but if

Reducing size of the OpenSSL library

2005-06-23 Thread Krishna M Singh
Hi All I was trying to reduce the size of the openSsl library due to memory constraints on our platform. I tried to remove three patented ciphers idea, rc5 and mdc2. Any ideas what more can be done to reduce the final size of the library?. thanks and regards -Krish

Re: Reducing size of the OpenSSL library

2005-06-23 Thread J. Wren Hunt
On Thu, 23 Jun 2005 11:11:18 -0700 (PDT), Krishna M Singh [EMAIL PROTECTED] said: Hi All I was trying to reduce the size of the openSsl library due to memory constraints on our platform. I tried to remove three patented ciphers idea, rc5 and mdc2. Any ideas what more can be done to reduce