-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump MbedTLS to 2.12.0 #28759
Bump MbedTLS to 2.12.0 #28759
Conversation
Version 2.6.0 has a security issue, see https://tls.mbed.org/tech-updates/security-advisories/mbedtls-security-advisory-2018-02.
As a side note, Debian unstable uses mbedtls 2.12.0, with which julia was built. |
CI wasn't too hot when this was opened so let's rerun it. |
Seems to fail on the mac builder:
|
Latest release includes fixes when building with MbedTLS.
Not sure what to do about that OS X error. I've tried using the most recent CURL, which includes fixes when building using MbedTLS, and using the older MbedTLS 2.7.5, and it's still there... |
There by now https://tls.mbed.org/tech-updates/releases/mbedtls-2.13.0-2.7.6-and-2.1.15-released with new features for 2.13.0; ans security update for it and 2.7.6 |
Version 2.6.0 has a security issue, see https://tls.mbed.org/tech-updates/security-advisories/mbedtls-security-advisory-2018-02.
Another option would be to move to the long-term supported version, 2.7.5. This would have the advantage that we will be able to backport security fixes in the future without risking to break anything.