mirror of
https://github.com/openssl/openssl.git
synced 2025-03-01 19:28:10 +08:00
cmp_mock_srv.c: improve comment on cert to be produced from request template
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)
This commit is contained in:
parent
afe7a4311d
commit
5def4bbb4b
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user