[openssl.org #358] patch for openssl-SNAP-20021120. Attempt to improve configurability.

2003-02-13 Thread Richard Levitte via RT
OK, patch applied and committed. This ticket is now resolved. [[EMAIL PROTECTED] - Tue Nov 26 20:05:17 2002]: I am working on trying to build the libraries (libcrypto and libssl) to run on an embedded system with limited storage. To give you an idea, i have approximately 1.5 megabytes of

[openssl.org #358] patch for openssl-SNAP-20021120. Attempt to improve configurability.

2002-11-26 Thread Richard Levitte via RT
I can understand wanting to disable the use of sockets. I can't understand why OCSP or speed should be disabled, however. Please explain. [[EMAIL PROTECTED] - Sat Nov 23 19:46:14 2002]: Hi, This patch makes it possible to build apps/openssl without the speed and ocsp programs and

[openssl.org #358] patch for openssl-SNAP-20021120. Attempt to improve configurability.

2002-11-26 Thread enrique
Hi, I am working on trying to build the libraries (libcrypto and libssl) to run on an embedded system with limited storage. To give you an idea, i have approximately 1.5 megabytes of diskspace in the system. I need to reduce the footprint of the libraries as much as possible.

[openssl.org #358] patch for openssl-SNAP-20021120. Attempt to improve configurability.

2002-11-26 Thread [EMAIL PROTECTED] via RT
Hi, I am working on trying to build the libraries (libcrypto and libssl) to run on an embedded system with limited storage. To give you an idea, i have approximately 1.5 megabytes of diskspace in the system. I need to reduce the footprint of the libraries as much as possible.

[openssl.org #358] patch for openssl-SNAP-20021120. Attempt to improve configurability.

2002-11-23 Thread [EMAIL PROTECTED] via RT
Hi, This patch makes it possible to build apps/openssl without the speed and ocsp programs and without sockets. to disable apps/speed.c (openssl speed) just Configure with no-speed. Thank you, Enrique diff --exclude=Makefile.ssl -rbu /tmp/openssl-SNAP-20021120/apps/ocsp.c ./apps/ocsp.c ---