Errored: openssl/openssl#37432 (master - ec0ce18)

Travis CI builds at travis-ci.com
Sun Sep 13 20:12:24 UTC 2020


Build Update for openssl/openssl
-------------------------------------

Build: #37432
Status: Errored

Duration: 1 hr, 16 mins, and 41 secs
Commit: ec0ce18 (master)
Author: Richard Levitte
Message: EVP: Centralise fetching error reporting

Instead of sometimes, and sometimes not reporting an error in the
caller of EVP_XXX_fetch(), where the error may or may not be very
accurate, it's now centralised to the inner EVP fetch functionality.
It's made in such a way that it can determine if an error occured
because the algorithm in question is not there, or if something else
went wrong, and will report EVP_R_UNSUPPORTED_ALGORITHM for the
former, and EVP_R_FETCH_FAILED for the latter.

This helps our own test/evp_test.c when it tries to figure out why an
EVP_PKEY it tried to load failed to do so.

Reviewed-by: Paul Dale <paul.dale at oracle.com>
(Merged from https://github.com/openssl/openssl/pull/12857)

View the changeset: https://github.com/openssl/openssl/compare/225c9660a5a3...ec0ce188f44b

View the full build log and details: https://travis-ci.com/github/openssl/openssl/builds/184113969?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.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mta.openssl.org/pipermail/openssl-commits/attachments/20200913/cdf769e3/attachment.html>


More information about the openssl-commits mailing list