[openssl-commits] Errored: openssl/openssl#20986 (OpenSSL_1_1_1-stable - a7ee1ef)

Travis CI builds at travis-ci.org
Mon Oct 8 22:48:24 UTC 2018


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

Build: #20986
Status: Errored

Duration: 1 hr, 1 min, and 16 secs
Commit: a7ee1ef (OpenSSL_1_1_1-stable)
Author: Benjamin Kaduk
Message: apps: allow empty attribute values with -subj

Historically (i.e., OpenSSL 1.0.x), the openssl applications would
allow for empty subject attributes to be passed via the -subj argument,
e.g., `opensl req -subj '/CN=joe/O=/OU=local' ...`.  Commit
db4c08f0194d58c6192f0d8311bf3f20e251cf4f applied a badly needed rewrite
to the parse_name() helper function that parses these strings, but
in the process dropped a check that would skip attributes with no
associated value.  As a result, such strings are now treated as
hard errors and the operation fails.

Restore the check to skip empty attribute values and restore
the historical behavior.

Document the behavior for empty subject attribute values in the
corresponding applications' manual pages.

Reviewed-by: Matt Caswell <matt at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/7349)

(cherry picked from commit 3d362f190306b62a17aa2fd475b2bc8b3faa8142)

View the changeset: https://github.com/openssl/openssl/compare/521738e990a5...a7ee1ef61b18

View the full build log and details: https://travis-ci.org/openssl/openssl/builds/438857964?utm_medium=notification&utm_source=email

--

You can unsubscribe from build emails from the openssl/openssl repository going to https://travis-ci.org/account/preferences/unsubscribe?repository=5849220&utm_medium=notification&utm_source=email.
Or unsubscribe from *all* email updating your settings at https://travis-ci.org/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: <http://mta.openssl.org/pipermail/openssl-commits/attachments/20181008/56abf8a3/attachment-0001.html>


More information about the openssl-commits mailing list