- Update to version 0.25.0
Security
* CVE-2023-5992: Fix Side-channel leaks while stripping
encryption PKCS#1.5 padding in OpenSC.
* CVE-2024-1454: Fix Potential use-after-free in AuthentIC driver
during card enrollment in pkcs15init.
General improvements
* Remove support for old card drivers Akis, GPK, Incrypto34 and
Westcos, disable Cyberflex driver.
* Fix 64b to 32b conversions.
* Improvements for the p11test.
* Fix reader initialization without SCardControl.
* Make RSA PKCS#1 v1.5 depadding constant-time.
* Add option for disabling PKCS#1 v1.5 depadding (type 01 and 02)
on the card.
* Fixed various issues reported by OSS-Fuzz and Coverity in
drivers, PKCS#11 and PKCS#15 layer.
- Add patch:
* opensc-docbook-xsl-fix.patch
- Drop not longer needed patches:
* CVE-2024-1454.patch
- Introduce subpackage for bash-completion
OBS-URL: https://build.opensuse.org/request/show/1156722
OBS-URL: https://build.opensuse.org/package/show/security:chipcard/opensc?expand=0&rev=82
14 lines
467 B
Diff
14 lines
467 B
Diff
diff --git a/doc/html.xsl b/doc/html.xsl
|
|
index 665d45f..734fa98 100644
|
|
--- a/doc/html.xsl
|
|
+++ b/doc/html.xsl
|
|
@@ -3,7 +3,7 @@
|
|
<!ENTITY css SYSTEM "api.css">
|
|
]>
|
|
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
|
|
- <xsl:import href="docbook-utf8.xsl"/>
|
|
+ <xsl:import href="docbook.xsl"/>
|
|
<xsl:param name="toc.section.depth" select="0"/>
|
|
<xsl:param name="generate.consistent.ids" select="1"/>
|
|
<xsl:template name="user.head.content">
|