Hi there,
I use Synapse with FreePascal with OpenSSL libraries. I have self compiled OpenSLL libraries of version 1.0.2s and all works just smooth. But the support of this LTS branch of OpenSSL will end by the end of 2019. Then only version 1.1.1 will be supported, So I tried to compile the 1.1.1 libraries but Synapse doesn work at all. It is not able to initialize the SSL interface. So the question is if it will be possible to work on the support OpenSSL 1.1.1 in Synapse.
Thank you for your very nice work.
With best regards
Premke
I've noticed that too (I created a symlink to the OpenSSL 1.0 compat library, in a directory pointed to by -Fl in my compiler config file, but I don't know how much longer the distro I use will provide it) and have wondered if it's worth trying to track down the problem and submit a patch. This project doesn't seem particularly active, so I'm doubtful it would be applied.
You guys seem to ignore existing tickets, i.e. #19 and its comment https://sourceforge.net/p/synalist/feature-requests/19/#51f0 - that works with 1.1.0 and I also successfully tested 1.1.1f - it's just the DLL names, and you have to import OpenSSL_version() instead of SSLeay_version(), as the latter no longer exists.
Use new ssl_openssl11 plugin