mirror of
https://github.com/openssl/openssl.git
synced 2025-02-23 14:42:15 +08:00
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)
This commit is contained in:
parent
4d2b2889da
commit
1cd77e2eca
@ -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.
|
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
|
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
|
X.509 certificates in the caPubs field of the last received certificate
|
||||||
response message IP/CP/KUP.
|
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
|
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
|
of X.509 certificates contained in the extraCerts field of the last received
|
||||||
|
Loading…
Reference in New Issue
Block a user