Errored: openssl/openssl#37749 (master - 4f5b222)

Travis CI builds at travis-ci.com
Sat Sep 26 09:38:08 UTC 2020


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

Build: #37749
Status: Errored

Duration: 1 hr, 18 mins, and 8 secs
Commit: 4f5b222 (master)
Author: Shane Lontis
Message: Fix bug in EDDSA speed test

The pkey created in one loop was being fed into the keygen of the next loop - since it was not set to NULL after the
free. This meant that the 2 EVP_MD_CTX objects that still had ref counts to this key were getting confused.

All other tests clear the key after freeing the key if they loop (some do this by declaring/initing the pkey inside the loop).
The offending code is a recent addition to the speed app.
This was found using the -async_jobs option.
Similar code was tried for an RSA key using 111 which resulted in the same issue.

Found while trying to test issue #128867 (It is not known if this will fix that issue yet).

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

View the changeset: https://github.com/openssl/openssl/compare/3786d74868fe...4f5b222b8443

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


More information about the openssl-commits mailing list