----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/71659/ -----------------------------------------------------------
Review request for mesos, Benno Evers, Benjamin Mahler, Greg Mann, and Till Toenshoff. Bugs: MESOS-10009 https://issues.apache.org/jira/browse/MESOS-10009 Repository: mesos Description ------- This removes the configure-time check on having both ENABLE_SSL and ENABLE_LIBEVENT set to true in order to have SSL sockets. The subsequent commits will add SSL support to the poll socket class as a wrapper. This also updates the related documentation for SSL, including on Windows. Diffs ----- cmake/CompilationConfigure.cmake 62cb23e81abb2c7e4e8e13c83b45afb98708bd30 docs/ssl.md f6beb4211f0c17fdaa4b52425cec405c9b6a7d56 docs/windows.md 35b12ddedec6f85b75adefa80d38fa439cd6b2d3 Diff: https://reviews.apache.org/r/71659/diff/1/ Testing ------- Requires a libprocess build change too (next patch). Thanks, Joseph Wu