RE: reducing the size of openssl package

2009-01-19 Thread Ajeet kumar.S
U should enable require Preprocessor for Encryption and Auth. Algorithm.

 

Thank you.

Regards,

--Ajeet  Kumar  Singh

 

Sarve Bhavantu Sukhina ,Sarve Santu NiramayaSarve Bhadrani Pashyantu , Maa
Kaschit Dukha Bhagh Bhavet 

 

-Original Message-
From: owner-openssl-us...@openssl.org
[mailto:owner-openssl-us...@openssl.org] On Behalf Of harihar
Sent: Wednesday, January 07, 2009 6:35 PM
To: openssl-users@openssl.org
Subject: reducing the size of openssl package


Does any one have an idea of how to reduce the size of openSSL package.

As the package contain lot of things which r not used in my project.

please reply
-- 
View this message in context:
http://www.nabble.com/reducing-the-size-of-openssl-package-tp21330938p213309
38.html
Sent from the OpenSSL - User mailing list archive at Nabble.com.
__
OpenSSL Project http://www.openssl.org
User Support Mailing Listopenssl-users@openssl.org
Automated List Manager   majord...@openssl.org


__
OpenSSL Project http://www.openssl.org
User Support Mailing Listopenssl-users@openssl.org
Automated List Manager   majord...@openssl.org


Re: reducing the size of openssl package

2009-01-19 Thread Ger Hobbelt
You mean specify the various no-xyz (e.g. no-md5, etc.) options when
./config -uring the OpenSSL source tree for building?

Anyway, toggling the various OPENSSL_NO_* #define's (which are all
toggle-able through ./config commandline options if I am not mistaken)
is the fast lane towards reducing OpenSSL footprint.
(Tip: one quick win is disabling human-readable error messages by
specifying no-err: through the OPENSSL_NO_ERR #define, this will cut
out all the error description strings.
Furthermore, check which hashes and ciphers you need/want, and which
you don't, then remove the latter set through further no-...
commandline options for ./config)


On Mon, Jan 19, 2009 at 1:11 PM, Ajeet kumar.S
ajeetkuma...@jasmin-infotech.com wrote:
 U should enable require Preprocessor for Encryption and Auth. Algorithm.



 Thank you.

 Regards,

 --Ajeet  Kumar  Singh



 Sarve Bhavantu Sukhina ,Sarve Santu NiramayaSarve Bhadrani Pashyantu , Maa
 Kaschit Dukha Bhagh Bhavet



 -Original Message-
 From: owner-openssl-us...@openssl.org
 [mailto:owner-openssl-us...@openssl.org] On Behalf Of harihar
 Sent: Wednesday, January 07, 2009 6:35 PM
 To: openssl-users@openssl.org
 Subject: reducing the size of openssl package


 Does any one have an idea of how to reduce the size of openSSL package.

 As the package contain lot of things which r not used in my project.

 please reply
 --
 View this message in context:
 http://www.nabble.com/reducing-the-size-of-openssl-package-tp21330938p213309
 38.html
 Sent from the OpenSSL - User mailing list archive at Nabble.com.
 __
 OpenSSL Project http://www.openssl.org
 User Support Mailing Listopenssl-users@openssl.org
 Automated List Manager   majord...@openssl.org


 __
 OpenSSL Project http://www.openssl.org
 User Support Mailing Listopenssl-users@openssl.org
 Automated List Manager   majord...@openssl.org




-- 
Met vriendelijke groeten / Best regards,

Ger Hobbelt

--
web:http://www.hobbelt.com/
http://www.hebbut.net/
mail:   g...@hobbelt.com
mobile: +31-6-11 120 978
--
__
OpenSSL Project http://www.openssl.org
User Support Mailing Listopenssl-users@openssl.org
Automated List Manager   majord...@openssl.org


RE: reducing the size of openssl package

2009-01-13 Thread H7914

Dear sir,
i want to use the openSSL package in gumstix.

since it has a  very small space so i want to reduce the size of the openssl
package.

please send me the procudure to reduce it

Regards

harihar

Mark Lavi wrote:
 
 I typically remove the ssl/man directory contents when I have multiple
 builds of OpenSSL  e.g. (in Phing, which is like ANT): delete
 dir=${deploy.dir}/ssl/man / 
 
 Hope this helps you!
 ..
 Mark Lavi, Senior Web Producer @ SGI
 ml...@sgi.com || tel: +1.408.524.7347 || sgi.com
 
 
 -Original Message-
 From: owner-openssl-us...@openssl.org
 [mailto:owner-openssl-us...@openssl.org] On Behalf Of harihar
 Sent: Wednesday, January 07, 2009 5:05 AM
 To: openssl-users@openssl.org
 Subject: reducing the size of openssl package
 
 
 Does any one have an idea of how to reduce the size of openSSL package.
 
 As the package contain lot of things which r not used in my project.
 
 please reply
 --
 View this message in context:
 http://www.nabble.com/reducing-the-size-of-openssl-package-tp21330938p21
 330938.html
 Sent from the OpenSSL - User mailing list archive at Nabble.com.
 __
 OpenSSL Project http://www.openssl.org
 User Support Mailing Listopenssl-users@openssl.org
 Automated List Manager   majord...@openssl.org
 __
 OpenSSL Project http://www.openssl.org
 User Support Mailing Listopenssl-users@openssl.org
 Automated List Manager   majord...@openssl.org
 
 

-- 
View this message in context: 
http://www.nabble.com/reducing-the-size-of-openssl-package-tp21330938p21429371.html
Sent from the OpenSSL - User mailing list archive at Nabble.com.
__
OpenSSL Project http://www.openssl.org
User Support Mailing Listopenssl-users@openssl.org
Automated List Manager   majord...@openssl.org


RE: reducing the size of openssl package

2009-01-13 Thread Mark Lavi
I understand your goal, but your request deals with a domain that I have
no experience in. You should learn about all of the build options for
OpenSSL and you should consult other Gumstix developers if there is a
community forum for questions and advice. Hopefully someone else on this
list might be able to add the conversation.

I am afraid I cannot help you any further!

Mark Lavi, Senior Web Producer @ SGI
ml...@sgi.com || tel: +1.408.524.7347 || sgi.com

-Original Message-
From: owner-openssl-us...@openssl.org
[mailto:owner-openssl-us...@openssl.org] On Behalf Of H7914
Sent: Monday, January 12, 2009 8:37 PM
To: openssl-users@openssl.org
Subject: RE: reducing the size of openssl package


Dear sir,
i want to use the openSSL package in gumstix.

since it has a  very small space so i want to reduce the size of the
openssl package.

please send me the procudure to reduce it

Regards

harihar

Mark Lavi wrote:
 
 I typically remove the ssl/man directory contents when I have multiple

 builds of OpenSSL  e.g. (in Phing, which is like ANT): delete 
 dir=${deploy.dir}/ssl/man /
 
 Hope this helps you!
 ..
 Mark Lavi, Senior Web Producer @ SGI
 ml...@sgi.com || tel: +1.408.524.7347 || sgi.com
 
 
 -Original Message-
 From: owner-openssl-us...@openssl.org
 [mailto:owner-openssl-us...@openssl.org] On Behalf Of harihar
 Sent: Wednesday, January 07, 2009 5:05 AM
 To: openssl-users@openssl.org
 Subject: reducing the size of openssl package
 
 
 Does any one have an idea of how to reduce the size of openSSL
package.
 
 As the package contain lot of things which r not used in my project.
 
 please reply
 --
 View this message in context:
 http://www.nabble.com/reducing-the-size-of-openssl-package-tp21330938p
 21
 330938.html
 Sent from the OpenSSL - User mailing list archive at Nabble.com.
 __
 OpenSSL Project http://www.openssl.org
 User Support Mailing Listopenssl-users@openssl.org
 Automated List Manager   majord...@openssl.org
 __
 OpenSSL Project http://www.openssl.org
 User Support Mailing Listopenssl-users@openssl.org
 Automated List Manager   majord...@openssl.org
 
 

--
View this message in context:
http://www.nabble.com/reducing-the-size-of-openssl-package-tp21330938p21
429371.html
Sent from the OpenSSL - User mailing list archive at Nabble.com.
__
OpenSSL Project http://www.openssl.org
User Support Mailing Listopenssl-users@openssl.org
Automated List Manager   majord...@openssl.org
__
OpenSSL Project http://www.openssl.org
User Support Mailing Listopenssl-users@openssl.org
Automated List Manager   majord...@openssl.org


RE: reducing the size of openssl package

2009-01-12 Thread Mark Lavi
I typically remove the ssl/man directory contents when I have multiple
builds of OpenSSL  e.g. (in Phing, which is like ANT): delete
dir=${deploy.dir}/ssl/man / 

Hope this helps you!
..
Mark Lavi, Senior Web Producer @ SGI
ml...@sgi.com || tel: +1.408.524.7347 || sgi.com


-Original Message-
From: owner-openssl-us...@openssl.org
[mailto:owner-openssl-us...@openssl.org] On Behalf Of harihar
Sent: Wednesday, January 07, 2009 5:05 AM
To: openssl-users@openssl.org
Subject: reducing the size of openssl package


Does any one have an idea of how to reduce the size of openSSL package.

As the package contain lot of things which r not used in my project.

please reply
--
View this message in context:
http://www.nabble.com/reducing-the-size-of-openssl-package-tp21330938p21
330938.html
Sent from the OpenSSL - User mailing list archive at Nabble.com.
__
OpenSSL Project http://www.openssl.org
User Support Mailing Listopenssl-users@openssl.org
Automated List Manager   majord...@openssl.org
__
OpenSSL Project http://www.openssl.org
User Support Mailing Listopenssl-users@openssl.org
Automated List Manager   majord...@openssl.org


reducing the size of openssl package

2009-01-07 Thread harihar

Does any one have an idea of how to reduce the size of openSSL package.

As the package contain lot of things which r not used in my project.

please reply
-- 
View this message in context: 
http://www.nabble.com/reducing-the-size-of-openssl-package-tp21330938p21330938.html
Sent from the OpenSSL - User mailing list archive at Nabble.com.
__
OpenSSL Project http://www.openssl.org
User Support Mailing Listopenssl-users@openssl.org
Automated List Manager   majord...@openssl.org