Rich Salz ae3947de09 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@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/4050)
2017-08-03 10:24:03 -04:00
..
2017-08-03 10:24:03 -04:00
2017-08-03 10:24:03 -04:00
2017-05-02 09:44:43 +01:00
2017-08-03 10:48:00 +01:00
2017-07-30 17:42:00 -04:00
2017-08-03 10:48:00 +01:00
2017-08-03 10:48:00 +01:00
2017-08-03 10:24:03 -04:00
2017-08-03 10:48:00 +01:00
2017-07-13 12:38:42 +01:00
2017-08-03 10:24:03 -04:00
2017-08-03 10:24:03 -04:00
2017-08-03 10:24:03 -04:00
2017-07-31 08:55:37 -04:00
2016-11-13 16:24:02 -05:00
2017-06-22 11:54:19 -04:00
2017-07-13 12:38:42 +01:00
2017-07-31 09:11:18 -04:00
2017-07-17 13:42:52 +01:00
2017-08-03 10:24:03 -04:00