Still Failing: openssl/openssl#26900 (OpenSSL_1_1_1-stable - e4a282f)

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


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

Build: #26900
Status: Still Failing

Duration: 25 mins and 27 secs
Commit: e4a282f (OpenSSL_1_1_1-stable)
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)

(cherry picked from commit 166c0b98fd6e8b1bb341397642527a9396468f6c)

View the changeset: https://github.com/openssl/openssl/compare/54aa9d51b09d...e4a282fe0303

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


More information about the openssl-commits mailing list