From 09060834e422898d8a8697b53a9d72cdae06fc61 Mon Sep 17 00:00:00 2001 From: "Dr. David von Oheimb" Date: Mon, 4 Nov 2024 14:02:53 +0100 Subject: [PATCH] fixup! fixup! openssl-pkeyutl.pod.in: improve description of -rawin and -digest options --- doc/man1/openssl-pkeyutl.pod.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/man1/openssl-pkeyutl.pod.in b/doc/man1/openssl-pkeyutl.pod.in index 0f70fcc4ab0fd..b5c6ea4ef23f9 100644 --- a/doc/man1/openssl-pkeyutl.pod.in +++ b/doc/man1/openssl-pkeyutl.pod.in @@ -149,7 +149,7 @@ Sign the input data and output the signed result. This requires a private key. Using a message digest operation along with this is recommended - see the B<-rawin> and B<-digest> options for details. Otherwise, the input data given with the B<-in> option is assumed to already -be a digest, but this may then require an additional B<-pkeyopt>I:I +be a digest, but this may then require an additional B<-pkeyopt> CI in some cases (e.g., RSA with the default PKCS#1 padding mode). Even for other algorithms like ECDSA, where the additional B<-pkeyopt> option does not affect signature output, it recommended to use