marcus committed to gpgme/tests

cvs@cvs.gnupg.org cvs@cvs.gnupg.org
Mon, 29 Oct 2001 01:08:14 +0100


Date:	Monday October 29, 2001 @ 1:08
Author:	marcus

Update of /cvs/gnupg/gpgme/tests
In directory trithemius:/tmp/cvs-serv6648/tests

Modified Files:
	ChangeLog Makefile.am 
Added Files:
	t-signers.c 
Log Message:
gpgme/
2001-10-29  Marcus Brinkmann  <marcus@g10code.de>

	* context.h: New member signers_len.  * signers.c
	(gpgme_signers_clear): Require that signers are non-NULL with
	assertion.  Use signers_len to determine how much keys to release.
	Add documentation.
	(gpgme_signers_add): Use signers_len to determine if the buffer is
	large enough.  Use xtryrealloc rather than xtrymalloc and copying.
	Add documentation.
	(gpgme_signers_enum): Use signers_len to determine if key is
	available.  Add documentation.

tests/
2001-10-29  Marcus Brinkmann  <marcus@g10code.de>

	* t-signers.c: New file.
	* Makefile.am (TESTS): Add t-signers.

File: t-signers.c      	Status: Up-to-date
File: ChangeLog        	Status: Up-to-date
File: Makefile.am      	Status: Up-to-date