[openssl-commits] Still Failing: openssl/openssl#11878 (OpenSSL_1_1_0-stable - 2181551)

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


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

Build: #11878
Status: Still Failing

Duration: 17 minutes and 50 seconds
Commit: 2181551 (OpenSSL_1_1_0-stable)
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)

(cherry picked from commit 9924087573cfbc8d2bc97088f36d1a81ca00cda3)

View the changeset: https://github.com/openssl/openssl/compare/d717edf80ed3...21815512063d

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


More information about the openssl-commits mailing list