Allow the ca application to use EdDSA
authorMatt Caswell <matt@openssl.org>
Thu, 17 May 2018 15:24:29 +0000 (16:24 +0100)
committerMatt Caswell <matt@openssl.org>
Fri, 18 May 2018 09:14:29 +0000 (10:14 +0100)
commitf3021aca4a154c2ff9bd0030f7974eb6a719550d
tree357805e6c31ea2d2035c7e119ae52c214e336c7f
parent8a59c08583424d59ac30c1261eedff40d653f8b0
Allow the ca application to use EdDSA

Using the ca application to sign certificates with EdDSA failed because it
is not possible to set the digest to "null". This adds the capability and
updates the documentation accordingly.

Fixes #6201

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/6286)
apps/ca.c
crypto/ec/ecx_meth.c
doc/man1/ca.pod