From 1cd77e2eca30bd638b58176f3be43886a93b7482 Mon Sep 17 00:00:00 2001 From: "Dr. David von Oheimb" Date: Mon, 10 Aug 2020 17:36:41 +0200 Subject: [PATCH] OSSL_CMP_CTX_new.pod: improve doc of OSSL_CMP_CTX_get1_{extraCertsIn,caPubs} Reviewed-by: Tomas Mraz Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/12825) --- doc/man3/OSSL_CMP_CTX_new.pod | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/man3/OSSL_CMP_CTX_new.pod b/doc/man3/OSSL_CMP_CTX_new.pod index d581556ff10..3d9860114b7 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 -- 2.47.3