Passed: openssl/openssl#36308 (OpenSSL_1_1_1-stable - 72a9868)

Travis CI builds at travis-ci.com
Thu Jul 23 01:04:25 UTC 2020


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

Build: #36308
Status: Passed

Duration: 49 mins and 7 secs
Commit: 72a9868 (OpenSSL_1_1_1-stable)
Author: Vitezslav Cizek
Message: test/drbgtest.c: Fix error check test

The condition in test_error_checks() was inverted, so the test succeeded
as long as error_check() failed. Incidently, error_check() contained
several bugs that assured it always failed, thus giving overall drbg
test success.

Remove the broken explicit zero check.
RAND_DRBG_uninstantiate() cleanses the data via drbg_ctr_uninstantiate(),
but right after that it resets drbg->data.ctr using RAND_DRBG_set(),
so TEST_mem_eq(zero, sizeof(drbg->data)) always failed.

(backport from https://github.com/openssl/openssl/pull/11195)

Signed-off-by: Vitezslav Cizek <vcizek at suse.com>

Reviewed-by: Paul Dale <paul.dale at oracle.com>
Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre at ncp-e.com>
(Merged from https://github.com/openssl/openssl/pull/12517)

View the changeset: https://github.com/openssl/openssl/compare/48fc6cd59c6d...72a9868fe53e

View the full build log and details: https://travis-ci.com/github/openssl/openssl/builds/176796491?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/20200723/02ce3751/attachment-0001.html>


More information about the openssl-commits mailing list