Version 1.2.3.
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
2017-02-02 NIIBE Yutaka <gniibe@fsij.org>
|
2017-02-02 NIIBE Yutaka <gniibe@fsij.org>
|
||||||
|
|
||||||
|
* VERSION: 1.2.3.
|
||||||
|
|
||||||
* src/gnuk.ld.in (__process1_stack_size__): Increase by 0x20.
|
* src/gnuk.ld.in (__process1_stack_size__): Increase by 0x20.
|
||||||
* chopstx: Update to 1.3.
|
* chopstx: Update to 1.3.
|
||||||
* src/configure: Add BLUE_PILL in the help message.
|
* src/configure: Add BLUE_PILL in the help message.
|
||||||
|
|||||||
5
NEWS
5
NEWS
@@ -2,7 +2,10 @@ Gnuk NEWS - User visible changes
|
|||||||
|
|
||||||
* Major changes in Gnuk 1.2.3
|
* Major changes in Gnuk 1.2.3
|
||||||
|
|
||||||
Released 2017-02-XX, by NIIBE Yutaka
|
Released 2017-02-02, by NIIBE Yutaka
|
||||||
|
|
||||||
|
** ECC key generation on the device
|
||||||
|
Bug fixed.
|
||||||
|
|
||||||
** Upgrade of Chopstx
|
** Upgrade of Chopstx
|
||||||
We use Chopstx 1.3.
|
We use Chopstx 1.3.
|
||||||
|
|||||||
28
README
28
README
@@ -1,14 +1,14 @@
|
|||||||
Gnuk - An Implementation of USB Cryptographic Token for GnuPG
|
Gnuk - An Implementation of USB Cryptographic Token for GnuPG
|
||||||
|
|
||||||
Version 1.2.2
|
Version 1.2.3
|
||||||
2016-10-15
|
2017-02-02
|
||||||
Niibe Yutaka
|
Niibe Yutaka
|
||||||
Free Software Initiative of Japan
|
Free Software Initiative of Japan
|
||||||
|
|
||||||
Release Notes
|
Release Notes
|
||||||
=============
|
=============
|
||||||
|
|
||||||
This is the release of Gnuk, version 1.2.2, which has major
|
This is the release of Gnuk, version 1.2.3, which has major
|
||||||
incompatible changes to Gnuk 1.0.x. Specifically, it now supports
|
incompatible changes to Gnuk 1.0.x. Specifically, it now supports
|
||||||
overriding key import, but importing keys (or generating keys) results
|
overriding key import, but importing keys (or generating keys) results
|
||||||
password reset. Please update your documentation for Gnuk Token, so
|
password reset. Please update your documentation for Gnuk Token, so
|
||||||
@@ -47,7 +47,7 @@ FAQ
|
|||||||
|
|
||||||
Q0: How Gnuk USB Token is superior than other solutions (OpenPGP
|
Q0: How Gnuk USB Token is superior than other solutions (OpenPGP
|
||||||
card 2.0, YubiKey, etc.) ?
|
card 2.0, YubiKey, etc.) ?
|
||||||
http://www.g10code.de/p-card.html
|
https://www.g10code.de/p-card.html
|
||||||
https://www.yubico.com/
|
https://www.yubico.com/
|
||||||
A0: Good points of Gnuk are:
|
A0: Good points of Gnuk are:
|
||||||
* If you have skill of electronics and like DIY, you can build
|
* If you have skill of electronics and like DIY, you can build
|
||||||
@@ -77,12 +77,12 @@ A3: Orthodox choice is Olimex STM32-H103.
|
|||||||
choice for experiment.
|
choice for experiment.
|
||||||
|
|
||||||
Q4: What's version of GnuPG are you using?
|
Q4: What's version of GnuPG are you using?
|
||||||
A4: In Debian GNU/Linux system, I use GnuPG modern 2.1.13 in
|
A4: In Debian GNU/Linux system, I use GnuPG modern 2.1.18 in
|
||||||
experimental.
|
unstable.
|
||||||
|
|
||||||
Q5: What's version of pcscd and libccid are you using?
|
Q5: What's version of pcscd and libccid are you using?
|
||||||
A5: I don't use them, pcscd and libccid are optional, you can use Gnuk
|
A5: I don't use them, pcscd and libccid are optional, you can use Gnuk
|
||||||
without them.
|
Token without them.
|
||||||
I tested pcscd 1.5.5-4 and libccid 1.3.11-2 which were in Debian
|
I tested pcscd 1.5.5-4 and libccid 1.3.11-2 which were in Debian
|
||||||
squeeze.
|
squeeze.
|
||||||
|
|
||||||
@@ -587,14 +587,14 @@ You can browse at: http://git.gniibe.org/gitweb?p=gnuk/gnuk.git;a=summary
|
|||||||
|
|
||||||
I put Chopstx as a submodule of Git. Please do this:
|
I put Chopstx as a submodule of Git. Please do this:
|
||||||
|
|
||||||
$ git submodule init
|
$ git submodule update --init
|
||||||
$ git submodule update
|
|
||||||
|
|
||||||
We have migrated from ChibiOS/RT to Chopstx in Gnuk 1.1. If you have
|
Gnuk 1.0 uses ChibiOS/RT, and then, we have migrated from to Chopstx
|
||||||
old code of ChibiOS/RT, you need:
|
in the development phase of Gnuk 1.1. If you have old code of
|
||||||
|
ChibiOS/RT, you need:
|
||||||
|
|
||||||
Edit .git/config to remove chibios reference
|
Edit .git/config to remove chibios reference and
|
||||||
git rm --cached chibios
|
$ git rm --cached chibios
|
||||||
|
|
||||||
|
|
||||||
Information on the Web
|
Information on the Web
|
||||||
@@ -604,7 +604,7 @@ Please visit: http://www.fsij.org/gnuk/
|
|||||||
|
|
||||||
Please see the FST-01 support pages:
|
Please see the FST-01 support pages:
|
||||||
|
|
||||||
http://www.gniibe.org/category/fst-01.html
|
https://www.gniibe.org/category/fst-01.html
|
||||||
|
|
||||||
Please consider to join Gnuk-users mailing list:
|
Please consider to join Gnuk-users mailing list:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user