From 3b46523d689a8cc699b0e37221b1864316752eb9 Mon Sep 17 00:00:00 2001 From: alashkova Date: Tue, 21 Jan 2025 10:00:17 +0300 Subject: [PATCH] =?UTF-8?q?=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=20=D0=B2=D1=8B=D0=B2=D0=BE=D0=B4=20=D0=BE=D1=82=D0=BF?= =?UTF-8?q?=D0=B5=D1=87=D0=B0=D1=82=D0=BA=D0=B0=20=D1=81=D0=B5=D1=80=D1=82?= =?UTF-8?q?=D0=B8=D1=84=D0=B8=D0=BA=D0=B0=D1=82=D0=B0=20=D0=B2=20=D1=81?= =?UTF-8?q?=D0=BB=D1=83=D1=87=D0=B0=D0=B5=20=D0=B2=D0=BE=D0=B7=D0=BD=D0=B8?= =?UTF-8?q?=D0=BA=D0=BD=D0=BE=D0=B2=D0=B5=D0=BD=D0=B8=D1=8F=20=D0=BE=D1=88?= =?UTF-8?q?=D0=B8=D0=B1=D0=BA=D0=B8=20=D0=BF=D1=80=D0=B8=20=D0=BF=D0=BE?= =?UTF-8?q?=D0=B4=D0=BF=D0=B8=D1=81=D0=B0=D0=BD=D0=B8=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/cryptopro.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/utils/cryptopro.c b/src/utils/cryptopro.c index d797d4d..0ade3aa 100644 --- a/src/utils/cryptopro.c +++ b/src/utils/cryptopro.c @@ -76,7 +76,8 @@ cryptopro_sign(const cryptopro_context_t *ctx, const str_t *data, /*out*/ str_t error: str_t_clear(&signed_data); str_t_clear(&sign_reversed); - LOG_ERROR("cryptopro_sign exit with error"); + LOG_ERROR("cryptopro_sign exit with error (sign_cert_thumbprint = '%.*s')", + (int) ctx->cert_thumbprint->len, ctx->cert_thumbprint->data); return -1; }