Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! fixup! openssl-pkeyutl.pod.in: improve de…
Browse files Browse the repository at this point in the history
…scription of -rawin and -digest options
  • Loading branch information
DDvO committed Nov 7, 2024
1 parent e9a77a8 commit 86c76d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/man1/openssl-pkeyutl.pod.in
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ checking that the input length is consistent with the intended digest.

Verify the input data against the signature given with the B<-sigfile> option
and indicate if the verification succeeded or failed.
The input data given with the B<-in> option must be a hash value
The input data given with the B<-in> option is assumed to be a hash value
unless the B<-rawin> option is specified or implied.
With raw data, when a digest algorithm is applicable, though it may be inferred
from the signature or take a default value, it should also be specified.
Expand All @@ -172,7 +172,7 @@ Verify the input data and output the recovered data (signature payload). For
example, in the case of RSA PKCS#1 the recovered data is the B<EMSA-PKCS-v1_5>
DER encoding of the digest algorithm OID and value as specified in
L<RFC8017 Section 9.2|https://datatracker.ietf.org/doc/html/rfc8017#section-9.2>.
The input data given with the B<-in> option must be a hash value.
The input data given with the B<-in> option is assumed to be a hash value.

=item B<-encrypt>

Expand Down

0 comments on commit 86c76d2

Please sign in to comment.