gnupg/g10 (ChangeLog g10.c getkey.c main.h sig-check.c)

cvs user dshaw cvs@cvs.gnupg.org
Fri, 13 Sep 2002 14:59:31 +0200


    Date: Friday, September 13, 2002 @ 14:59:31
  Author: dshaw
    Path: /cvs/gnupg/gnupg/g10

Modified: ChangeLog g10.c getkey.c main.h sig-check.c

Import from stable branch.

2002-09-13  David Shaw  <dshaw@jabberwocky.com>

	* getkey.c (check_revocation_keys): Move....
	* main.h, sig-check.c (check_revocation_keys): to here.  Also
	return the signature_check error code rather than 0/1 and cache
	the sig result.

	* sig-check.c (check_key_signature2): Divert to
	check_revocation_keys if a revocation sig is made by someone other
	than the pk owner.

	* getkey.c (merge_selfsigs_main): Tidy.

2002-09-13  Werner Koch  <wk@gnupg.org>

	* g10.c (main) [__MINGW32__]: Activate oLoadExtension.


-------------+
 ChangeLog   |   17 ++++++++++++
 g10.c       |    2 -
 getkey.c    |   70 +++-----------------------------------------------
 main.h      |    1 
 sig-check.c |   81 ++++++++++++++++++++++++++++++++++++++++++++++++++++++----
 5 files changed, 100 insertions(+), 71 deletions(-)