marcus committed to gpgme/gpgme
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/gpgme
In directory trithemius:/tmp/cvs-serv6648/gpgme
Modified Files:
ChangeLog context.h 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: ChangeLog Status: Up-to-date
File: context.h Status: Up-to-date
File: signers.c Status: Up-to-date