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 experimental rustls support #309

Merged
merged 5 commits into from
Jan 8, 2022
Merged

Add experimental rustls support #309

merged 5 commits into from
Jan 8, 2022

Conversation

sagebind
Copy link
Owner

@sagebind sagebind commented Mar 7, 2021

Add the ability to opt-in to using rustls as the TLS engine for HTTPS requests with a unstable-rustls-tls crate feature.

Based on upstream work in alexcrichton/curl-rust#374.

See #199.

@codecov
Copy link

codecov bot commented Mar 7, 2021

Codecov Report

Merging #309 (5ebe8dd) into master (053a927) will decrease coverage by 0.03%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #309      +/-   ##
==========================================
- Coverage   79.38%   79.34%   -0.04%     
==========================================
  Files          51       51              
  Lines        3061     3060       -1     
==========================================
- Hits         2430     2428       -2     
- Misses        631      632       +1     
Impacted Files Coverage Δ
src/lib.rs 61.53% <ø> (ø)
src/response.rs 68.51% <0.00%> (-1.86%) ⬇️
tests/headers.rs 97.47% <0.00%> (-0.03%) ⬇️
tests/timeouts.rs 93.75% <0.00%> (ø)
tests/response_body.rs 100.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 053a927...5ebe8dd. Read the comment docs.

@sagebind sagebind marked this pull request as ready for review January 8, 2022 01:49
@sagebind sagebind merged commit f3b5c3c into master Jan 8, 2022
@sagebind sagebind deleted the rustls branch January 8, 2022 01:51
@sagebind sagebind mentioned this pull request Jan 8, 2022
4 tasks
sagebind added a commit that referenced this pull request Mar 12, 2022
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.

None yet

1 participant