[openssl-commits] Still Failing: openssl/openssl#1469 (master - dc5744c)

Travis CI builds at travis-ci.org
Wed Feb 3 19:00:10 UTC 2016


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

Build: #1469
Status: Still Failing

Duration: 54 minutes and 3 seconds
Commit: dc5744c (master)
Author: Emilia Kasper
Message: RT3234: disable compression

CRIME protection: disable compression by default, even if OpenSSL is
compiled with zlib enabled. Applications can still enable compression by
calling SSL_CTX_clear_options(ctx, SSL_OP_NO_COMPRESSION), or by using
the SSL_CONF library to configure compression. SSL_CONF continues to
work as before:

SSL_CONF_cmd(ctx, "Options", "Compression") enables compression.

SSL_CONF_cmd(ctx, "Options", "-Compression") disables compression (now
no-op by default).

The command-line switch has changed from -no_comp to -comp.

Reviewed-by: Rich Salz <rsalz at openssl.org>

View the changeset: https://github.com/openssl/openssl/compare/0c20802c6a60...dc5744cb78da

View the full build log and details: https://travis-ci.org/openssl/openssl/builds/106789371

--

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/20160203/69ecc7aa/attachment.html>


More information about the openssl-commits mailing list