CMP: add support for genm/genp messages with id-it-caCerts
[openssl.git] / doc / internal / man3 / ossl_cmp_mock_srv_new.pod
index 119077ea7cd210cf47d3eaabaadba3ae767c58bb..59568c65fcf9f823275641dd2cc51c881514932f 100644 (file)
@@ -45,16 +45,17 @@ ossl_cmp_mock_srv_set1_refCert() sets the reference certificate to be expected
 for rr messages and for any oldCertID included in kur messages.
 
 ossl_cmp_mock_srv_set1_certOut() sets the certificate to be returned in
-cp/ip/kup.
+cp/ip/kup messages.
 Note that on each certificate request the mock server does not produce
 a fresh certificate but just returns the same pre-existing certificate.
 
 ossl_cmp_mock_srv_set1_chainOut() sets the certificate chain to be added to
-the extraCerts in a cp/ip/kup.
+the extraCerts in a cp/ip/kup message.
 It should be useful for the validation of the certificate given via
 ossl_cmp_mock_srv_set1_certOut().
 
-ossl_cmp_mock_srv_set1_caPubsOut() sets the caPubs to be returned in an ip.
+ossl_cmp_mock_srv_set1_caPubsOut() sets the caPubs to be returned in an ip msg
+and the list of certificates to be returned in a genp of infoType caCerts.
 
 ossl_cmp_mock_srv_set_statusInfo() sets the status info to be returned.