summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDr. David von Oheimb <David.von.Oheimb@siemens.com>2023-08-03 16:55:35 +0200
committerDr. David von Oheimb <dev@ddvo.net>2024-03-06 08:49:28 +0100
commit2fbe23bbbe52bd35fb85abde50e538fb92e5e2b1 (patch)
treeac5450d11451071ba3f2bd72344cb15def23fc52 /doc
parenta143e4e3c9aa51f16b0d4c7857cf4b06be64f121 (diff)
apps/cmp: add -reqout_only option for dumping/saving just the initial CMP request message
Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com> Reviewed-by: David von Oheimb <david.von.oheimb@siemens.com> (Merged from https://github.com/openssl/openssl/pull/21660)
Diffstat (limited to 'doc')
-rw-r--r--doc/man1/openssl-cmp.pod.in11
1 files changed, 10 insertions, 1 deletions
diff --git a/doc/man1/openssl-cmp.pod.in b/doc/man1/openssl-cmp.pod.in
index c222dd129e..9b8fe8844d 100644
--- a/doc/man1/openssl-cmp.pod.in
+++ b/doc/man1/openssl-cmp.pod.in
@@ -116,6 +116,7 @@ Client-side debugging options:
[B<-reqin> I<filenames>]
[B<-reqin_new_tid>]
[B<-reqout> I<filenames>]
+[B<-reqout_only> I<filename>]
[B<-rspin> I<filenames>]
[B<-rspout> I<filenames>]
[B<-use_mock_srv>]
@@ -968,7 +969,7 @@ If not given it defaults to the B<-server> address.
=back
-=head2 Client-side debugging options
+=head2 Client-side options for debugging and offline scenarios
=over 4
@@ -1020,6 +1021,14 @@ Files are written as far as needed to save the transaction
and filenames have been provided.
If the transaction contains more requests, the remaining ones are not saved.
+=item B<-reqout_only> I<filename>
+
+Save the first CMP requests created by the client to the given file and exit.
+Any options related to CMP servers and their reponses are ignored.
+
+This option is useful for supporting offline scenarios where the certificate
+request (or any other CMP request) is produced beforehand and sent out later.
+
=item B<-rspin> I<filenames>
Process the sequence of CMP responses provided in the given file(s),