[openssl-commits] Still Failing: openssl/openssl#16967 (master - 4917e91)

Travis CI builds at travis-ci.org
Sat Mar 10 00:17:31 UTC 2018


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

Build: #16967
Status: Still Failing

Duration: 43 minutes and 31 seconds
Commit: 4917e91 (master)
Author: Dr. Matthias St. Pierre
Message: RAND_DRBG: add a function for setting the reseeding defaults

The introduction of thread local public and private DRBG instances (#5547)
makes it very cumbersome to change the reseeding (time) intervals for
those instances. This commit provides a function to set the default
values for all subsequently created DRBG instances.

 int RAND_DRBG_set_reseed_defaults(
                                   unsigned int master_reseed_interval,
                                   unsigned int slave_reseed_interval,
                                   time_t master_reseed_time_interval,
                                   time_t slave_reseed_time_interval
                                   );

The function is intended only to be used during application initialization,
before any threads are created and before any random bytes are generated.

Reviewed-by: Rich Salz <rsalz at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5576)

View the changeset: https://github.com/openssl/openssl/compare/9ad9794273f3...4917e91160fa

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

--

You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications







This email was sent to openssl-commits at openssl.org (mailto:openssl-commits at openssl.org)
unsubscribe from this list (http://clicks.travis-ci.com/track/unsub.php?u=14313403&id=3c76fe05b7c04296a5b7ceb07c18f514.S4RW6Clmvqc3YBhWrklxhpwfgC8%3D&r=https%3A%2F%2Fmandrillapp.com%2Funsub%3Fmd_email%3Dopenssl-commits%2540openssl.org)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mta.openssl.org/pipermail/openssl-commits/attachments/20180310/248b660b/attachment-0001.html>


More information about the openssl-commits mailing list