Re: Regrading reducing the size of libcrypto.a

2012-11-20 Thread John Doe
From: jeetendra gangele gangele...@gmail.com Please guide me How can i minimize the size since I need only selected algorithms. Can one strip a .a the file...? Mine goes from 3.3M down to 1.8M. But I have no idea if it will still be working... JD

Re: Regrading reducing the size of libcrypto.a

2012-11-20 Thread Jakob Bohm
On 11/20/2012 3:40 PM, jeetendra gangele wrote: Hi, I need to use only AES,SHA-2,EC-DH,EC-DSA. I configure for only those ciphertext and compile the code still I am getting 3.3MB library. How can I minimize it?. When I build with all the ciphertext enable that time also I am getting 3.3 MB size.

Re: Regrading reducing the size of libcrypto.a

2012-11-20 Thread Jakob Bohm
On 11/20/2012 3:53 PM, John Doe wrote: From: jeetendra gangele gangele...@gmail.com Please guide me How can i minimize the size since I need only selected algorithms. Can one strip a .a the file...? Mine goes from 3.3M down to 1.8M. But I have no idea if it will still be working...

Re: Regrading reducing the size of libcrypto.a

2012-11-20 Thread jeetendra gangele
No, it gives me .a file then i convert it to .so file. Since it was saying .so not supported yet for arm-linux evn in configure script. i stripped .so file and i could reduce it to 2.5 MB but still its a big one only. I am compiling with only few ciphers algorithms like sha256,aes,EC-DH and

Re: Regrading reducing the size of libcrypto.a

2012-11-20 Thread Jakob Bohm
On 11/20/2012 4:21 PM, jeetendra gangele wrote: No, it gives me .a file then i convert it to .so file. Since it was saying .so not supported yet for arm-linux evn in configure script. i stripped .so file and i could reduce it to 2.5 MB but still its a big one only. Strange, why would it say