diff options
author | Dr. David von Oheimb <David.von.Oheimb@siemens.com> | 2021-12-03 18:17:50 +0100 |
---|---|---|
committer | Dr. David von Oheimb <dev@ddvo.net> | 2023-06-01 09:39:12 +0200 |
commit | d477484d33b7b3572150e21562cf4209c8dd9ef5 (patch) | |
tree | 7f543025da8b4daa1815fcc33cb591b2e6442f93 /doc/man1 | |
parent | QUIC: CID conformance (diff) | |
download | openssl-d477484d33b7b3572150e21562cf4209c8dd9ef5.tar.xz openssl-d477484d33b7b3572150e21562cf4209c8dd9ef5.zip |
CMP: add support for genm/genp messages with id-it-caCerts
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: David von Oheimb <david.von.oheimb@siemens.com>
(Merged from https://github.com/openssl/openssl/pull/19231)
Diffstat (limited to 'doc/man1')
-rw-r--r-- | doc/man1/openssl-cmp.pod.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/man1/openssl-cmp.pod.in b/doc/man1/openssl-cmp.pod.in index 76c4313bd5..2c8a8b2540 100644 --- a/doc/man1/openssl-cmp.pod.in +++ b/doc/man1/openssl-cmp.pod.in @@ -236,6 +236,7 @@ ITAV B<infoType>s is printed to stdout. Set InfoType name to use for requesting specific info in B<genm>, e.g., C<signKeyPairTypes>. +So far, there is specific support for C<caCerts>. =item B<-geninfo> I<OID:int:N> @@ -655,7 +656,8 @@ field of the last received response message that is not a pollRep nor PKIConf. =item B<-cacertsout> I<filename> The file where to save the list of CA certificates contained in the caPubs field -if a positive certificate response (i.e., IP, CP, or KUP) message was received. +if a positive certificate response (i.e., IP, CP, or KUP) message was received +or contained in a general response (genp) message with infoType C<caCerts>. =back |