Errored: openssl/openssl#36271 (master - 7717459)

Travis CI builds at travis-ci.com
Tue Jul 21 22:52:58 UTC 2020


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

Build: #36271
Status: Errored

Duration: 1 hr, 32 mins, and 26 secs
Commit: 7717459 (master)
Author: Viktor Dukhovni
Message: Avoid errors with a priori inapplicable protocol bounds

The 'MinProtocol' and 'MaxProtocol' configuration commands now silently
ignore TLS protocol version bounds when configurign DTLS-based contexts,
and conversely, silently ignore DTLS protocol version bounds when
configuring TLS-based contexts.  The commands can be repeated to set
bounds of both types.  The same applies with the corresponding
"min_protocol" and "max_protocol" command-line switches, in case some
application uses both TLS and DTLS.

SSL_CTX instances that are created for a fixed protocol version (e.g.
TLSv1_server_method()) also silently ignore version bounds.  Previously
attempts to apply bounds to these protocol versions would result in an
error.  Now only the "version-flexible" SSL_CTX instances are subject to
limits in configuration files in command-line options.

Expected to resolve #12394

Reviewed-by: Paul Dale <paul.dale at oracle.com>
GH: #12472

View the changeset: https://github.com/openssl/openssl/compare/5ac582d949c4...77174598920a

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

--

You can unsubscribe from build emails from the openssl/openssl repository going to https://travis-ci.com/account/preferences/unsubscribe?repository=13885459&utm_medium=notification&utm_source=email.
Or unsubscribe from *all* email updating your settings at https://travis-ci.com/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: <https://mta.openssl.org/pipermail/openssl-commits/attachments/20200721/1520e97c/attachment-0001.html>


More information about the openssl-commits mailing list