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

WIP: track rustls#1628 #369

Closed
wants to merge 3 commits into from
Closed

WIP: track rustls#1628 #369

wants to merge 3 commits into from

Conversation

cpu
Copy link
Member

@cpu cpu commented Nov 24, 2023

Extends #368 with the minimal set of changes to adapt to rustls/rustls#1628.

This continues the model where we default to *ring* as the crypto provider, but allow customization of supported ciphersuites. Does not address crypto provider customization (#366).

TODO:

cpu added 3 commits November 24, 2023 14:16
Brings in the change to use `pki_types` for `ServerName`.
This commit takes a patch on an unreleased pki-types commit that adds
`ServerName::to_str`. This lets us drop some awkward type massaging in
`src/client.rs`.
This commit adjusts rustls-ffi for the updated struct-based
`CryptoProvider` work that has yet to land in rustls main.
@cpu
Copy link
Member Author

cpu commented Nov 29, 2023

I'm going to close this and try to more meaningfully address provider choice before trying to catch up with unmerged provider changes upstream.

@cpu cpu closed this Nov 29, 2023
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.

1 participant