Errored: openssl/openssl#26867 (OpenSSL_1_1_1-stable - b4b42d4)

Travis CI builds at travis-ci.org
Wed Jul 24 22:57:08 UTC 2019


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

Build: #26867
Status: Errored

Duration: 25 mins and 40 secs
Commit: b4b42d4 (OpenSSL_1_1_1-stable)
Author: Pauli
Message: Make rand_pool buffers more dynamic in their sizing.

The rand pool support allocates maximal sized buffers -- this is typically
12288 bytes in size.  These pools are allocated in secure memory which is a
scarse resource.  They are also allocated per DRBG of which there are up to two
per thread.

This change allocates 64 byte pools and grows them dynamically if required.
64 is chosen to be sufficiently large so that pools do not normally need to
grow.

Reviewed-by: Bernd Edlinger <bernd.edlinger at hotmail.de>
(Merged from https://github.com/openssl/openssl/pull/9428)

(cherry picked from commit a6a66e4511eec0f4ecc2943117a42b3723eb2222)

View the changeset: https://github.com/openssl/openssl/compare/e8d866dcb170...b4b42d441d35

View the full build log and details: https://travis-ci.org/openssl/openssl/builds/563305036?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/20190724/979b3abd/attachment.html>


More information about the openssl-commits mailing list