[openssl-commits] Still Failing: openssl/openssl#11877 (master - 9924087)

Travis CI builds at travis-ci.org
Wed Jun 21 15:11:52 UTC 2017


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

Build: #11877
Status: Still Failing

Duration: 20 minutes and 25 seconds
Commit: 9924087 (master)
Author: Matt Caswell
Message: Fix DTLS failure when used in a build which has SCTP enabled

The value of BIO_CTRL_DGRAM_SET_PEEK_MODE was clashing with the value for
BIO_CTRL_DGRAM_SCTP_SET_IN_HANDSHAKE. In an SCTP enabled build
BIO_CTRL_DGRAM_SCTP_SET_IN_HANDSHAKE was used unconditionally with
the reasoning that it would be ignored if SCTP wasn't in use. Unfortunately
due to this clash, this wasn't the case. The BIO ended up going into peek
mode and was continually reading the same data over and over - throwing it
away as a replay.

Fixes #3723

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

View the changeset: https://github.com/openssl/openssl/compare/72257204bd2a...9924087573cf

View the full build log and details: https://travis-ci.org/openssl/openssl/builds/245384891?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/20170621/a5586919/attachment-0001.html>


More information about the openssl-commits mailing list