> On July 26, 2017, 11:12 p.m., Greg Mann wrote: > > docs/ssl.md > > Lines 78-79 (patched) > > <https://reviews.apache.org/r/60996/diff/2/?file=1780637#file1780637line78> > > > > Proposing a couple small tweaks for grammar/spelling: > > > > ``` > > List of elliptic curves which should be used for ECDHE-based cipher > > suites, in preferred order. Available values depend on the OpenSSL version > > used. Default value `auto` allows OpenSSL to pick the curve automatically. > > OpenSSL versions prior to `1.0.2` allow for the use of only one curve; > > in those cases, `auto` defaults to `prime256v1`. > > ```
Thanks Greg - much appreciated -- will fix while committing. - Till ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/60996/#review181502 ----------------------------------------------------------- On July 21, 2017, 9:30 a.m., Alexander Rojas wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/60996/ > ----------------------------------------------------------- > > (Updated July 21, 2017, 9:30 a.m.) > > > Review request for mesos, Jie Yu and Till Toenshoff. > > > Bugs: MESOS-7792 > https://issues.apache.org/jira/browse/MESOS-7792 > > > Repository: mesos > > > Description > ------- > > This adds the adequate documentation entry for the new > `LIBPROCESS_SSL_ECDH_CURVE` environment variable, which allow the > configuration of ECDHE key exchange while establishing TLS sessions. > > > Diffs > ----- > > docs/ssl.md 811390f366c97b6d61cf9b3f188e3c399abb46cd > > > Diff: https://reviews.apache.org/r/60996/diff/2/ > > > Testing > ------- > > non functional change. > > > Thanks, > > Alexander Rojas > >
