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.
Support NIO Transport Services - part 2 #184
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
Support NIO Transport Services - part 2 #184
Changes from all commits
a138c04
33b6de0
eb81523
0b468f2
b06210f
f40a084
6451389
a7815d1
8e18b0b
61c735e
eeea672
4a1ff5d
014cef3
d500a0c
76b3618
8574edd
9a41fc3
639d0d5
8d43633
299e14c
69b0e38
0eef5f0
f7a3a67
131f96a
72c384b
9d4e9ef
05c0fe1
262a6fe
038ef0b
8d92958
30d943c
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.
This one is also reasonably do-able, if we configure a custom trust challenge. For now, though, let's leave it as-is.
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 assume this would be done with
sec_protocol_options_set_verify_block
. There doesn't seem to be any documentation on what the default verify block would involve, outside of evaluating the trust (Does it also verify server address?). So wasn't keen on setting one up outside the very specific case of having no certificate verification.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.
That's correct. You start out with a trust that's appropriately configured (it's passed in, I believe) and you can modify it as needed.