[git] GnuPG - branch, master, updated. gnupg-2.1.4-10-ge5c69e8
by NIIBE Yutaka
cvs at cvs.gnupg.org
Fri May 29 07:12:34 CEST 2015
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The GNU Privacy Guard".
The branch, master has been updated
via e5c69e87beebe99d362ac721ce4ea6b057a30a99 (commit)
from fe5c6edaed78839303d67e01e141cfc6b5de9aec (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit e5c69e87beebe99d362ac721ce4ea6b057a30a99
Author: NIIBE Yutaka <gniibe at fsij.org>
Date: Fri May 29 14:06:38 2015 +0900
scd: Fix key template of ECC.
* scd/app-openpgp.c (build_ecc_privkey_template): Use correct value.
--
Forthcoming OpenPGPcard specification 3.0 will address this 0x92.
diff --git a/scd/app-openpgp.c b/scd/app-openpgp.c
index 10bd64e..8520231 100644
--- a/scd/app-openpgp.c
+++ b/scd/app-openpgp.c
@@ -2755,7 +2755,7 @@ build_ecc_privkey_template (app_t app, int keyno,
datalen = 0;
tp = privkey;
- tp += add_tlv (tp, 0x91, ecc_d_len); /* Tag 0x91??? */
+ tp += add_tlv (tp, 0x92, ecc_d_len);
datalen += ecc_d_len;
privkey_len = tp - privkey;
-----------------------------------------------------------------------
Summary of changes:
scd/app-openpgp.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
The GNU Privacy Guard
http://git.gnupg.org
More information about the Gnupg-commits
mailing list