[openssl-commits] Still Failing: openssl/openssl#5660 (OpenSSL_1_0_2-stable - fd7ca74)

Travis CI builds at travis-ci.org
Mon Aug 22 19:21:15 UTC 2016


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

Build: #5660
Status: Still Failing

Duration: 57 minutes and 44 seconds
Commit: fd7ca74 (OpenSSL_1_0_2-stable)
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/9c8bca1c206d...fd7ca7465b67

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

--

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/a652c484/attachment.html>


More information about the openssl-commits mailing list