Build Update for openssl/openssl ------------------------------------- Build: #24654 Status: Still Failing
Duration: 26 mins and 6 secs Commit: dcb982d (master) Author: Richard Levitte Message: EVP_*Update: ensure that input NULL with length 0 isn't passed Even with custome ciphers, the combination in == NULL && inl == 0 should not be passed down to the backend cipher function. The reason is that these are the values passed by EVP_*Final, and some of the backend cipher functions do check for these to see if a "final" call is made. Fixes #8675 Reviewed-by: Paul Dale <[email protected]> (Merged from https://github.com/openssl/openssl/pull/8676) View the changeset: https://github.com/openssl/openssl/compare/ccf453610f48...dcb982d792d6 View the full build log and details: https://travis-ci.org/openssl/openssl/builds/518127554?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.
