PDA

View Full Version : How can we update the SSL libraries as there are no program updates?


spudgun
09-23-2018, 04:07 AM
I've tried manually copying across the 4 latest ssl .dll files, but that doesn't seem to work as you get exception errors in Flash when connecting to SSL enabled sites and also this message doesn't popup when you start the program - Winsock 2.2 -- OpenSSL 1.1.0e 16 Feb 2017 - as after changing to the new .dll files it just says - Winsock 2.2 - so is there a way to do this without there being a program update which looks pretty unlikely at the moment?

MxxCon
09-27-2018, 01:23 AM
Make sure that those dll files are 32bit, not 64bit.
Beyond that there's probably not much that can be done. :/

spudgun
09-27-2018, 10:59 AM
Make sure that those dll files are 32bit, not 64bit.
Beyond that there's probably not much that can be done. :/

Thanks, I did make sure that I was using the 32bit .dll files - but no joy - so guess this is will become obsolete as soon as requirements are in force on host FTP sites for later SSL versions.

Any ideas on other FXP programs that can be used instead?

dozegfx
10-06-2018, 06:24 PM
Win32 versions of the below are confirmed working.

libcrypto-1_1.dll and libssl-1_1.dll 1.1.0i work. (latest working, doesn't work with 1.1.1)

libeay32.dll and ssleay32.dll 1.0.2p work. (latest)

Hope that helps.

spudgun
10-13-2018, 04:31 AM
Win32 versions of the below are confirmed working.

libcrypto-1_1.dll and libssl-1_1.dll 1.1.0i work. (latest working, doesn't work with 1.1.1)

libeay32.dll and ssleay32.dll 1.0.2p work. (latest)

Hope that helps.

Thank you very much, that is most helpful

msg7086
11-23-2018, 04:15 PM
OpenSSL changes its API between point releases. Make sure you only update to the latest alphabets version.

So (as of now) 1.1.0j should work, but 1.1.1 will probably not.