-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/49400/
-----------------------------------------------------------
Review request for mesos, Adam B, Albert Strasheim, Artem Harutyunyan, Joris
Van Remoortere, and Lukas Loesche.
Bugs: MESOS-5724
https://issues.apache.org/jira/browse/MESOS-5724
Repository: mesos
Description
-------
Adds the ability to render a subject alternative name based on a given
IP address within a X509 certificate extension. Additionally the
libprocess test suite makes use of this feature.
Diffs
-----
3rdparty/libprocess/include/process/ssl/gtest.hpp 5435ddd
3rdparty/libprocess/include/process/ssl/utilities.hpp ad9ec5d
3rdparty/libprocess/src/ssl/utilities.cpp d23f462
Diff: https://reviews.apache.org/r/49400/diff/
Testing
-------
make check on OSX and various linux distros.
Functional testing by validating a rendered certificate;
```
openssl x509 -text -noout -in "temp_cert_file_name"
```
Thanks,
Till Toenshoff