-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/51065/
-----------------------------------------------------------
(Updated Aug. 13, 2016, 6:15 a.m.)
Review request for mesos, Joseph Wu and Vinod Kone.
Bugs: MESOS-3753
https://issues.apache.org/jira/browse/MESOS-3753
Repository: mesos
Description (updated)
-------
This changes the SSL helpers in libprocess to generate
certs using a hostname determined using the same address
that is advertised by libprocess. This assures that
validation of the certificates will succeed. The test
`SSLTest.BasicSameProcess` is also updated to accommodate
this change.
Diffs (updated)
-----
3rdparty/libprocess/include/process/ssl/gtest.hpp
83778bbfcc75f3f39b98d03a3580398e7d1062ea
3rdparty/libprocess/src/tests/ssl_tests.cpp
a5ac03969694c4345c2c5004051b08b6d1da8555
Diff: https://reviews.apache.org/r/51065/diff/
Testing
-------
`make check` on Ubuntu 14.04
Thanks,
Greg Mann