-
Notifications
You must be signed in to change notification settings - Fork 291
chore(meshtls-rustls): Use aws-lc as the default crypto backend
#4043
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
Changes from 4 commits
995e549
eb5d8a2
d2d3e4f
f21cbe6
8c6afe7
6b60574
49f235c
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -14,7 +14,7 @@ futures = { version = "0.3", default-features = false } | |
| linkerd-error = { path = "../../error" } | ||
| linkerd-io = { path = "../../io" } | ||
| linkerd-stack = { path = "../../stack" } | ||
| socket2 = "0.5" | ||
| socket2 = { version = "0.5", features = ["all"] } | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. is this needed here? 🙇♀️ looking at the rest of this diff, i'm not sure if we need to alter our
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Best as I can figure, yes. I think the old backend was enabling this feature implicitly somewhere in the dep stack, and we rely on that feature being enabled even if we didn't declare it explicitly.
This comment was marked as resolved.
Sorry, something went wrong.
olix0r marked this conversation as resolved.
Outdated
|
||
| thiserror = "2" | ||
| tokio = { version = "1", features = ["macros", "net"] } | ||
| tokio-stream = { version = "0.1", features = ["net"] } | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.