Re: how to enable ony AES,DES/3DES, RSA algorithm by using MACRO

2008-11-20 Thread Ajeet kumar.S
Dear All, Thank you Ger Hobbelt for your help. Actually I tried using your suggestion. I have doubt it is necessary to use HASH Algorithm(SHA and MD5) for SSL connection. We can not use only DES, 3DES and AES, RSA Algorithms. Please clarify doubt. Thanks allot. Thank you. Regards, --Ajeet

Re: how to enable ony AES,DES/3DES, RSA algorithm by using MACRO

2008-11-20 Thread Dr. Stephen Henson
On Thu, Nov 20, 2008, Ajeet kumar.S wrote: Dear All, Thank you Ger Hobbelt for your help. Actually I tried using your suggestion. I have doubt it is necessary to use HASH Algorithm(SHA and MD5) for SSL connection. We can not use only DES, 3DES and AES, RSA Algorithms. MD5 is also used

Re: how to enable ony AES,DES/3DES, RSA algorithm by using MACRO

2008-11-19 Thread Ger Hobbelt
You can turn OFF specific algorithms using macros - which can also be configured through the Configure script. macros all come in the form of OPENSSL_NO_xyz e.g. OPENSSL_NO_MDC2 and (IIRC) those same items can be configured through 'Configure -no_mdc2' and so on. That way, you can turn off