<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gpgme, branch V0-3-6</title>
<subtitle>GnuPG Made Easy.</subtitle>
<id>http://git.bktus.com/gpgfrontend/gpgme/atom?h=V0-3-6</id>
<link rel='self' href='http://git.bktus.com/gpgfrontend/gpgme/atom?h=V0-3-6'/>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/'/>
<updated>2002-05-03T19:49:04Z</updated>
<entry>
<title>released 0.3.6</title>
<updated>2002-05-03T19:49:04Z</updated>
<author>
<name>Werner Koch</name>
<email>wk@gnupg.org</email>
</author>
<published>2002-05-03T19:49:04Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=203a4778b60ac3bf4fc369bc8107f382eb5e99cf'/>
<id>urn:sha1:203a4778b60ac3bf4fc369bc8107f382eb5e99cf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>* gpgme.texi (Manipulating Data Buffers): Changed some data types</title>
<updated>2002-05-03T18:20:24Z</updated>
<author>
<name>Werner Koch</name>
<email>wk@gnupg.org</email>
</author>
<published>2002-05-03T18:20:24Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=afd58b644c9cb9d4342ee8decc32f058c7b2425e'/>
<id>urn:sha1:afd58b644c9cb9d4342ee8decc32f058c7b2425e</id>
<content type='text'>
to void*.
(Protocol Selection): Added gpgme_get_protocol.
(Verify): Updated to include the new attribute fucntions and
status codes.

</content>
</entry>
<entry>
<title>* engine-gpgsm.c (_gpgme_gpgsm_new): Redirect any gpgsm error</title>
<updated>2002-05-03T18:20:06Z</updated>
<author>
<name>Werner Koch</name>
<email>wk@gnupg.org</email>
</author>
<published>2002-05-03T18:20:06Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=506ae142900ffb7aaf745ce79e6e9465fda4630b'/>
<id>urn:sha1:506ae142900ffb7aaf745ce79e6e9465fda4630b</id>
<content type='text'>
output to /dev/null.

* verify.c (gpgme_get_sig_key): Set the protocol of the listctx.
* gpgme.c (gpgme_get_protocol): New.

* data.c (gpgme_data_write): Changed type of BUFFER to void*.
(gpgme_data_read): Ditto.

* verify.c (_gpgme_verify_status_handler): Handle TRUST_* status
lines so that a claim can be made without looking up the key.
(gpgme_get_sig_string_attr): New.
(gpgme_get_sig_ulong_attr): New.

* gpgme.h (GpgmeAttr): Added GPGME_ATTR_SIG_STATUS.

* gpgme.h (GpgmeSigStat): Add _GOOD_EXP and _GOOD_EXPKEY.
* verify.c (_gpgme_verify_status_handler, finish_sig): Handle
these new status codes.  Store the expiration time

</content>
</entry>
<entry>
<title>* assuan-pipe-connect.c (assuan_pipe_connect2): New to extend</title>
<updated>2002-05-03T18:19:44Z</updated>
<author>
<name>Werner Koch</name>
<email>wk@gnupg.org</email>
</author>
<published>2002-05-03T18:19:44Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=0d3ffd103d24f878887802742d10beba4b53b479'/>
<id>urn:sha1:0d3ffd103d24f878887802742d10beba4b53b479</id>
<content type='text'>
assuan_pipe_connect with some flags.  Implemented a bitbucket for
stderr.

</content>
</entry>
<entry>
<title>* gpg/t-verify.c (validity_string): New.</title>
<updated>2002-05-03T14:07:22Z</updated>
<author>
<name>Werner Koch</name>
<email>wk@gnupg.org</email>
</author>
<published>2002-05-03T14:07:22Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=fb23b0382dee9fc250d28c5f56a8f3fba5155db0'/>
<id>urn:sha1:fb23b0382dee9fc250d28c5f56a8f3fba5155db0</id>
<content type='text'>
(print_sig_stat): Print expire time and validity.
(status_string): Add new exipred stati.

</content>
</entry>
<entry>
<title>* verify.c (_gpgme_verify_status_handler): Handle TRUST_* status</title>
<updated>2002-05-03T14:06:56Z</updated>
<author>
<name>Werner Koch</name>
<email>wk@gnupg.org</email>
</author>
<published>2002-05-03T14:06:56Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=f14bf86feef1b06a34a29e1a96c4cb341e38659c'/>
<id>urn:sha1:f14bf86feef1b06a34a29e1a96c4cb341e38659c</id>
<content type='text'>
lines so that a claim can be made without looking up the key.
(gpgme_get_sig_string_attr): New.
(gpgme_get_sig_ulong_attr): New.

* gpgme.h (GpgmeAttr): Added GPGME_ATTR_SIG_STATUS.

* rungpg.h: Add new status codes from gpg 1.0.7 and formatted the
list to align with the status.h file from gnupg.

* gpgme.h (GpgmeSigStat): Add _GOOD_EXP and _GOOD_EXPKEY.
* verify.c (_gpgme_verify_status_handler, finish_sig): Handle
these new status codes.  Store the expiration time

</content>
</entry>
<entry>
<title>* gpgme.texi (Manipulating Data Buffers): New type GpgmeDataEncoding.</title>
<updated>2002-04-27T12:17:56Z</updated>
<author>
<name>Werner Koch</name>
<email>wk@gnupg.org</email>
</author>
<published>2002-04-27T12:17:56Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=6c4d6748f6a44a6bde1e6751e491e119ce8915f0'/>
<id>urn:sha1:6c4d6748f6a44a6bde1e6751e491e119ce8915f0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>* gpgme.h (GpgmeData_Encoding): New.</title>
<updated>2002-04-27T12:16:48Z</updated>
<author>
<name>Werner Koch</name>
<email>wk@gnupg.org</email>
</author>
<published>2002-04-27T12:16:48Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=1ac21c55c879b687a5d2148597a497353ef983ac'/>
<id>urn:sha1:1ac21c55c879b687a5d2148597a497353ef983ac</id>
<content type='text'>
* data.c (gpgme_data_get_encoding,gpgme_data_set_encoding): New.
* engine-gpgsm.c (map_input_enc): New. Use it in all local
functions where the INPUT command gets send.

</content>
</entry>
<entry>
<title>2002-04-27  Marcus Brinkmann  &lt;marcus@g10code.de&gt;</title>
<updated>2002-04-27T12:11:52Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2002-04-27T12:11:52Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=40717c31840f35656700be5a469b7504060a33d5'/>
<id>urn:sha1:40717c31840f35656700be5a469b7504060a33d5</id>
<content type='text'>
	* engine-gpgsm.c (_gpgme_gpgsm_op_verify): Close the output
	descriptor only when we don't need it anymore.  Close the message
	descriptor if we don't need it.

</content>
</entry>
<entry>
<title>allow checking of Opaque Signed message data</title>
<updated>2002-04-27T05:32:39Z</updated>
<author>
<name>Karl-Heinz Zimmer</name>
<email>khz@kde.org</email>
</author>
<published>2002-04-27T05:32:39Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=996d48a95e3d54de5f2e1e539e211cb76620801b'/>
<id>urn:sha1:996d48a95e3d54de5f2e1e539e211cb76620801b</id>
<content type='text'>
</content>
</entry>
</feed>
