diff options
author | Dr. David von Oheimb <David.von.Oheimb@siemens.com> | 2020-08-10 17:36:41 +0200 |
---|---|---|
committer | Dr. David von Oheimb <David.von.Oheimb@siemens.com> | 2020-09-11 12:17:58 +0200 |
commit | 1cd77e2eca30bd638b58176f3be43886a93b7482 (patch) | |
tree | df2b80defe1db9b02ad8b05aa02abebb030b30dc /doc | |
parent | openssl-cmp.pod.in: Update Insta Demo CA port number in case needed (diff) | |
download | openssl-1cd77e2eca30bd638b58176f3be43886a93b7482.tar.xz openssl-1cd77e2eca30bd638b58176f3be43886a93b7482.zip |
OSSL_CMP_CTX_new.pod: improve doc of OSSL_CMP_CTX_get1_{extraCertsIn,caPubs}
Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/12825)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/man3/OSSL_CMP_CTX_new.pod | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/man3/OSSL_CMP_CTX_new.pod b/doc/man3/OSSL_CMP_CTX_new.pod index d581556ff1..3d9860114b 100644 --- a/doc/man3/OSSL_CMP_CTX_new.pod +++ b/doc/man3/OSSL_CMP_CTX_new.pod @@ -618,8 +618,9 @@ X.509 certificates computed by OSSL_CMP_certConf_cb() (if this function has been called) on the last received certificate response message IP/CP/KUP. OSSL_CMP_CTX_get1_caPubs() returns a pointer to a duplicate of the list of -X.509 certificates received in the caPubs field of last received certificate -response message IP/CP/KUP. +X.509 certificates in the caPubs field of the last received certificate +response message (of type IP, CP, or KUP), +or an empty stack if no caPubs have been received in the current transaction. OSSL_CMP_CTX_get1_extraCertsIn() returns a pointer to a duplicate of the list of X.509 certificates contained in the extraCerts field of the last received |