[openssl-commits] Still Failing: openssl/openssl#5657 (master - 599e590)

Travis CI builds at travis-ci.org
Mon Aug 22 17:04:11 UTC 2016


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

Build: #5657
Status: Still Failing

Duration: 31 minutes and 25 seconds
Commit: 599e590 (master)
Author: Richard Levitte
Message: Make 'openssl req -x509' more equivalent to 'openssl req -new'

The following would fail, or rather, freeze:

    openssl genrsa -out rsa2048.pem 2048
    openssl req -x509 -key rsa2048.pem -keyform PEM -out cert.pem

In that case, the second command wants to read a certificate request
from stdin, because -x509 wasn't fully flagged as being for creating
something new.  This changes makes it fully flagged.

RT#4655

Reviewed-by: Andy Polyakov <appro at openssl.org>

View the changeset: https://github.com/openssl/openssl/compare/3ba1ef829cf3...599e5904b22f

View the full build log and details: https://travis-ci.org/openssl/openssl/builds/154149028

--

You can configure 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/20160822/1665c509/attachment-0001.html>


More information about the openssl-commits mailing list