Build Update for openssl/openssl ------------------------------------- Build: #24655 Status: Errored
Duration: 30 mins and 30 secs Commit: 130b7df (OpenSSL_1_1_1-stable) 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) (cherry picked from commit dcb982d792d6064ed3493e79749208d8c257ff04) View the changeset: https://github.com/openssl/openssl/compare/5fba3afad017...130b7df2db7d View the full build log and details: https://travis-ci.org/openssl/openssl/builds/518127727?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.
