|
1 | 1 | NEWS for OpenSC -- History of user visible changes
|
2 | 2 |
|
| 3 | +# New in 0.25.0; 2024-02-XX |
| 4 | +## Security |
| 5 | +* [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) |
| 6 | +* [CVE-2024-1454](https://github.com/OpenSC/OpenSC/wiki/CVE-2024-1454): Potential use-after-free in AuthentIC driver during card enrollment in pkcs15init (#2962) |
| 7 | + |
| 8 | +## General improvements |
| 9 | +* Update OpenSSL 1.1.1 to 3.0 in MacOS build (#2930) |
| 10 | +* Remove support for old card drivers Akis, GPK, Incrypto34 and Westcos, disable Cyberflex driver (#2885) |
| 11 | +* Fix 64b to 32b conversions (#2993) |
| 12 | +* Improvements for the p11test (#2991) |
| 13 | +* Fix reader initialization without SCardControl (#3007) |
| 14 | +* Make RSA PKCS#1 v1.5 depadding constant-time (#2948) |
| 15 | +* Add option for disabling PKCS#1 v1.5 depadding (type 01 and 02) on the card (#2975) |
| 16 | +* Enable MSI signing via Signpath CI integration for Windows (#2799) |
| 17 | +* Fixed various issues reported by OSS-Fuzz and Coverity in drivers, PKCS#11 and PKCS#15 layer |
| 18 | + |
| 19 | +## minidriver |
| 20 | +* Fix wrong hash selection (#2932) |
| 21 | + |
| 22 | +## pkcs11-tool |
| 23 | +* Simplify printing EC keys parameters (#2960) |
| 24 | +* Add option to import GENERIC key (#2955) |
| 25 | +* Add support for importing Ed25518/448 keys (#2985) |
| 26 | +## IDPrime |
| 27 | +* Support uncompressed certificates on IDPrime 940 (#2958) |
| 28 | +* Enhance IDPrime logging (#3003) |
| 29 | +## D-Trust Signature Cards |
| 30 | +* Add support for RSA D-Trust Signature Card 4.1 and 4.4 (#2943) |
| 31 | +## EstEID |
| 32 | +* Remove expired EstEID 3.* card support (#2950) |
| 33 | +## ePass2003 |
| 34 | +* Allow SW implementation with more SHA2 hashes and ECDSA (#3012) |
| 35 | +## SmartCard-HSM |
| 36 | +* Fix SELECT APDU command (#2978) |
| 37 | +## MyEID |
| 38 | +* Update for PKCS#15 profile (#2965) |
| 39 | +## Rutoken |
| 40 | +* Support for RSA 4096 key algorithm (#3011) |
| 41 | + |
3 | 42 | # New in 0.24.0; 2023-12-13
|
4 | 43 | ## Security
|
5 | 44 | * CVE-2023-40660: Fix Potential PIN bypass (#2806, frankmorgner/OpenSCToken#50, #2807)
|
|
0 commit comments