On 04/27/11 12:39 PM, derleader mail wrote:
 Hi,
I need to compile OpenSSL only with support for Symmetric encryption - only 3DES support. How I can remove all unneeded stuff? Can you give an advice what to remove and how to remove it?


I suppose one approach would be to run a test suite that does just what you need (and everything you need) with a debug build of openssl, and run it under a code profiler (such as Intel's VTune), iterate this sufficiently to get adequate code coverage, then seen what big chunks DONT get touched, and add #IF's around them to block them out, rebuild, and iterate until it meets your requirements.


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

Reply via email to