about to release 0.2.

This commit is contained in:
NIIBE Yutaka
2010-09-10 10:52:07 +09:00
parent 0335fde78b
commit f918b062fd
3 changed files with 23 additions and 4 deletions

View File

@@ -7,8 +7,9 @@ Kaz Kojima:
boards/STM32_PRIMER2/hw_config.c
NIIBE Yutaka:
Founder of the project
Wrote
Founder of the project.
Wrote:
gnuk.svg
src/ac.c
src/main.c
src/usb_lld.h

View File

@@ -1,5 +1,20 @@
2010-09-11 NIIBE Yutaka <gniibe@fsij.org>
* Version 0.2.
* src/usb-icc.c (ATR): Fixed.
(icc_send_params): New function.
(icc_handle_data): Handle ICC_SET_PARAMS request.
* src/random.c (random_bytes_get, random_bytes_free, get_random):
Clear used random bytes.
* src/flash.c (flash_clear_halfword): New function.
2010-09-10 NIIBE Yutaka <gniibe@fsij.org>
* Version 0.1.
* src/usb_desc.c (gnukStringSerial): Change the value so that
libccid doesn't get confused.

7
README
View File

@@ -12,14 +12,17 @@ Gnuk is software implementation of a USB token for GNU privacy guard.
Gnuk supports OpenPGP card protocol version 2, and it runs on STM32
processor.
Please look at the graphics of "gnuk.svg" for the software name.
I wish that Gnuk will be a developer's soother who uses GnuPG. I have
been nervous of storing secret key(s) on usual secondary storage.
While I want to work at different places, but it is not the choice for
me to bring a card reader all the time. With Gnuk, this issue will be
solved by a USB token which is small enough.
Please look at the graphics of "gnuk.svg" for the software name. In
the past, my son was with his Nuk, always, everywhere. I will be with
a USB Token by Gnuk.
Release notes
=============