-
-
Notifications
You must be signed in to change notification settings - Fork 6.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
Compatibility with mbedtls v3 broken? #8766
Comments
Possibly of interest: Mbed-TLS 3.0 migration guide |
We build against mbedTLS 3.1.0 in our CI builds, which are still green as of the latest commit... ? |
Then it might be related to mbedtls libraries shipped with MSYS2? var/log/pacman.log: |
No, I think it is because the CI job we run isn't h2 enabled... |
Fixes #8766 Reported-by: LigH-de on github
Fixes #8766 Reported-by: LigH-de on github
👍 Quick solution. Confirming it's solved also in MABS. |
I did this
compiling libcurl using mbedtls in an MSYS2/MinGW environment (media-autobuild suite) which is kept up-to-date each time before building ffmpeg and other tools failed:
relevant parts of curl-git/build-32bit/ab-suite.make.log from logs.zip
I expected the following
libcurl compiling successfully
curl/libcurl version
https://github.com/curl/curl.git#tag=LATEST
curl-7_83_0 # 1669b17
operating system
MSYS2/MinGW on Windows
The text was updated successfully, but these errors were encountered: