Version 1.2.7.

This commit is contained in:
NIIBE Yutaka 2017-11-26 19:38:26 +09:00
parent 8ce91267be
commit ad42010272
4 changed files with 16 additions and 10 deletions

View File

@ -1,3 +1,7 @@
2017-11-26 NIIBE Yutaka <gniibe@fsij.org>
* VERSION: 1.2.7.
2017-11-24 NIIBE Yutaka <gniibe@fsij.org>
* regnual/regnual.c (calc_crc32): Enable CRC module fix.

2
NEWS
View File

@ -2,7 +2,7 @@ Gnuk NEWS - User visible changes
* Major changes in Gnuk 1.2.7
Released 2017-11-XX, by NIIBE Yutaka
Released 2017-11-26, by NIIBE Yutaka
** reGNUal
reGNUal enables CRC module by itself.

18
README
View File

@ -1,14 +1,14 @@
Gnuk - An Implementation of USB Cryptographic Token for GnuPG
Version 1.2.6
2017-10-11
Version 1.2.7
2017-11-26
Niibe Yutaka
Free Software Initiative of Japan
Release Notes
=============
This is the release of Gnuk, version 1.2.6, which has major
This is the release of Gnuk, version 1.2.7, which has major
incompatible changes to Gnuk 1.0.x. Specifically, it now supports
overriding key import, but importing keys (or generating keys) results
password reset. Also, you need to import private keys before changing
@ -24,11 +24,13 @@ It also supports RSA-4096, but users should know that it takes more
than 8 seconds to sign/decrypt. Key generation of RSA-4096 just fails,
because the device doesn't have enough memory.
With this release, you can test how Gnuk Token works on GNU/Linux,
without real hardware, by USBIP emulation (--target=GNU_LINUX).
Please note that this emulation is intended only for testing. When
Gnuk does crypto computation on host, it is vulnerable by side channel
attacks.
In this release, experimental KDF-DO support is added. To use the
feature, you need to build/install experimental branch of GnuPG by
yourself:
https://dev.gnupg.org/source/gnupg/history/gniibe%252Fscd-kdf-support/
And manually prepare the KDF-DO on your token.
What's Gnuk?

View File

@ -1 +1 @@
release/1.2.6
release/1.2.7