]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
cmp_mock_srv.c: improve comment on cert to be produced from request template
authorDr. David von Oheimb <David.von.Oheimb@siemens.com>
Tue, 30 May 2023 19:15:09 +0000 (21:15 +0200)
committerDr. David von Oheimb <dev@ddvo.net>
Thu, 1 Jun 2023 08:03:06 +0000 (10:03 +0200)
Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: David von Oheimb <david.von.oheimb@siemens.com>
(Merged from https://github.com/openssl/openssl/pull/21086)

apps/lib/cmp_mock_srv.c

index fac396bd2e99a51d9faccd3e66ae86f0120ba3d6..e4c30e4438be1af6947e6bac58ba1eb3370f8b1c 100644 (file)
@@ -263,7 +263,7 @@ static OSSL_CMP_PKISI *process_cert_request(OSSL_CMP_SRV_CTX *srv_ctx,
 
     if (ctx->certOut != NULL
             && (*certOut = X509_dup(ctx->certOut)) == NULL)
-        /* Should better return a cert produced from data in request template */
+        /* Should return a cert produced from request template, see FR #16054 */
         goto err;
     if (ctx->chainOut != NULL
             && (*chainOut = X509_chain_up_ref(ctx->chainOut)) == NULL)