Still Failing: openssl/openssl#26084 (OpenSSL_1_1_1-stable - 915430a)

Travis CI builds at travis-ci.org
Wed Jun 26 19:30:51 UTC 2019


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

Build: #26084
Status: Still Failing

Duration: 17 mins and 19 secs
Commit: 915430a (OpenSSL_1_1_1-stable)
Author: Benjamin Kaduk
Message: Move 'shared_sigalgs' from cert_st to ssl_st

It was only ever in cert_st because ssl_st was a public structure
and could not be modified without breaking the API.  However, both
structures are now opaque, and thus we can freely change their layout
without breaking applications.  In this case, keeping the shared
sigalgs in the SSL object prevents complications wherein they would
inadvertently get cleared during SSL_set_SSL_CTX() (e.g., as run
during a cert_cb).

Fixes #9099

Reviewed-by: Matt Caswell <matt at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/9157)

(cherry picked from commit 29948ac80c1388cfeb0bd64539ac1fa6e0bb8990)

View the changeset: https://github.com/openssl/openssl/compare/2a5f63c9a61b...915430a0a9b3

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


More information about the openssl-commits mailing list