Re:Re: Reduce the openssl library/image size

2011-01-21 Thread lzyzizi
As i know,RSA module mainly depends BN,ASN1,RAND(ASN1 may need other module such as stack,buf). ASN1 is a small parser to parse the asn1 strings,which is a little big to you. if you do not use i2d_PublicKey ,d2i_xxx, you may not even need the ASN1 module. SHA is a independent module,which needs a

Re: Reduce the openssl library/image size

2011-01-21 Thread Muneeswaran Raju
Hi, I tried the option. Also I used [ invoked ] only RSA private/puplic key generation, RSA sign/verification, SHA256, SHA1 digest. But still I get huge final image size in linux-X86 platform. I want to use memory very optimum. Probably i have only 50KB-100KB for my image size. Please find below

Reduce the openssl library/image size

2011-01-16 Thread Muneeswaran Raju
Hi, I need to use RSA keygeneration, signing, SHA1 hash. But I have very less memory avaialable. what is the way to remove unnecessary modules to get added into libraries/final image. Thanks Muneeswaran.R

Reduce the openssl library/image size

2011-01-16 Thread Muneeswaran Raju
Hi, I need to use RSA keygeneration, signing, SHA1 hash. But I have very less memory avaialable. what is the way to remove unnecessary modules to get added into libraries/final image. Thanks Muneeswaran.R