Skip to content
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

add OPT_HTTPAUTH flags and new OPT_SSLVERSION flags #51

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

add OPT_HTTPAUTH flags and new OPT_SSLVERSION flags #51

wants to merge 1 commit into from

Conversation

schnoddelbotz
Copy link

The patch allows talking to Intel vPro / AMT using go-curl. AMT requires HTTP digest auth and uses aged TLSv1, which can (and must) be explicitly specified in more recent versions of curl. Tested on macOS Sierra (which hasn't curl 7.52.0 yet but 7.49.1 -- thus I still left TLSv1_3 commented out...).
Thanks a lot for go-curl!

@schnoddelbotz
Copy link
Author

Hmm. Sorry for the broken travis-ci build... but it's using Ubuntu Precise (12.04 LTS), which will be EOL'ed April next year. Even Debian jessie/stable has curl 7.38... Should I come back next year? ;-)

@andelf
Copy link
Owner

andelf commented Nov 18, 2016

👍 Thanks for your work.

Take a look at compat.h
And also misc/compatgen.py

Waiting for your fix! :)

@andelf
Copy link
Owner

andelf commented Nov 18, 2016

Update:

the compatgen.py needs an up-to-date curl repo, and all version tags.
it run through all supported versions and generate a compat.h for missing definition.

@andelf
Copy link
Owner

andelf commented Nov 18, 2016

You see my last run of compatgen.py is curl-7_36_0. which is too old.

@andelf
Copy link
Owner

andelf commented Nov 26, 2016

@schnoddelbotz I'll fix this.

@datoga datoga mentioned this pull request Nov 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants