From 5def4bbb4be5477146a0fbb4f14ee02df026419c Mon Sep 17 00:00:00 2001 From: "Dr. David von Oheimb" Date: Tue, 30 May 2023 21:15:09 +0200 Subject: cmp_mock_srv.c: improve comment on cert to be produced from request template Reviewed-by: Paul Dale Reviewed-by: Tomas Mraz Reviewed-by: David von Oheimb (Merged from https://github.com/openssl/openssl/pull/21086) --- apps/lib/cmp_mock_srv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps') diff --git a/apps/lib/cmp_mock_srv.c b/apps/lib/cmp_mock_srv.c index fac396bd2e..e4c30e4438 100644 --- a/apps/lib/cmp_mock_srv.c +++ b/apps/lib/cmp_mock_srv.c @@ -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) -- cgit v1.2.3