From 1a459bb2ebd66d5514be2a05432d079a130f1544 Mon Sep 17 00:00:00 2001 From: Jakub Jelen Date: Fri, 25 Aug 2023 14:15:43 +0200 Subject: [PATCH] openssl-pkcs11-0.4.11-8 Related: rhbz#2029834 --- openssl-pkcs11.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/openssl-pkcs11.spec b/openssl-pkcs11.spec index 274c6c7..5c2160f 100644 --- a/openssl-pkcs11.spec +++ b/openssl-pkcs11.spec @@ -1,5 +1,5 @@ Version: 0.4.11 -Release: 7%{?dist} +Release: 8%{?dist} # Define the directory where the OpenSSL engines are installed %global enginesdir %{_libdir}/engines-3 @@ -127,6 +127,10 @@ make check %{?_smp_mflags} || if [ $? -ne 0 ]; then cat tests/*.log; exit 1; fi; %endif %changelog +* 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) + * Mon Aug 09 2021 Mohan Boddu - 0.4.11-7 - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688