You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Benjamin Bannier (JIRA)" <ji...@apache.org> on 2016/10/07 12:19:20 UTC

[jira] [Created] (MESOS-6328) Make initialization of openssl eager

Benjamin Bannier created MESOS-6328:
---------------------------------------

             Summary: Make initialization of openssl eager
                 Key: MESOS-6328
                 URL: https://issues.apache.org/jira/browse/MESOS-6328
             Project: Mesos
          Issue Type: Bug
          Components: security
            Reporter: Benjamin Bannier
            Priority: Minor


Currently openssl is initialized lazily since {{openssl::initialize}} is called whenever the first ssl socket is created with {{LibeventSSLSocketImpl::create}}, while it should be possible to just call it in spots where {{process::initialize}} is called.

This was brought up during https://reviews.apache.org/r/52154/.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)