[openssl-commits] Still Failing: openssl/openssl#12942 (master - ae3947d)

Travis CI builds at travis-ci.org
Thu Aug 3 14:51:50 UTC 2017


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

Build: #12942
Status: Still Failing

Duration: 25 minutes and 52 seconds
Commit: ae3947d (master)
Author: Rich Salz
Message: Add a DRBG to each SSL object

Give each SSL object it's own DRBG, chained to the parent global
DRBG which is used only as a source of randomness into the per-SSL
DRBG.  This is used for all session, ticket, and pre-master secret keys.
It is NOT used for ECDH key generation which use only the global
DRBG. (Doing that without changing the API is tricky, if not impossible.)

Reviewed-by: Paul Dale <paul.dale at oracle.com>
(Merged from https://github.com/openssl/openssl/pull/4050)

View the changeset: https://github.com/openssl/openssl/compare/75e2c8776504...ae3947de0952

View the full build log and details: https://travis-ci.org/openssl/openssl/builds/260632063?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/726cf97d/attachment.html>


More information about the openssl-commits mailing list