summaryrefslogtreecommitdiffstats
path: root/doc/man1/openssl-cmp.pod.in
diff options
context:
space:
mode:
authorDr. David von Oheimb <David.von.Oheimb@siemens.com>2020-05-20 08:11:47 +0200
committerDr. David von Oheimb <David.von.Oheimb@siemens.com>2020-06-13 15:13:21 +0200
commit6d934add347c7d07fbe0e7a0ced1fdc9813ad640 (patch)
tree7cf3bd10abe93888830f30d9cb8886156c305dbc /doc/man1/openssl-cmp.pod.in
parent0d17c2f4bc81552202dcf359e7552f3a64ecf4f2 (diff)
Check expected sender not only for signature-protected CMP messages
Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/11998)
Diffstat (limited to 'doc/man1/openssl-cmp.pod.in')
-rw-r--r--doc/man1/openssl-cmp.pod.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/man1/openssl-cmp.pod.in b/doc/man1/openssl-cmp.pod.in
index e6cfe00bfc..aac322b528 100644
--- a/doc/man1/openssl-cmp.pod.in
+++ b/doc/man1/openssl-cmp.pod.in
@@ -521,8 +521,7 @@ as far as any of those is present, else the NULL-DN as last resort.
=item B<-expect_sender> I<name>
-Distinguished Name (DN)
-expected in the sender field of signature-protected response messages.
+Distinguished Name (DN) expected in the sender field of CMP response messages.
Defaults to the subject DN of the pinned B<-srvcert>, if any.
The argument must be formatted as I</type0=value0/type1=value1/type2=...>,