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

actix-tls: Disable default features for rustls 0.23 via tokio-rustls 0.26 #560

Merged
merged 5 commits into from
May 12, 2024

Conversation

asonix
Copy link
Contributor

@asonix asonix commented May 12, 2024

PR Type

Feature?

PR Checklist

Check your PR fulfills the following:

  • Tests for the changes have been added / updated.
  • Documentation comments have been added / updated.
  • A changelog entry has been made for the appropriate packages.
  • Format code with the latest stable rustfmt

Overview

By not enforcing a backend, we allow users to bring their own without requiring they compile one that they aren't using.

This also fixes a panic in accept-rustls due to both ring and aws-lc-rs being enabled for that example

@robjtede robjtede enabled auto-merge May 12, 2024 21:01
@robjtede robjtede added this pull request to the merge queue May 12, 2024
Merged via the queue into actix:master with commit 7345107 May 12, 2024
13 checks passed
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

2 participants