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

Builder fixes #283

Merged
merged 2 commits into from
Aug 29, 2024
Merged

Builder fixes #283

merged 2 commits into from
Aug 29, 2024

Conversation

Gelbpunkt
Copy link
Contributor

These are two changes to make the most recent hyper-rustls release usable for us in twilight. We also ran into the issue that was fixed by commit c56c76a in our CI, I would be very grateful for a new release with these commits to allow us to finally upgrade rustls.

The first commit adds a method that I think was overlooked when the rustls-platform-verifier support was initially added.

The second commit resolves #282 in a backwards-compatible manner.

This allows for calling the methods with Arc<CryptoProvider> in a
backwards-compatible way.

Signed-off-by: Jens Reidel <[email protected]>
Copy link
Member

@djc djc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks!

@djc djc added this pull request to the merge queue Aug 29, 2024
Merged via the queue into rustls:main with commit a6a5687 Aug 29, 2024
11 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.

make with_provider_and_* take Arc<CryptoProvider> instead of CryptoProvider
3 participants