From a754f368260b50fb0fcfa86cf2e12196a8a3ab32 Mon Sep 17 00:00:00 2001 From: Jakub Jelen Date: Fri, 8 Sep 2023 11:47:57 +0200 Subject: [PATCH] openssl-pkcs11-0.4.11-9 Related: rhbz#2029834 --- openssl-pkcs11.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/openssl-pkcs11.spec b/openssl-pkcs11.spec index c417db6..bb2fe8a 100644 --- a/openssl-pkcs11.spec +++ b/openssl-pkcs11.spec @@ -1,5 +1,5 @@ Version: 0.4.11 -Release: 8%{?dist} +Release: 9%{?dist} # Define the directory where the OpenSSL engines are installed %global enginesdir %{_libdir}/engines-3 @@ -129,6 +129,9 @@ make check %{?_smp_mflags} || if [ $? -ne 0 ]; then cat tests/*.log; exit 1; fi; %endif %changelog +* Fri Sep 08 2023 Jakub Jelen - 0.4.11-9 +- Fix coverity issues introduced with recent changes + * Fri Aug 25 2023 Jakub Jelen - 0.4.11-8 - Fix sending parameters for RSA-OAEP operations (#2063378) - Improve logging and fix selection of expired certificates (#2029834)