HTHou commented on code in PR #3606:
URL: https://github.com/apache/thrift/pull/3606#discussion_r3486112111
##########
lib/cpp/src/thrift/transport/TSSLSocket.h:
##########
@@ -43,6 +43,7 @@ enum SSLProtocol {
TLSv1_0 = 3, // Supports TLSv1_0 or later.
TLSv1_1 = 4, // Supports TLSv1_1 or later.
TLSv1_2 = 5, // Supports TLSv1_2 or later.
+ NTLS = 6, // Tongsuo NTLS/TLCP; requires dual signing and encryption
certificates.
Review Comment:
Should 6 be TLSv1_3?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]