experimental(tls): change the TLS provider to rustls-rustcrypto#1343
Closed
nabetti1720 wants to merge 1 commit intoawslabs:mainfrom
Closed
experimental(tls): change the TLS provider to rustls-rustcrypto#1343nabetti1720 wants to merge 1 commit intoawslabs:mainfrom
rustls-rustcrypto#1343nabetti1720 wants to merge 1 commit intoawslabs:mainfrom
Conversation
7459352 to
329d003
Compare
61f0d63 to
980298b
Compare
980298b to
51a0716
Compare
Contributor
Author
|
It's outdated, so I'm going to close it and recreate it. |
5 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issue # (if available)
Related https://github.com/awslabs/llrt/pull/1292/changes#r2671712070
Description of changes
This PR is intended to share information about RustCrypto-based providers at this time, and is not expected to be merged.
--
I'm working on bumping the RC version of rustls-rustcypto.
RustCrypto/rustls-rustcrypto#102
RustCrypto is currently undergoing major changes and is not yet stable. Therefore, it will probably take a little while for the PR to be merged.
However, there are already working commits that are consistent with the RC version, so I've pulled them in and created an experimental branch that changes the LLRT TLS provider, which I'd like to share.
Importantly, by leveraging RustCrypto-based providers, we can eliminate our
ringdependency.Checklist
tests/unitand/or in Rust for my feature if neededmake fixto format JS and apply Clippy auto fixesmake checktypes/directoryBy submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.