Build Update for openssl/openssl ------------------------------------- Build: #36541 Status: Still Failing
Duration: 1 hr, 18 mins, and 2 secs Commit: 6ce6ad3 (master) Author: Richard Levitte Message: RSA: Be less strict on PSS parameters when exporting to provider We have a key in test/recipes/30-test_evp_data/evppkey.txt with bad PSS parameters (RSA-PSS-BAD), which is supposed to trigger signature computation faults. However, if this key needs to be exported to the RSA provider implementation, the result would be an earlier error, giving the computation that's supposed to be checked n chance to even be reached. Either way, the legacy to provider export is no place to validate the values of the key. We also ensure that the provider implementation can handle and detect signed (negative) saltlen values. Reviewed-by: Paul Dale <[email protected]> (Merged from https://github.com/openssl/openssl/pull/12583) View the changeset: https://github.com/openssl/openssl/compare/5f6a0b2ff055...6ce6ad39fe85 View the full build log and details: https://travis-ci.com/github/openssl/openssl/builds/178828575?utm_medium=notification&utm_source=email -- You can unsubscribe from build emails from the openssl/openssl repository going to https://travis-ci.com/account/preferences/unsubscribe?repository=13885459&utm_medium=notification&utm_source=email. Or unsubscribe from *all* email updating your settings at https://travis-ci.com/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.
