Build Update for openssl/openssl ------------------------------------- Build: #31658 Status: Still Failing
Duration: 19 mins and 16 secs Commit: a88aef3 (master) Author: Richard Levitte Message: PROV: Fix bignum printout in text serializers The common routine ossl_prov_print_labeled_bignum() didn't print the BIGNUM quite the way it should. It treated the limbs in a big endian fashion, when they are really organised in a little endian fashion. Furthermore, we make it inherit the behaviour from the print of legacy keys, where a number starting with the high bit set gets an extra zero printed first. Reviewed-by: Matt Caswell <[email protected]> (Merged from https://github.com/openssl/openssl/pull/10891) View the changeset: https://github.com/openssl/openssl/compare/62f49b90d7e8...a88aef32c902 View the full build log and details: https://travis-ci.org/openssl/openssl/builds/640970954?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.
