-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/70749/
-----------------------------------------------------------
(Updated June 6, 2019, 11:15 p.m.)
Review request for mesos, Alexander Rukletsov and Joseph Wu.
Changes
-------
v2, merged with reverse DNS review.
Summary (updated)
-----------------
WIP: Introduced optional new algorithm for hostname validation.
Bugs: MESOS-9809
https://issues.apache.org/jira/browse/MESOS-9809
Repository: mesos
Description (updated)
-------
This commit introduces a new libprocess SSL flag
`hostname_validation_algorithm`, which can be used to select
between the previous hostname validation behaviour and a new
option to use standardized OpenSSL algorithms to handle
hostname validation as part of the
As a nice side-effect, the new algorithm gets rid of reverse DNS
lookups during TLS connection establishment, which used to be
a common source of hard-to-debug unresponsiveness in Mesos
components.
See `docs/ssl.md` in the follow-up commit for details of and
differences between the algorithms.
Diffs (updated)
-----
3rdparty/libprocess/include/process/address.hpp
e740e840c38381bafd7a1a7fcde5f963832ac1fb
3rdparty/libprocess/include/process/ssl/flags.hpp
f3483f97f93bb29117b2c78f0f2ed9735d9c4b3a
3rdparty/libprocess/src/http.cpp 3e73ee936f5c6329f41704a179f3d88ab65dfb6d
3rdparty/libprocess/src/openssl.hpp 17bec246e516261f8d772f1647c17f092fae82d1
3rdparty/libprocess/src/openssl.cpp e7dbd67913fa8e7fbbf60dee428e7e38895f86ce
3rdparty/libprocess/src/posix/libevent/libevent_ssl_socket.cpp
29a1bf71c1df9d80370455a6269ecea0ec4193b0
3rdparty/libprocess/src/tests/http_tests.cpp
97aaf3ed3d4fab6d717d5c9b6d12402562ac6b46
3rdparty/libprocess/src/tests/ssl_tests.cpp
6b8496aeeed79ae1bd39d7013f4f403b248fdd4c
Diff: https://reviews.apache.org/r/70749/diff/2/
Changes: https://reviews.apache.org/r/70749/diff/1-2/
Testing (updated)
-------
Todo!
Thanks,
Benno Evers