New openssl subject parser hard to debug
authorEric Curtin <ericcurtin17@gmail.com>
Mon, 3 Sep 2018 14:23:37 +0000 (15:23 +0100)
committerPauli <paul.dale@oracle.com>
Tue, 4 Sep 2018 19:43:20 +0000 (05:43 +1000)
commitbfd752fe83c72f248a6905d971217e8a3e3a287d
tree4eb69925dd1630ea2e69177d757498c62957ad03
parentfe4de29d48d6f7125576a6f8ac73c5af5e832083
New openssl subject parser hard to debug

-subj 'subject=C = US, ST = A, L = root, O = Hewlett Packard Enterprise Company, OU = Remote Device Access, CN = Hewlett Packard Enterprise Remote Device Access Test Local CA, emailAddress = rda@hpe.com'
was a valid subject in openssl 1.0. Error received in 1.1 is:

problems making Certificate Request

Not very informative, I only figured this out because I compiled the
code and added logging.

Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/7098)

(cherry picked from commit 2167640b0bf76ec50a397dd90444b97c242e3f04)
apps/apps.c