Build Update for openssl/openssl ------------------------------------- Build: #26271 Status: Still Failing
Duration: 25 mins and 31 secs Commit: 2a1e2fe (master) Author: Matt Caswell Message: Prevent the use of RUN_ONCE inside the FIPS module FIPS module code *always* runs within the scope of an associated OPENSSL_CTX. When the module is loaded the OPENSSL_CTX gets created, and when the module is unloaded the OPENSSL_CX gets freed. A module may be loaded multiple times within the scope of different OPENSSL_CTX objects. "Global" data should always be stored within the OPENSSL_CTX. In this way it will always get cleaned up properly when the module is unloaded. All current code within the FIPS module works this way. To avoid "accidents" we disabled the RUN_ONCE code inside the FIPS module. Reviewed-by: Paul Dale <[email protected]> (Merged from https://github.com/openssl/openssl/pull/9308) View the changeset: https://github.com/openssl/openssl/compare/e6716f2bb4d9...2a1e2fe145c6 View the full build log and details: https://travis-ci.org/openssl/openssl/builds/554329082?utm_medium=notification&utm_source=email -- You can unsubscribe from build emails from the openssl/openssl repository going to https://travis-ci.org/account/preferences/unsubscribe?repository=5849220&utm_medium=notification&utm_source=email. Or unsubscribe from *all* email updating your settings at https://travis-ci.org/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.
