]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fix small but important regression
authorRichard Levitte <levitte@openssl.org>
Wed, 1 Nov 2017 16:09:06 +0000 (17:09 +0100)
committerMatt Caswell <matt@openssl.org>
Thu, 2 Nov 2017 10:56:11 +0000 (10:56 +0000)
commitb701fa8340944c2a0481457f96e7f38b03180c24
tree5164ba86ac2fd71db77a438815ae2b36f624e838
parentab9195255a2616fc1b5511407b2ded4ea2765ad1
Fix small but important regression

In OpenSSL pre 1.1.0, 'openssl x509 -CAkeyformat engine' was possible
and supported.  In 1.1.0, a small typo ('F' instead of 'f') removed
that possibility.  This restores the pre 1.1.0 behavior.

Fixes #4366

Reviewed-by: Andy Polyakov <appro@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4643)

(cherry picked from commit bd6eba79d70677f891f1bb55b6f5bc5602c47cbc)
apps/x509.c