Version 1.2.9.
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
2018-04-05 NIIBE Yutaka <gniibe@fsij.org>
|
2018-04-05 NIIBE Yutaka <gniibe@fsij.org>
|
||||||
|
|
||||||
|
* VERSION: 1.2.9.
|
||||||
|
|
||||||
* tests: Add test cases for admin-less mode.
|
* tests: Add test cases for admin-less mode.
|
||||||
|
|
||||||
* src/openpgp.c (cmd_change_password): Care admin-less mode.
|
* src/openpgp.c (cmd_change_password): Care admin-less mode.
|
||||||
|
|||||||
5
NEWS
5
NEWS
@@ -2,13 +2,16 @@ Gnuk NEWS - User visible changes
|
|||||||
|
|
||||||
* Major changes in Gnuk 1.2.9
|
* Major changes in Gnuk 1.2.9
|
||||||
|
|
||||||
Released 2018-03-31, by NIIBE Yutaka
|
Released 2018-04-05, by NIIBE Yutaka
|
||||||
|
|
||||||
** A test suite fix: Clear PW3
|
** A test suite fix: Clear PW3
|
||||||
Until 1.2.8, after running the test suite under "tests", PW3 keystring
|
Until 1.2.8, after running the test suite under "tests", PW3 keystring
|
||||||
remained, which affects use of admin-less mode. New test case is
|
remained, which affects use of admin-less mode. New test case is
|
||||||
added to clear PW3.
|
added to clear PW3.
|
||||||
|
|
||||||
|
** tool/upgrade_by_passwd.py supports KDF-DO auth
|
||||||
|
With KDF-DO, firmware upgrade didn't work. Now, it's supported.
|
||||||
|
|
||||||
** Add "single-salt" support for KDF-DO
|
** Add "single-salt" support for KDF-DO
|
||||||
With KDF-DO, "admin-less" mode didn't work well. With new feature of
|
With KDF-DO, "admin-less" mode didn't work well. With new feature of
|
||||||
"single-salt" support, we can use "admin-less" mode with KDF-DO.
|
"single-salt" support, we can use "admin-less" mode with KDF-DO.
|
||||||
|
|||||||
10
README
10
README
@@ -1,7 +1,7 @@
|
|||||||
Gnuk - An Implementation of USB Cryptographic Token for GnuPG
|
Gnuk - An Implementation of USB Cryptographic Token for GnuPG
|
||||||
|
|
||||||
Version 1.2.9
|
Version 1.2.9
|
||||||
2018-03-31
|
2018-04-05
|
||||||
Niibe Yutaka
|
Niibe Yutaka
|
||||||
Free Software Initiative of Japan
|
Free Software Initiative of Japan
|
||||||
|
|
||||||
@@ -24,10 +24,10 @@ 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,
|
than 8 seconds to sign/decrypt. Key generation of RSA-4096 just fails,
|
||||||
because the device doesn't have enough memory.
|
because the device doesn't have enough memory.
|
||||||
|
|
||||||
It supports new KDF-DO feature. To use the feature, you need to use
|
It supports new KDF-DO feature. Please note that this is
|
||||||
newer GnuPG (forthcoming 2.2.6 or later). And you need to manually
|
experimental. To use the feature, you need to use newer GnuPG
|
||||||
prepare the KDF-DO on your token. Please note that this is
|
(forthcoming 2.2.6 or later). You need to prepare the KDF-DO on your
|
||||||
experimental. GnuPG 2.2.6 will include KDF-DO setup.
|
token by the card-edit/kdf-setup command.
|
||||||
|
|
||||||
|
|
||||||
What's Gnuk?
|
What's Gnuk?
|
||||||
|
|||||||
Reference in New Issue
Block a user