Build Update for openssl/openssl ------------------------------------- Build: #33780 Status: Errored
Duration: 42 mins and 45 secs Commit: cc572c2 (master) Author: Richard Levitte Message: EVP: legacy_ctrl_to_param() to handle provider side keys There was one spot where this function would look at ctx->pmeth directly to determine if it's for RSASSA-PSS, which fails when presented with an EVP_PKEY_CTX holding a provider side key. Switching to use EVP_PKEY_is_a() should make things better. Reviewed-by: Matt Caswell <[email protected]> Reviewed-by: Nicola Tuveri <[email protected]> (Merged from https://github.com/openssl/openssl/pull/11501) View the changeset: https://github.com/openssl/openssl/compare/1ae56f2f43d3...cc572c25647f View the full build log and details: https://travis-ci.org/github/openssl/openssl/builds/673574503?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.
