-
-
Notifications
You must be signed in to change notification settings - Fork 6.4k
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
mbedTLS support for curl #496
Conversation
Cool, thanks. What mbedTLS version have you tried this with? I get build errors with my 2.1.1 install.
|
The latest, 2.1.2. I didn't realize it was still ongoing such heavy changes. I better add a version check. |
uh, you should upgrade, since 2.1.1 is vulnerable ;) |
I get the same warning/errors with 2.1.2. Note that I build my curl HTTP/2-enabled. |
I have a local fix for the errors:
|
Hmm so what is this test...
|
That's because |
Which test shows that warning? |
Line 359 gives that warning and it will be built if you build libcurl HTTP/2-enabled (ie you need nghttp2 installed as well). The first input argument to |
Awesome! |
Possibly one of the the last nits, which you can opt to ignore, is that |
Thanks for actively helping getting this in. First time I used the github pullrequest system - works really well. |
Initial support for mbedTLS as an SSL backend for curl. Should be used in the same way as polarssl;
configure --with-mbedtls=<path>