Hi, I am using openssl-1.0.0d. downloaded the source and built the library. Can anyone suggest how to do the following:
a) testing NULL Encryption: While building openssl i modified the macro SSL_DEFAULT_CIPHER_LIST to #define SSL_DEFAULT_CIPHER_LIST "eNULL" My understanding is the above modification would provide only data authentication with NO encryption. Am i right? Is there a way to check this by running any test programs. If any such program is already provided along with the package .would be good to use them. Kindly let me know if there is any option. b) build openssl with no compression/decompression support in openssl. While building openssl passed "no-zlib" option in the configure script and build went fine. How am i to ensure the library is built with no compression/de-compression routines. Thanks. have a nice day, navin