From: Dr. David von Oheimb Date: Mon, 10 May 2021 12:38:36 +0000 (+0200) Subject: OSSL_CMP_SRV_process_request(): Log any error queue entries on response X-Git-Tag: openssl-3.0.0-alpha17~115 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=35d445be2cc7afc916cead51923754e6858f46f2;p=thirdparty%2Fopenssl.git OSSL_CMP_SRV_process_request(): Log any error queue entries on response Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/15053) --- diff --git a/crypto/cmp/cmp_server.c b/crypto/cmp/cmp_server.c index 4e8fa6e0696..ded4e9786fa 100644 --- a/crypto/cmp/cmp_server.c +++ b/crypto/cmp/cmp_server.c @@ -588,6 +588,7 @@ OSSL_CMP_MSG *OSSL_CMP_SRV_process_request(OSSL_CMP_SRV_CTX *srv_ctx, OSSL_CMP_PKISI_free(si); } } + OSSL_CMP_CTX_print_errors(ctx); ctx->secretValue = backup_secret; /* possibly close the transaction */