New OpenSSL or MBedTLS for Unreal Engine

OpenSSL’s end of life is 11th September 2023. Is there any plan for updating it to 3.X ?
Currently directly use OpenSSL because there are lots of typedef clashes and MBedTLS doesn’t support “SAN (subject alternative names)”.

So, it will be good to know if there is a plan to update it for future releases.
We use it for OPC UA client like simulation plugins.

1 Like

Same question here concerning OpenSSL, seeing that we are now past EOL.

And the same for libcurl which in ue5.3 is on 7.75.0 and 7.83.1 and has some high severity issues fixed in 8.4.0.

1 Like

I use libcurl for sending emails. Probably we should build engine, update codes and create a pull request.

I don’t know libcurl’s deprecations but OpenSSL 1.x and 3.x are completely different. So, changing it won’t be easy.

Hey, 5.3.2 updated libcurl to 8.4
I hope they will also update OpenSSL to 3.X