gnuk/NEWS

143 lines
4.0 KiB
Plaintext
Raw Normal View History

2010-09-09 00:51:09 +00:00
Gnuk NEWS - User visible changes
2011-01-19 06:44:37 +00:00
* Major changes in Gnuk 0.8
Released 2011-01-19, by NIIBE Yutaka
** Experimental PIN-pad modification support is added.
PIN input using rotally encoder and push switch is tested with STBee
Mini. By this hardware, PIN-pad modification is supported.
2011-01-15 12:49:17 +00:00
* Major changes in Gnuk 0.7
Released 2011-01-15, by NIIBE Yutaka
** Bug fix only.
In version 0.6, a severe bug was introduced in usb-icc.c when adding a
work around for libccid 1.3.11. The fix is one-liner, but it is worth
to release newer version.
2011-01-14 06:47:15 +00:00
* Major changes in Gnuk 0.6
Released 2011-01-14, by NIIBE Yutaka
** Experimental PIN-pad support is added.
Local PIN-pad input is suppored for boards which have input hardware.
PIN input using consumer IR receive module is tested with STBee Mini
and STM8S Discovery.
** USB device serial number is virtually unique now.
STM32F103 has 96-bit unique chip identifier. We take advantage of
this, Gnuk Token has virtually unique USB serial number.
** Card serial number is determined at run time by chip identifier.
Until version 0.5, card serial number was compile time option. If we
used same binary for different devices, card serial number was same.
Now, we use STM32F103's 96-bit unique chip identifier for card serial
number (when you don't use --with-fixed-serial option).
** More improved USB-CCID/ICCD implementation.
The changes in 0.5 was not that good for libccid 1.3.11, which has
small buffer (only 262-byte APDU). Workaround for libccid 1.3.11 is
implemented.
2010-11-29 23:40:01 +00:00
* Major changes in Gnuk 0.5
2010-12-12 23:51:48 +00:00
Released 2010-12-13, by NIIBE Yutaka
2010-11-29 23:40:01 +00:00
2010-12-09 01:12:54 +00:00
** LED blink
2010-12-10 07:31:25 +00:00
LED blink now shows status output of the card. It shows the status of
2010-12-09 01:12:54 +00:00
CHV3, CHV2, and CHV1 when GPG is accessing the card.
** New board support "STM8S Discovery"
2010-11-29 23:40:01 +00:00
ST-Link part (with STM32F103C8T6) of STM8S Discovery board is now supported.
** Digital signing for SHA224/SHA256/SHA384/SHA512 digestInfo is now possible.
2010-12-09 01:12:54 +00:00
** Fixes for password management
2010-12-12 23:51:48 +00:00
Now, you can allow the token to do digital signing multiple times with
2010-12-09 01:12:54 +00:00
single authentication. You can use "forcesig" subcommand in card-edit
of GnuPG to enable the feature.
2010-11-30 01:04:30 +00:00
2010-12-07 06:52:50 +00:00
** Key management changes
If you remove all keys, it is possible to import keys again.
2010-11-29 23:40:01 +00:00
** More improved USB-CCID/ICCD implementation.
2010-12-07 06:52:50 +00:00
Gnuk works better with GPG's in-stock protocol stack. You can do
digital signing (not decryption, key import, or get_public_key in
GPG2). For decryption, key import and get_public_key, changes are
needed for GPG (scd/ccid-driver.c) to support the case of extended
2010-12-12 23:51:48 +00:00
APDU. In short, you can sign with Gnuk by GPG.
2010-11-29 23:40:01 +00:00
2010-12-10 07:31:25 +00:00
** Windows support.
2010-12-12 23:51:48 +00:00
Gnuk Token could run with GPG4WIN on MS Windows. GPG4WIN runs with
"usbccid" driver and "winscard" driver.
2010-12-10 07:31:25 +00:00
2010-11-29 23:40:01 +00:00
2010-11-02 03:37:13 +00:00
* Major changes in Gnuk 0.4
2010-11-09 05:32:41 +00:00
Released 2010-11-09, by NIIBE Yutaka
** New board support "STBee Mini".
2010-11-02 03:37:13 +00:00
** Flash writing tool for "DfuSe" is included now.
2010-11-09 05:32:41 +00:00
** Since Flash GC is now implemented, it can be used longer.
2010-11-02 03:37:13 +00:00
2010-10-14 08:08:09 +00:00
* Major changes in Gnuk 0.3
2010-11-02 03:37:13 +00:00
Released 2010-10-23, by NIIBE Yutaka
2010-10-14 08:08:09 +00:00
** Now we have 'configure' script to select target.
** Support system with DFU (Device Firmware Upgrade) downloader.
2010-10-20 01:20:45 +00:00
** New board support "CQ STARM".
2010-10-14 08:08:09 +00:00
** Improved USB-ICCD implementation. Works fine with GPG's protocol stack.
2010-09-09 16:25:44 +00:00
* Major changes in Gnuk 0.2
2010-09-13 02:47:21 +00:00
Released 2010-09-13, by NIIBE Yutaka
2010-09-09 16:25:44 +00:00
** With DEBUG=1, timeout is more than 3 seconds.
** Flash ROM entries for random numbers are cleared after use.
2010-09-13 02:47:21 +00:00
** Board support "STM32 Primer 2" now works.
2010-09-09 16:25:44 +00:00
2010-09-09 00:51:09 +00:00
* Major changes in Gnuk 0.1
2010-09-09 08:50:34 +00:00
Released 2010-09-10, by NIIBE Yutaka
** Enabled force_chv1 (in the pw_status_bytes), so that the decipher works.
** Support both of key for digital signing and key for decryption.
** Decipher is supported.
2010-09-09 00:51:09 +00:00
2010-09-13 02:47:21 +00:00
** New board support "STM32 Primer 2" is added by Kaz Kojima.
2010-09-09 00:51:09 +00:00
2010-09-09 08:50:34 +00:00
** LED behavior is meaningful now. "ON" during execution.
2010-09-09 00:51:09 +00:00
** Fixed bcdCCID revision number.
** Logo.
* Major changes in Gnuk 0.0
Released 2010-09-06, by NIIBE Yutaka
** This is initial release. Only it supports digital signing.
Local Variables:
mode: outline
End: