Dear Developers, I have openssl dlls(i.e.libeay32.dll, ssleay32.dll). I need to know if these libraries are using any of the patented algorithms like IDEA, RC4, RC5,MDC2 etc.Dependency walker helped me but I want to know if there is any other way.
Is there any binary distribution where I can find SSL dlls without patented algorithms like IDEA,MCD2,RC4,RC5 etc. I tried compiling without them. I could exclude other algos but not RC4. Some linking issues are there. So I need to know if there is any ssl release without the patented algorithms. Any help would be highly appreciated. Thanks in adavance, Bagavathy
