opensc-0.20.0-7

Related: RHEL-17087
This commit is contained in:
Jakub Jelen 2023-10-04 14:57:16 +02:00
parent 2024f92be0
commit 348c4e3f40

View File

@ -3,7 +3,7 @@
Name: opensc
Version: 0.20.0
Release: 6%{?dist}
Release: 7%{?dist}
Summary: Smart card library and applications
Group: System Environment/Libraries
@ -283,6 +283,12 @@ fi
%changelog
* Thu Nov 30 2023 Jakub Jelen <jjelen@redhat.com> - 0.20.0-7
- Fix file caching with different offsets (RHEL-4077)
- Fix CVE-2023-40660: Potential PIN bypass
- Fix CVE-2023-40661: Dynamic analyzers reports in pkcs15init
- Fix CVE-2023-5992: Marvin: Side-channel leaks while stripping encryption PKCS#1.5 padding
* Tue Jul 11 2023 Jakub Jelen <jjelen@redhat.com> - 0.20.0-6
- Fix introduced issues tagged by coverity (RHEL-765)