[openssl-commits] Still Failing: openssl/openssl#12940 (master - 75e2c87)
Travis CI
builds at travis-ci.org
Thu Aug 3 14:12:24 UTC 2017
Build Update for openssl/openssl
-------------------------------------
Build: #12940
Status: Still Failing
Duration: 28 minutes and 32 seconds
Commit: 75e2c87 (master)
Author: Rich Salz
Message: Switch from ossl_rand to DRBG rand
If RAND_add wraps around, XOR with existing. Add test to drbgtest that
does the wrap-around.
Re-order seeding and stop after first success.
Add RAND_poll_ex()
Use the DF and therefore lower RANDOMNESS_NEEDED. Also, for child DRBG's,
mix in the address as the personalization bits.
Centralize the entropy callbacks, from drbg_lib to rand_lib.
(Conceptually, entropy is part of the enclosing application.)
Thanks to Dr. Matthias St Pierre for the suggestion.
Various code cleanups:
-Make state an enum; inline RANDerr calls.
-Add RAND_POLL_RETRIES (thanks Pauli for the idea)
-Remove most RAND_seed calls from rest of library
-Rename DRBG_CTX to RAND_DRBG, etc.
-Move some code from drbg_lib to drbg_rand; drbg_lib is now only the
implementation of NIST DRBG.
-Remove blocklength
Reviewed-by: Paul Dale <paul.dale at oracle.com>
(Merged from https://github.com/openssl/openssl/pull/4019)
View the changeset: https://github.com/openssl/openssl/compare/67dc995eaf53...75e2c8776504
View the full build log and details: https://travis-ci.org/openssl/openssl/builds/260613574?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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mta.openssl.org/pipermail/openssl-commits/attachments/20170803/38397283/attachment.html>
More information about the openssl-commits
mailing list