Skip to content

Commit

Permalink
0.25.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xhanulik committed Apr 4, 2024
1 parent e5c377f commit 0a4b772
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
@@ -1,4 +1,4 @@
version: 0.25.0.{build}
version: 0.25.1.{build}

platform:
- x86
Expand Down
9 changes: 9 additions & 0 deletions NEWS
@@ -1,5 +1,14 @@
NEWS for OpenSC -- History of user visible changes

# New in 0.25.0; 2024-04-05

## General improvements
* Add missing file to dist tarball to build documentation (#3063)

## minidriver
* Fix RSA decryption with PKCS#1 v1.5 padding (#3077)
* Fix crash when app is not set (#3084)

# New in 0.25.0; 2024-03-06
## Security
* [CVE-2023-5992](https://github.com/OpenSC/OpenSC/wiki/CVE-2023-5992): Side-channel leaks while stripping encryption PKCS#1.5 padding in OpenSC (#2948)
Expand Down
4 changes: 2 additions & 2 deletions SECURITY.md
Expand Up @@ -9,8 +9,8 @@ backport security fixes into them. Only the last release is supported.

| Version | Supported |
| -------- | ------------------ |
| 0.25.0 | :white_check_mark: |
| < 0.25.0 | :x: |
| 0.25.1 | :white_check_mark: |
| < 0.25.1 | :x: |

## Reporting a Vulnerability

Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Expand Up @@ -8,7 +8,7 @@ define([PRODUCT_BUGREPORT], [https://github.com/OpenSC/OpenSC/issues])
define([PRODUCT_URL], [https://github.com/OpenSC/OpenSC])
define([PACKAGE_VERSION_MAJOR], [0])
define([PACKAGE_VERSION_MINOR], [25])
define([PACKAGE_VERSION_FIX], [0])
define([PACKAGE_VERSION_FIX], [1])
define([PACKAGE_SUFFIX], [])

define([VS_FF_LEGAL_COPYRIGHT], [OpenSC Project])
Expand Down Expand Up @@ -48,7 +48,7 @@ OPENSC_VS_FF_PRODUCT_URL="VS_FF_PRODUCT_URL"
# (Interfaces added: CURRENT++, REVISION=0)
OPENSC_LT_CURRENT="11"
OPENSC_LT_OLDEST="11"
OPENSC_LT_REVISION="1"
OPENSC_LT_REVISION="2"
OPENSC_LT_AGE="$((${OPENSC_LT_CURRENT}-${OPENSC_LT_OLDEST}))"

AC_CONFIG_SRCDIR([src/libopensc/sc.c])
Expand Down

0 comments on commit 0a4b772

Please sign in to comment.