godotengine / godot-git-plugin

Git implementation of the VCS interface in Godot
MIT License
720 stars 75 forks source link

Upgrade macOS OpenSSL to 3.3.1 #244

Open TV4Fun opened 4 months ago

TV4Fun commented 4 months ago

OpenSSL 1.1.1 is EOL since September 2023. Using an old version of SSL opens us up to vulnerabilities that have been fixed in newer versions, so we should keep it up to date. I have built and tested these libraries using the build_openssl_universal_macos.sh script on my own machine, and they work fine.