73 lines
2.9 KiB
Plaintext
73 lines
2.9 KiB
Plaintext
-------------------------------------------------------------------
|
|
Thu Dec 9 22:11:49 UTC 2021 - Ferdinand Thiessen <rpm@fthiessen.de>
|
|
|
|
- Update to version 2.8.1
|
|
* Unbreak RAW deciphering emulation using RSA-PKCS1 method
|
|
* Use g_memdup2 to avoid deprecation warnings with new glib2
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Dec 1 01:32:31 UTC 2020 - Bruce Rogers <brogers@suse.com>
|
|
|
|
- Update to v2.8.0. Changes include:
|
|
* Improve project documentation
|
|
* Bump minimal glib version to 2.32 and remove old compatibility functions
|
|
* Introduce meson build system in addition to existing autotools
|
|
* Create and run fuzzer drivers to improve stability
|
|
* Introduce a new API vcard_emul_finalize() to clean up allocated resources
|
|
* Remove key caching to avoid issues with some PKCS #11 modules
|
|
* Prevent logging critical errors on unknown instruction
|
|
- Remove empty libcacard package, and also drop the rpm provided
|
|
symbol qemu-tools:/usr/bin/vscclient, both assumed unused by now
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Nov 26 15:32:36 UTC 2019 - Bruce Rogers <brogers@suse.com>
|
|
|
|
- Update to v2.7.0. Changes include:
|
|
* Improve compatibility with Windows guests, particularly with
|
|
ActivClient Windows drivers.
|
|
* Implement Microsoft PnP applet used by Windows for card detection
|
|
* Fill several structures returned by Global Platform applet to
|
|
mimic behavior of real cards.
|
|
* Implement API for creation of serial number used to uniquely
|
|
identify a emulated card.
|
|
* More verbose debug logs
|
|
* Fix the VERIFY semantics, which can be used for login status
|
|
check
|
|
* Add clang and csbuild CI targets
|
|
* Use ATR from official CAC card to improve card detection under
|
|
Windows
|
|
|
|
-------------------------------------------------------------------
|
|
Fri May 17 21:12:25 UTC 2019 - Bruce Rogers <brogers@suse.com>
|
|
|
|
- Update to v2.6.1
|
|
* various bug fixes (memory corruption issues which would cause
|
|
crashes in spice-gtk)
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Aug 15 23:49:00 UTC 2018 - brogers@suse.com
|
|
|
|
- Update to v2.6.0
|
|
* provides implementation of GSC-IS 2.1 (aka CAC version 2) to improve
|
|
interoperability with guest software using the emulated or shared
|
|
smart cards. The previously implemented CACv1 specification is no
|
|
longer supported by any other application so the old code is gone
|
|
and any application depending on this old standard will not work
|
|
anymore.
|
|
* vscclient is no longer installed, as it is not an end-user supported
|
|
solution
|
|
* various bug & leak fixes
|
|
|
|
-------------------------------------------------------------------
|
|
Wed May 3 16:48:14 UTC 2017 - brogers@suse.com
|
|
|
|
- Update to v2.5.3
|
|
* Includes fix for host memory leakage while creating new APDU
|
|
(CVE-2017-6414 boo#1027514)
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jan 19 17:02:50 UTC 2016 - afaerber@suse.de
|
|
|
|
- Initial - split out from QEMU
|
|
|