I don't trust binary releases from third partys.
You never know if there is a backdoor in it.
Beside this I want to be able to update my dlls whenever there is a
bugfix of OpenSSL.
What we need is to fix that issues.
Is it possible to deactivate the code parts that are referencing RC4?
If not
I think we are sailing in the same boat. I hit into exactly the same
problem.if you try compiling without disabling rc4. You will not get
those linking errors. But if we want to exclude all patented
algorithms, then we need to look for specific build releases without
these algorithms.
On 6/16/08,
Hello
I tried to deactivate patented algorithms that are mentioned in README,
but I get unresolved externals linker errors.
I'm building this way:
set OPTS=no-asm
perl Configure disable-idea disable-rc4 disable-rc5 disable-ntt
disable-mdc2 VC-WIN32
perl util\mkfiles.pl >MINFO
perl util\mk1mf.p