summaryrefslogtreecommitdiffstats
path: root/doc/man1
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2018-04-05 13:03:37 +0100
committerMatt Caswell <matt@openssl.org>2018-04-06 10:10:05 +0100
commite65c959f1fd5469ba96fceb68ce8b7c8d52edb39 (patch)
treeff20b3e5abb41d9c88530daf6a1d0777e9c22d7a /doc/man1
parenta6f5b1163452a36da1c8378eab3f29ae234e5c7f (diff)
Add a note and better error if using Ed25519/Ed448 in dgst
Fixes #5873 Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/5880)
Diffstat (limited to 'doc/man1')
-rw-r--r--doc/man1/dgst.pod4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/man1/dgst.pod b/doc/man1/dgst.pod
index 5cad2438a9..3d546f0adc 100644
--- a/doc/man1/dgst.pod
+++ b/doc/man1/dgst.pod
@@ -86,7 +86,9 @@ Filename to output to, or standard output by default.
=item B<-sign filename>
-Digitally sign the digest using the private key in "filename".
+Digitally sign the digest using the private key in "filename". Note this option
+does not support Ed25519 or Ed448 private keys. Use the B<pkeyutl> command
+instead for this.
=item B<-keyform arg>