gpgme/tests/gpg
Marcus Brinkmann b3304042aa doc/
2005-10-01  Marcus Brinkmann  <marcus@g10code.de>

	* gpgme.texi (Signature Notation Data): New section.
	(Verify): Added more about the notation data structure.

gpgme/
2005-10-01  Marcus Brinkmann  <marcus@g10code.de>

	* gpgme.def: Add gpgme_data_set_file_name,
	gpgme_data_get_file_name, gpgme_sig_notation_clear,
	gpgme_sig_notation_add and gpgme_sig_notation_get.
	* libgpgme.vers: Add gpgme_sig_notation_clear,
	gpgme_sig_notation_add and gpgme_sig_notation_get.
	* Makefile.am (libgpgme_real_la_SOURCES): Add sig-notation.c.
	* context.h (struct gpgme_context): New field sig_notations.
	* gpgme.h (struct _gpgme_sig_notation): New member value_len and
	critical.
	(GPGME_SIG_NOTATION_CRITICAL): New symbol.
	(gpgme_sig_notation_flags_t): New type.
	(gpgme_sig_notation_add, gpgme_sig_notation_clear,
	gpgme_sig_notation_get): New prototypes.
	* ops.h (_gpgme_sig_notation_create, _gpgme_sig_notation_free):
	New prototypes.
	* sig-notation.c (_gpgme_sig_notation_free): New file.
	* verify.c (parse_notation): Use support functions.
	(release_op_data): Likewise.
	* rungpg.c (append_args_from_sig_notations): New function.
	(gpg_encrypt_sign, gpg_sign): Call it.


tests/
2005-10-01  Marcus Brinkmann  <marcus@g10code.de>

	* gpg/Makefile.am (TESTS): Add t-sig-notation.
	* gpg/t-sig-notation.c (check_result): New file.
	* gpg/t-verify.c (check_result): Also check the length of the
	notation data.
	* gpg/gpg.conf: New file.
2005-10-01 02:33:35 +00:00
..
cipher-1.asc 2001-11-22 Marcus Brinkmann <marcus@g10code.de> 2001-11-22 03:01:26 +00:00
cipher-2.asc 2001-11-22 Marcus Brinkmann <marcus@g10code.de> 2001-11-22 03:01:26 +00:00
geheim.txt 2001-11-22 Marcus Brinkmann <marcus@g10code.de> 2001-11-22 03:01:26 +00:00
gpg.conf doc/ 2005-10-01 02:33:35 +00:00
Makefile.am doc/ 2005-10-01 02:33:35 +00:00
mkdemodirs 2004-12-07 Marcus Brinkmann <marcus@g10code.de> 2004-12-07 21:13:39 +00:00
pubdemo.asc 2001-11-22 Marcus Brinkmann <marcus@g10code.de> 2001-11-22 03:01:26 +00:00
pubkey-1.asc 2001-11-22 Marcus Brinkmann <marcus@g10code.de> 2001-11-22 03:01:26 +00:00
secdemo.asc 2001-11-22 Marcus Brinkmann <marcus@g10code.de> 2001-11-22 03:01:26 +00:00
seckey-1.asc 2001-11-22 Marcus Brinkmann <marcus@g10code.de> 2001-11-22 03:01:26 +00:00
t-decrypt-verify.c 2004-12-07 Marcus Brinkmann <marcus@g10code.de> 2004-12-07 21:13:39 +00:00
t-decrypt.c 2004-12-07 Marcus Brinkmann <marcus@g10code.de> 2004-12-07 21:13:39 +00:00
t-edit.c 2004-12-07 Marcus Brinkmann <marcus@g10code.de> 2004-12-07 21:13:39 +00:00
t-encrypt-large.c Boosted performance of w32 I/O 2005-09-23 13:29:04 +00:00
t-encrypt-sign.c 2004-12-07 Marcus Brinkmann <marcus@g10code.de> 2004-12-07 21:13:39 +00:00
t-encrypt-sym.c 2004-12-07 Marcus Brinkmann <marcus@g10code.de> 2004-12-07 21:13:39 +00:00
t-encrypt.c 2004-12-07 Marcus Brinkmann <marcus@g10code.de> 2004-12-07 21:13:39 +00:00
t-eventloop.c 2004-12-07 Marcus Brinkmann <marcus@g10code.de> 2004-12-07 21:13:39 +00:00
t-export.c 2004-12-07 Marcus Brinkmann <marcus@g10code.de> 2004-12-07 21:13:39 +00:00
t-file-name.c doc/ 2005-09-30 14:17:47 +00:00
t-genkey.c 2004-12-07 Marcus Brinkmann <marcus@g10code.de> 2004-12-07 21:13:39 +00:00
t-import.c 2004-12-07 Marcus Brinkmann <marcus@g10code.de> 2004-12-07 21:13:39 +00:00
t-keylist-sig.c 2004-12-07 Marcus Brinkmann <marcus@g10code.de> 2004-12-07 21:13:39 +00:00
t-keylist.c 2004-12-07 Marcus Brinkmann <marcus@g10code.de> 2004-12-07 21:13:39 +00:00
t-sig-notation.c doc/ 2005-10-01 02:33:35 +00:00
t-sign.c 2004-12-07 Marcus Brinkmann <marcus@g10code.de> 2004-12-07 21:13:39 +00:00
t-signers.c 2004-12-07 Marcus Brinkmann <marcus@g10code.de> 2004-12-07 21:13:39 +00:00
t-support.h Boosted performance of w32 I/O 2005-09-23 13:29:04 +00:00
t-thread1.c 2004-12-07 Marcus Brinkmann <marcus@g10code.de> 2004-12-07 21:13:39 +00:00
t-trustlist.c 2004-12-07 Marcus Brinkmann <marcus@g10code.de> 2004-12-07 21:13:39 +00:00
t-verify.c doc/ 2005-10-01 02:33:35 +00:00
t-wait.c gpgme/ 2005-06-02 22:59:41 +00:00