Skip to content

Commit

Permalink
OpenSC 0.23.0-rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakuje committed Nov 9, 2022
1 parent 80ec11f commit f8ad86c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion NEWS
@@ -1,6 +1,6 @@
NEWS for OpenSC -- History of user visible changes

# New in 0.23.0; 2022-10-11
# New in 0.23.0; 2022-11-09
## General improvements
* Support signing of data with a length of more than 512 bytes (#2314)
* By default, disable support for old card drivers (#2391) and remove support for old drivers MioCOS and JCOP (#2374)
Expand All @@ -19,6 +19,8 @@ NEWS for OpenSC -- History of user visible changes
* Stop building support for Gost algorithms with OpenSSL 3.0 as they require deprecated API (#2586)
* Fix detection of disconnected readers in PCSC (#2600)
* Add configuration option for on-disk caching of private data (#2588)
* Skip building empty binaries when dependencies are missing and remove needless linking (#2617)
* Define arm64 as a supported architecture in the Installer package (#2610)
## PKCS#11
* Implement `C_CreateObject` for EC keys and fix signature verification for `CKM_ECDSA_SHAx` cards (#2420)
## pkcs11-tool
Expand All @@ -35,6 +37,7 @@ NEWS for OpenSC -- History of user visible changes
* Fix reinit of the card (#2525)
* Add an entry for Italian CNS (e) (#2548)
* Fix detection of ECC mechanisms (#2523)
* Fix ATRs before adding them to the windows registry (#2628)
## NQ-Applet
* Add support for the JCOP4 Cards with NQ-Applet (#2425)
## ItaCNS
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -9,7 +9,7 @@ define([PRODUCT_URL], [https://github.com/OpenSC/OpenSC])
define([PACKAGE_VERSION_MAJOR], [0])
define([PACKAGE_VERSION_MINOR], [23])
define([PACKAGE_VERSION_FIX], [0])
define([PACKAGE_SUFFIX], [-rc1])
define([PACKAGE_SUFFIX], [-rc2])

define([VS_FF_LEGAL_COPYRIGHT], [OpenSC Project])
define([VS_FF_LEGAL_COMPANY_NAME], [OpenSC Project])
Expand Down

0 comments on commit f8ad86c

Please sign in to comment.