Build Update for openssl/openssl ------------------------------------- Build: #23738 Status: Still Failing
Duration: 28 mins and 18 secs Commit: c9a826d (OpenSSL_1_1_1-stable) Author: Matt Caswell Message: Don't write the tick_identity to the session Sessions must be immutable once they can be shared with multiple threads. We were breaking that rule by writing the ticket index into it during the handshake. This can lead to incorrect behaviour, including failed connections in multi-threaded environments. Reported by David Benjamin. Reviewed-by: Paul Dale <[email protected]> (Merged from https://github.com/openssl/openssl/pull/8383) (cherry picked from commit c96ce52ce293785b54a42d119c457aef739cc2ce) View the changeset: https://github.com/openssl/openssl/compare/99f0c7a8a699...c9a826d28f82 View the full build log and details: https://travis-ci.org/openssl/openssl/builds/502059511?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.
