-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
security/advancedtls: add TlsVersionOption to select desired min/max TLS versions #6007
Conversation
Adding an "TlsVersionOption" for users to select their desired min/max TLS versions, if advanced TLS is used, per request by grpc#5667 RELEASE NOTES: security/advancedtls: add min/max TLS version selection options
0a694a0
to
23c3143
Compare
I am OOO right now... Adding @erm-g to take a look, thanks! |
@erm-g can you please take a look at this? |
Hi @dfawley , |
I have no strong feelings here one way or another. I'll leave it up to the security team to define the API here. If you think users will need direct interaction with |
Another gentle ping @erm-g |
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.
@joeljeske We had an internal discussion and can merge this PR. Please keep in mind that, in the long term, we will be exposing 'tls.Config' and signatures may change. This API is still in an experimental stage.
I see there are some failing tests - once it's fix I can merge the PR.
@erm-g : Looks like you requested changes, but never approved the PR. Could you please approve it, and I can merge it. Thanks. |
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.
Approved
(Continuation of #5797 cc @ZhenLian)
Adding an "TlsVersionOption" for users to select their desired min/max TLS versions, if advanced TLS is used, per request by #5667
RELEASE NOTES: