-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/71666/
-----------------------------------------------------------
(Updated Nov. 5, 2019, 5:57 p.m.)
Review request for mesos, Benno Evers, Benjamin Mahler, Greg Mann, and Till
Toenshoff.
Changes
-------
Changed lambda captures of `this` to a weak pointer instead.
Summary (updated)
-----------------
SSL Wrapper: Implemented send/recv and shutdown.
Bugs: MESOS-10010
https://issues.apache.org/jira/browse/MESOS-10010
Repository: mesos
Description
-------
This completes a fully functional client-side SSL socket.
Needs a bit of cleanup and more error handling though.
Diffs (updated)
-----
3rdparty/libprocess/src/ssl/socket_wrapper.hpp PRE-CREATION
3rdparty/libprocess/src/ssl/socket_wrapper.cpp PRE-CREATION
Diff: https://reviews.apache.org/r/71666/diff/3/
Changes: https://reviews.apache.org/r/71666/diff/2-3/
Testing (updated)
-------
```
cmake --build . --target libprocess-tests
libprocess-tests --gtest_filter="SSLTest.*"
```
Running libprocess-tests yields:
```
[ FAILED ] SSLTest.ValidDowngrade
[ FAILED ] SSLTest.ValidDowngradeEachProtocol
[ FAILED ] SSLTest.ShutdownThenSend
```
Thanks,
Joseph Wu