[openssl-commits] Still Failing: openssl/openssl#11790 (master - 729ef85)

Travis CI builds at travis-ci.org
Mon Jun 19 12:47:44 UTC 2017


Build Update for openssl/openssl
-------------------------------------

Build: #11790
Status: Still Failing

Duration: 20 minutes and 8 seconds
Commit: 729ef85 (master)
Author: Cory Benfield
Message: s_client accepts host/port as positional argument.

This allows the user to provide the target host and optional port to
openssl s_client as an optional positional argument, rather than as the
argument to the -connect flag. This rationalises the user experience of
s_client: given that the only logical purpose of s_client is to connect
to a host, it is difficult to understand why there is an (effectively
mandatory) command option to pass to make that happen.

This patch forbids providing *both* -connect and the positional
argument, because it would likely be too difficult to reconcile.
Otherwise, using the positional argument behaves exactly the same as
using -connect does.

Reviewed-by: Richard Levitte <levitte at openssl.org>
Reviewed-by: Rich Salz <rsalz at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/1171)

View the changeset: https://github.com/openssl/openssl/compare/edcdf38bd09f...729ef85611d2

View the full build log and details: https://travis-ci.org/openssl/openssl/builds/244499947?utm_source=email&utm_medium=notification

--

You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mta.openssl.org/pipermail/openssl-commits/attachments/20170619/e20c6b90/attachment-0001.html>


More information about the openssl-commits mailing list