Still Failing: openssl/openssl#26899 (master - 166c0b9)

Travis CI builds at travis-ci.org
Thu Jul 25 20:45:05 UTC 2019


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

Build: #26899
Status: Still Failing

Duration: 19 mins and 9 secs
Commit: 166c0b9 (master)
Author: David Benjamin
Message: Don't generate an unnecessary Diffie-Hellman key in TLS 1.3 clients.

tls_parse_stoc_key_share was generating a new EVP_PKEY public/private
keypair and then overrides it with the server public key, so the
generation was a waste anyway. Instead, it should create a
parameters-only EVP_PKEY.

(This is a consequence of OpenSSL using the same type for empty key,
empty key with key type, empty key with key type + parameters, public
key, and private key. As a result, it's easy to mistakenly mix such
things up, as happened here.)

Reviewed-by: Matt Caswell <matt at openssl.org>
Reviewed-by: Kurt Roeckx <kurt at roeckx.be>
(Merged from https://github.com/openssl/openssl/pull/9445)

View the changeset: https://github.com/openssl/openssl/compare/8ccf2ffbd6a9...166c0b98fd6e

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

--

You can unsubscribe from build emails from the openssl/openssl repository going to https://travis-ci.org/account/preferences/unsubscribe?repository=5849220&utm_medium=notification&utm_source=email.
Or unsubscribe from *all* email updating your settings at https://travis-ci.org/account/preferences/unsubscribe?utm_medium=notification&utm_source=email.
Or configure specific 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/20190725/aabc58b3/attachment-0001.html>


More information about the openssl-commits mailing list