GNUPG-1-9-BRANCH gnupg/g10 (11 files)
cvs user werner
cvs@cvs.gnupg.org
Tue, 01 Jul 2003 10:34:38 +0200
Date: Tuesday, July 1, 2003 @ 10:34:38
Author: werner
Path: /cvs/gnupg/gnupg/g10
Tag: GNUPG-1-9-BRANCH
Modified: ChangeLog build-packet.c call-agent.c call-agent.h keydb.h
keygen.c keyid.c packet.h parse-packet.c seskey.c sign.c
* 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.
----------------+
ChangeLog | 20 ++++++++++++++++++++
build-packet.c | 9 ++++++---
call-agent.c | 52 +++++++++++++++++++++++++++-------------------------
call-agent.h | 1 +
keydb.h | 6 +++++-
keygen.c | 48 ++++++++++++++++++++++++++++++++++++++----------
keyid.c | 30 +++++++++++++++++++++++++++++-
packet.h | 2 +-
parse-packet.c | 23 ++++++++---------------
seskey.c | 6 ++++--
sign.c | 7 ++++---
11 files changed, 143 insertions(+), 61 deletions(-)