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

Build: #23737
Status: Still Failing

Duration: 20 mins and 15 secs
Commit: c96ce52 (master)
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)

View the changeset: 
https://github.com/openssl/openssl/compare/284d19c2ced0...c96ce52ce293

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

Reply via email to