dshaw committed to gnupg/g10

cvs@cvs.gnupg.org cvs@cvs.gnupg.org
Wed, 10 Apr 2002 06:21:27 +0200


Date:	Wednesday April 10, 2002 @ 6:21
Author:	dshaw

Update of /cvs/gnupg/gnupg/g10
In directory trithemius:/tmp/cvs-serv19191

Modified Files:
      Tag: STABLE-BRANCH-1-0
	ChangeLog g10.c mainproc.c packet.h sig-check.c status.c 
	status.h 
Log Message:
Add KEYEXPIRED, EXPSIG, and EXPKEYSIG.  Add
"deprecated-use-keyexpired-instead" to SIGEXPIRED.

Start transition from SIGEXPIRED to KEYEXPIRED, since the actual event is
signature verification by an expired key and not an expired signature.
Rename do_signature_check as signature_check2, make public, and change all
callers.

Use status EXPSIG for an expired, but good, signature.  Add the expiration
time (or 0) to the VALIDSIG status line.  Use status KEYEXPSIG for a good
signature from an expired key.

Remove checks for no arguments now that argparse does it.

File: ChangeLog        	Status: Up-to-date
File: g10.c            	Status: Up-to-date
File: mainproc.c       	Status: Up-to-date
File: packet.h         	Status: Up-to-date
File: sig-check.c      	Status: Up-to-date
File: status.c         	Status: Up-to-date
File: status.h         	Status: Up-to-date