Hi all , The application I am developing requires HTTP over SSL connection and hence I am using OpenSSL for SSL support . But Using OpenSSL with all the cryptographic libraries included increases the size of my app heavily . To deal with that , I want to build a OpenSSL library with NULL encryption ( No Crypto Support at all ) so that the size comes down fairly . My application uses OpenSSL for SSL handshake and I/O only with no encryption/decryption needed at all for data transfer .
Is there any way to build OpenSSL in such a manner so that I dont have to compromise on size and go on to use basic SSL ?? Help needed Urgently ... Thanks, ~Vaibhav Bindroo