diff options
author | Werner Koch <[email protected]> | 2003-07-01 08:34:45 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2003-07-01 08:34:45 +0000 |
commit | d1165b213285e4ffa8b12b6a17c9c0b805152aeb (patch) | |
tree | 566a0042e2bc9bf1fde00a0c0569373570404ed5 /agent/call-scd.c | |
parent | Key generation and signing using the OpenPGP card does rudimentary work. (diff) | |
download | gnupg-d1165b213285e4ffa8b12b6a17c9c0b805152aeb.tar.gz gnupg-d1165b213285e4ffa8b12b6a17c9c0b805152aeb.zip |
* app-openpgp.c (store_fpr): Fixed fingerprint calculation.
* keygen.c (gen_card_key): Obviously we should use the creation
date received from SCDAEMON, so that the fingerprints will match.
* sign.c (do_sign): Pass the serialno to the sign code.
* keyid.c (serialno_and_fpr_from_sk): New.
Diffstat (limited to 'agent/call-scd.c')
-rw-r--r-- | agent/call-scd.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/agent/call-scd.c b/agent/call-scd.c index 90d4a6caf..14487f1e3 100644 --- a/agent/call-scd.c +++ b/agent/call-scd.c @@ -243,10 +243,6 @@ learn_status_cb (void *opaque, const char *line) { parm->kpinfo_cb (parm->kpinfo_cb_arg, line); } - else if (keywordlen == 8 && !memcmp (keyword, "SERIALNO", keywordlen)) - { - log_debug ("learn_status_cb: serialno `%s'\n", line); - } else if (keywordlen && *line) { parm->sinfo_cb (parm->sinfo_cb_arg, keyword, keywordlen, line); |