proposal
proposal copied to clipboard
L46: C-core: New TLS Credentials API
Please include the language in the title for "L" proposals. Thanks!
Please include the language in the title for "L" proposals. Thanks!
Sure, sounds good!
@yihuazhang Hey Yihua, can you please take a look at the Custom Authorization
section? That part remains almost unchanged. I included some examples a the end, and it would be great to have you double check that the logic is correct. Thank you so much!
CC @jtattermusch
Hi, this looks great, however we were wondering if this can also support TLS-PSK (Pre-Shared Keys)?
For TLS 1.3 the TLS-PSK mode enables 0-RTT handshakes, reducing overhead for resource constrained use-cases
Hi, this looks great, however we were wondering if this can also support TLS-PSK (Pre-Shared Keys)?
For TLS 1.3 the TLS-PSK mode enables 0-RTT handshakes, reducing overhead for resource constrained use-cases
No, I don't think so. This API is mainly for "common" TLS with asymmetric keys.
Proposal - grpc library to provide support to configure TLS version at run time? Such that application can opt TLS version (1.2 or 1.3) at run time. Basically user can configure TLS version to use.
This proposal has APIs for setting TLS version and JFYI I have https://github.com/grpc/grpc/pull/31368 pending review for this.