From 03cca1e451d4c0a3ea8ec6cfae402723634f0b4b Mon Sep 17 00:00:00 2001 From: NIIBE Yutaka Date: Fri, 2 Apr 2021 16:53:56 +0900 Subject: [PATCH] Write ChangeLog entries and AUTHORS. Signed-off-by: NIIBE Yutaka --- AUTHORS | 12 ++++++++++++ ChangeLog | 28 ++++++++++++++++++++++++++++ 2 files changed, 40 insertions(+) diff --git a/AUTHORS b/AUTHORS index c181e25..a74c1d1 100644 --- a/AUTHORS +++ b/AUTHORS @@ -89,6 +89,18 @@ Vincent Pelletier: Modified: test/features/202_setup_passphrase.feature test/rsa_keys.py + tests/card_const.py tests/card_reader.py tests/rsa_keys.py tool/gnuk_token.py + Wrote: + tests/card_test_ansix9p256r1.py + tests/card_test_ansix9p384r1.py + tests/card_test_ansix9p512r1.py + tests/card_test_brainpoolp256r1.py + tests/card_test_brainpoolp384r1.py + tests/card_test_brainpoolp512r1.py + tests/card_test_ed25519.py + tests/card_test_x25519.py + tests/func_pso_auth.py + tests/test_006_pso.py diff --git a/ChangeLog b/ChangeLog index 1869cdb..a1e6805 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,10 +3,38 @@ * tool/upgrade_by_passwd.py: Check configure target and the config in the device are same target. +2021-03-19 NIIBE Yutaka + + * tests/openpgp_card.py (is_emulated_gnuk): Add. + * tests/skip_if_emulation.py: New. + * tests/skip_if_gnuk.py: New. + * tests/test_001_personalize_card.py: Skip if emulation. + * tests/test_002_personalize_reset.py: Skip if emulation. + * tests/test_003_remove_keys.py: Skip if emulation. + * tests/test_004_reset_pw3.py: Skip if emulation. + * tests/test_005_personalize_admin_less.py: Skip if emulation. + * tests/test_006_pso.py: Skip if Gnuk. + * tests/test_009_keygen.py: Skip if emulation. + * tests/test_021_personalize_admin_less.py: Rewrite. + 2021-03-12 NIIBE Yutaka * src/openpgp.c (cmd_pgp_gakp): Fix patch mistake. +2021-03-01 Vincent Pelletier + + * tests/card_const.py: Add attributes for more algos. + * tests/card_test_ansix9p256r1.py: New. + * tests/card_test_ansix9p384r1.py: New. + * tests/card_test_ansix9p512r1.py: New. + * tests/card_test_brainpoolp256r1.py: New. + * tests/card_test_brainpoolp384r1.py: New. + * tests/card_test_brainpoolp512r1.py: New. + * tests/card_test_ed25519.py: New. + * tests/card_test_x25519.py: New. + * tests/func_pso_auth.py: New. + * tests/test_006_pso.py: New. + 2021-02-25 NIIBE Yutaka * VERSION: 1.2.17.