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.d...@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

_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits

Reply via email to