Still Failing: openssl/openssl#28092 (OpenSSL_1_1_1-stable - 6318018)

Travis CI builds at travis-ci.org
Mon Sep 9 16:48:21 UTC 2019


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

Build: #28092
Status: Still Failing

Duration: 19 mins and 22 secs
Commit: 6318018 (OpenSSL_1_1_1-stable)
Author: Dr. Matthias St. Pierre
Message: drbg: fix issue where DRBG_CTR fails if NO_DF is used (2nd attempt)

Since commit 7c226dfc434d a chained DRBG does not add additional
data anymore when reseeding from its parent. The reason is that
the size of the additional data exceeded the allowed size when
no derivation function was used.

This commit provides an alternative fix: instead of adding the
entire DRBG's complete state, we just add the DRBG's address
in memory, thereby providing some distinction between the different
DRBG instances.

Reviewed-by: Paul Dale <paul.dale at oracle.com>
Reviewed-by: Matt Caswell <matt at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/9802)

View the changeset: https://github.com/openssl/openssl/compare/73a683b742b3...63180182ecfe

View the full build log and details: https://travis-ci.org/openssl/openssl/builds/582763796?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/20190909/73178d56/attachment.html>


More information about the openssl-commits mailing list