Skip to content

Commit

Permalink
OpenSC 0.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakuje committed Dec 13, 2023
1 parent 6b568b1 commit f15d0c5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion NEWS
Expand Up @@ -27,6 +27,7 @@ NEWS for OpenSC -- History of user visible changes
* Add more examples to manual page (#2936)
* Present profile objects in all virtual slots (#2928)
* Provide CKA_TOKEN attribute for profile objects (#2924)
* Improve --slot parameter documentation (#2951)
## PKCS#15
* Honor cache offsets when writing file cache (#2858)
* Prevent needless amount of PIN prompts from pkcs15init layer (#2916)
Expand All @@ -41,7 +42,8 @@ NEWS for OpenSC -- History of user visible changes
* Add support for non-AEAD ciphers to the test mode (#2780)
* Show CKA_SIGN attribute for secret keys (#2862)
* Do not attempt to read CKA_ALWAYS_AUTHENTICATE on secret keys (#2864, #2913)
* Show Sign/VerifyRecover attributes (2888)
* Show Sign/VerifyRecover attributes (#2888)
* Add option to import generic keys (#2955)
## westcos-tool
* Generate 2k RSA keys by default (b53fc5cd)
## pkcs11-register
Expand All @@ -50,6 +52,7 @@ NEWS for OpenSC -- History of user visible changes
* Add support for IDPrime MD 830, 930 and 940 (#2666)
* Add support for SafeNet eToken 5110 token (#2812)
* Process index even without keyrefmap and use correct label for second PIN (#2878)
* Add support for Gemalto IDPrime 940C (#2941)
## EPass2003
* Change of PIN requires verification of the PIN (#2759)
* Fix incorrect CMAC computation for subkeys (#2759, issue #2734)
Expand Down
4 changes: 2 additions & 2 deletions 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], [24])
define([PACKAGE_VERSION_FIX], [0])
define([PACKAGE_SUFFIX], [-rc2])
define([PACKAGE_SUFFIX], [])

define([VS_FF_LEGAL_COPYRIGHT], [OpenSC Project])
define([VS_FF_LEGAL_COMPANY_NAME], [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="10"
OPENSC_LT_OLDEST="8"
OPENSC_LT_REVISION="0"
OPENSC_LT_REVISION="1"
OPENSC_LT_AGE="0"
OPENSC_LT_AGE="$((${OPENSC_LT_CURRENT}-${OPENSC_LT_OLDEST}))"

Expand Down

0 comments on commit f15d0c5

Please sign in to comment.