[openssl-commits] Still Failing: openssl/openssl#21364 (master - ce5d64c)

Travis CI builds at travis-ci.org
Mon Oct 29 16:52:31 UTC 2018


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

Build: #21364
Status: Still Failing

Duration: 21 mins and 24 secs
Commit: ce5d64c (master)
Author: Richard Levitte
Message: test/evp_test.c: don't misuse pkey_test_ctrl() in mac_test_run()

pkey_test_ctrl() was designed for parsing values, not for using in
test runs.  Relying on its returned value when it returned 1 even for
control errors made it particularly useless for mac_test_run().

Here, it gets replaced with a MAC specific control function, that
parses values the same way but is designed for use in a _run() rather
than a _parse() function.

This uncovers a SipHash test with an invalid control that wasn't
caught properly.  After all, that stanza is supposed to test that
invalid control values do generate an error.  Now we catch that.

Reviewed-by: Tim Hudson <tjh at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/7500)

View the changeset: https://github.com/openssl/openssl/compare/10d5b415f9e9...ce5d64c79c4d

View the full build log and details: https://travis-ci.org/openssl/openssl/builds/447891510?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/20181029/66670445/attachment-0001.html>


More information about the openssl-commits mailing list