You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Joseph Wu (Jira)" <ji...@apache.org> on 2019/12/16 19:07:00 UTC

[jira] [Created] (MESOS-10070) Add a unit test for client-initiated SSL renegotiation

Joseph Wu created MESOS-10070:
---------------------------------

             Summary: Add a unit test for client-initiated SSL renegotiation
                 Key: MESOS-10070
                 URL: https://issues.apache.org/jira/browse/MESOS-10070
             Project: Mesos
          Issue Type: Task
            Reporter: Joseph Wu


https://www.openssl.org/docs/man1.1.1/man3/SSL_renegotiate.html

On certain versions of TLS, the client can attempt to renegotiate an existing SSL connection at any time.  This basically means performing an SSL handshake again on the same connection.

To ensure our sockets don't break when this happens, we should add a unit test exercising the case.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)