summaryrefslogtreecommitdiffstats
path: root/doc/man1/openssl-dgst.pod.in
diff options
context:
space:
mode:
authorRich Salz <rsalz@akamai.com>2019-10-12 17:45:56 -0400
committerDr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>2020-01-23 23:18:33 +0100
commit21d08b9ee9c0f7fabcad27b5d0b0c8c16f7dd1e9 (patch)
tree41077d218df34536e5b057a8e8f5c984e4c9f66f /doc/man1/openssl-dgst.pod.in
parentcf0843c09101fa7a1718c4423543358b7fe1876a (diff)
Update man3/verify documentation, error text
Move the x509_V_ERR_xxx definitions from openssl-verify to X509_STORE_CTX_get_error.pod. Add some missing ones. Consistently start with a lowercase letter, unless it's an acronym. Fix some markup mistakes in X509_verify_cert. Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com> Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com> (Merged from https://github.com/openssl/openssl/pull/10132)
Diffstat (limited to 'doc/man1/openssl-dgst.pod.in')
-rw-r--r--doc/man1/openssl-dgst.pod.in11
1 files changed, 6 insertions, 5 deletions
diff --git a/doc/man1/openssl-dgst.pod.in b/doc/man1/openssl-dgst.pod.in
index a954b8b253..bd7b41cb37 100644
--- a/doc/man1/openssl-dgst.pod.in
+++ b/doc/man1/openssl-dgst.pod.in
@@ -27,6 +27,7 @@ B<openssl> B<dgst>|I<digest>
[B<-hmac> I<key>]
[B<-fips-fingerprint>]
[B<-engine> I<id>]
+[B<-engine_impl> I<id>]
{- $OpenSSL::safe::opt_engine_synopsis -}
{- $OpenSSL::safe::opt_r_synopsis -}
[I<file> ...]
@@ -170,17 +171,17 @@ option.
Compute HMAC using a specific key for certain OpenSSL-FIPS operations.
-=item B<-engine_impl>
-
-When used with the B<-engine> option, it specifies to also use
-engine I<id> for digest operations.
-
{- $OpenSSL::safe::opt_r_item -}
{- $OpenSSL::safe::opt_engine_item -}
The engine is not used for digests unless the B<-engine_impl> option is
used or it is configured to do so, see L<config(5)/Engine Configuration Module>.
+=item B<-engine_impl>
+
+When used with the B<-engine> option, it specifies to also use
+engine I<id> for digest operations.
+
=item I<file> ...
File or files to digest. If no files are specified then standard input is