Skip to content

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.

Signed-off-by: Jens Reidel <adrian@travitia.xyz>
This allows for calling the methods with Arc<CryptoProvider> in a
backwards-compatible way.

Signed-off-by: Jens Reidel <adrian@travitia.xyz>
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