Build Update for openssl/openssl ------------------------------------- Build: #26388 Status: Still Failing
Duration: 19 mins and 34 secs Commit: 06c8331 (master) Author: Richard Levitte Message: Adapt the provider AES for more use of OSSL_PARAM The cipher context IV was a bit interesting. EVP_CIPHER_CTX_iv() returns a pointer to the live IV, while EVP_CIPHER_CTX_ctrl() with the type EVP_CTRL_GET_IV gets a copy of the live IV. To support both, we support getting it with both the OSSL_PARAM_OCTET_STRING and OSSL_PARAM_OCTET_PTR datatypes. Reviewed-by: Paul Dale <[email protected]> Reviewed-by: Shane Lontis <[email protected]> (Merged from https://github.com/openssl/openssl/pull/9328) View the changeset: https://github.com/openssl/openssl/compare/7a228c391e0a...06c8331c5179 View the full build log and details: https://travis-ci.org/openssl/openssl/builds/557146394?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.
