You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kudu.apache.org by "Alexey Serbin (JIRA)" <ji...@apache.org> on 2017/11/03 18:42:00 UTC

[jira] [Commented] (KUDU-1926) Disable SSL session renegotiation

    [ https://issues.apache.org/jira/browse/KUDU-1926?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16238163#comment-16238163 ] 

Alexey Serbin commented on KUDU-1926:
-------------------------------------

There is SSL_OP_NO_SESSION_RESUMPTION_ON_RENEGOTIATION for that (appeared in 0.9.7 version), but we don't set it in the TLS context yet.

> Disable SSL session renegotiation
> ---------------------------------
>
>                 Key: KUDU-1926
>                 URL: https://issues.apache.org/jira/browse/KUDU-1926
>             Project: Kudu
>          Issue Type: Improvement
>          Components: rpc, security
>    Affects Versions: 1.3.0
>            Reporter: Todd Lipcon
>            Priority: Minor
>
> SSL renegotiation has had a couple of CVEs in the past. We should figure out if it's easy to disable it and do so, since we don't expect to use it in KRPC.
> (it may already be the case that it's disabled by virtue of us not handling SSL_WANT_READ return from ssl_write, and SSL_WANT_WRITE from ssl_read).



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)