Still Failing: openssl/openssl#27600 (OpenSSL_1_1_1-stable - 738da3d)

Travis CI builds at travis-ci.org
Fri Aug 23 16:57:20 UTC 2019


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

Build: #27600
Status: Still Failing

Duration: 24 mins and 30 secs
Commit: 738da3d (OpenSSL_1_1_1-stable)
Author: Richard Levitte
Message: test/evp_test.c: distinguish parsing errors from processing errors

Parsing functions are at liberty to return:

1:  when parsing on processing of the parsed value succeeded
0:  when the parsed keyword is unknown
-1: when the parsed value processing failed

Some parsing functions didn't do this quite right, they returned 0
when they should have returned -1, causing a message like this:

    Line 123: unknown keyword PeerKey

When this message (which is displayed when the parsing function
returns -1) would have been more appropriate:

    Line 123: error processing keyword PeerKey = ffdhe2048-2-pub

Reviewed-by: Tomas Mraz <tmraz at fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/9682)

(cherry picked from commit f42c225d7f9a0bce0bf46103343402d3f0ad742f)

View the changeset: https://github.com/openssl/openssl/compare/8be96f236969...738da3d0b8c6

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

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mta.openssl.org/pipermail/openssl-commits/attachments/20190823/0b60db64/attachment.html>


More information about the openssl-commits mailing list