Build Update for openssl/openssl ------------------------------------- Build: #36307 Status: Still Failing
Duration: 1 hr, 27 mins, and 11 secs Commit: a27cb95 (master) Author: Dr. Matthias St. Pierre Message: Fix: uninstantiation breaks the RAND_DRBG callback mechanism The RAND_DRBG callbacks are wrappers around the EVP_RAND callbacks. During uninstantiation, the EVP_RAND callbacks got lost while the RAND_DRBG callbacks remained, because RAND_DRBG_uninstantiate() calls RAND_DRBG_set(), which recreates the EVP_RAND object. This was causing drbgtest failures. This commit fixes the problem by adding code to RAND_DRBG_set() for saving and restoring the EVP_RAND callbacks. Reviewed-by: Paul Dale <[email protected]> (Merged from https://github.com/openssl/openssl/pull/11195) View the changeset: https://github.com/openssl/openssl/compare/dcb71e1c21ad...a27cb956c022 View the full build log and details: https://travis-ci.com/github/openssl/openssl/builds/176796127?utm_medium=notification&utm_source=email -- You can unsubscribe from build emails from the openssl/openssl repository going to https://travis-ci.com/account/preferences/unsubscribe?repository=13885459&utm_medium=notification&utm_source=email. Or unsubscribe from *all* email updating your settings at https://travis-ci.com/account/preferences/unsubscribe?utm_medium=notification&utm_source=email. Or configure specific recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications.
