diff --git a/doc/man3/OSSL_CMP_ITAV_new_caCerts.pod b/doc/man3/OSSL_CMP_ITAV_new_caCerts.pod index d230896c151e5..6dffd64a824aa 100644 --- a/doc/man3/OSSL_CMP_ITAV_new_caCerts.pod +++ b/doc/man3/OSSL_CMP_ITAV_new_caCerts.pod @@ -49,6 +49,7 @@ the internal pointer to the certificate contained in the infoValue field. OSSL_CMP_ITAV_new_rootCaKeyUpdate() creates a new B structure of type B that includes an RootCaKeyUpdateContent structure with the optional I, I, and I certificates. +An RootCaKeyUpdateContent structure is included only if newWithNew is not NULL. OSSL_CMP_ITAV_get0_rootCaKeyUpdate() requires that I has infoType B. @@ -59,8 +60,8 @@ If I is not NULL, it assigns to I<*newWithOld> the internal pointer to the certificate contained in the newWithOld infoValue sub-field of I. If I is not NULL, it assigns to I<*oldWithNew> the internal pointer to the certificate contained in the oldWithNew infoValue sub-field of I. -Each of these pointers will be set to NULL if update of root CA certificate is -not included. +Each of these pointers will be set to NULL if no root CA certificate update +is present or the respective sub-field is not included. =head1 NOTES