Errored: openssl/openssl#36004 (master - 63794b0)

Travis CI builds at travis-ci.com
Thu Jul 9 06:49:44 UTC 2020


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

Build: #36004
Status: Errored

Duration: 2 hrs, 34 mins, and 51 secs
Commit: 63794b0 (master)
Author: Shane Lontis
Message: Add multiple fixes for ffc key generation using invalid p,q,g parameters.

Fixes #11864

- The dsa keygen assumed valid p, q, g values were being passed. If this is not correct then it is
  possible that dsa keygen can either hang or segfault.
  The fix was to do a partial validation of p, q, and g inside the keygen.
- Fixed a potential double free in the dsa keypair test in the case when in failed (It should never fail!).
  It freed internal object members without setting them to NULL.
- Changed the FFC key validation to accept 1024 bit keys in non fips mode.
- Added tests that use both the default provider & fips provider to test these cases.

Reviewed-by: Dmitry Belyavskiy <beldmit at gmail.com>
(Merged from https://github.com/openssl/openssl/pull/12176)

View the changeset: https://github.com/openssl/openssl/compare/eae4a0083411...63794b048cbe

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


More information about the openssl-commits mailing list