Still Failing: openssl/openssl#28980 (master - 3713329)

Travis CI builds at travis-ci.org
Mon Oct 7 07:59:26 UTC 2019


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

Build: #28980
Status: Still Failing

Duration: 28 mins and 50 secs
Commit: 3713329 (master)
Author: Matt Caswell
Message: Send bad_record_mac instead of decryption_failed

The decryption failed alert was deprecated a long time ago. It can
provide an attacker too much information to be able to distinguish between
MAC failures and decryption failures and can lead to oracle attacks.
Instead we should always use the bad_record_mac alert for these issues.
This fixes one instance that still exists. It does not represent a
security issue in this case because it is only ever sent if the record is
publicly invalid, i.e. we have detected it is invalid without using any
secret material.

Reviewed-by: Tomas Mraz <tmraz at fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/10093)

View the changeset: https://github.com/openssl/openssl/compare/a56f68adb7aa...37133290832a

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


More information about the openssl-commits mailing list