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.
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
feat(tls): AWS Libcrypto Support #2008
feat(tls): AWS Libcrypto Support #2008
Changes from 29 commits
5754971
9bb7ab0
645d6dc
4cd649b
3fe5c26
843c6c1
6bb3a9c
da565a0
0185ddb
065faf4
3dfae60
a01b67e
c9c833c
f7b4000
91f6f3b
ea4b2c3
423e84d
649d12d
00f31fc
033f221
1c73ca4
121fda7
6411c3c
43b4214
0176510
e8d2de6
e8dd0f1
c2c736b
b7afdbf
8daf349
2e32fdd
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just thinking out loud: it strikes me as unfortunate that this the implication here is that because you would only need to access the certificate trust store for doing client things, that we should also enable the
channel
feature, which is also necessary for client things.Like in my mind, it would somehow be nicer if this was
tls-client-native-roots
, etc... to better indicate what the feature was affecting.Anyways, just thinking out loud. None of this is blocking or needs a response. :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this is a good idea. However, since the scope is different from this pull request, I think it would be good to discuss it in a separate pull request rather than changing them here.