<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gpgme/lang/python/examples/howto, branch dkg/fix-T4271</title>
<subtitle>GnuPG Made Easy.</subtitle>
<id>http://git.bktus.com/gpgfrontend/gpgme/atom?h=dkg%2Ffix-T4271</id>
<link rel='self' href='http://git.bktus.com/gpgfrontend/gpgme/atom?h=dkg%2Ffix-T4271'/>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/'/>
<updated>2018-11-06T03:58:15Z</updated>
<entry>
<title>python examples: another importer</title>
<updated>2018-11-06T03:58:15Z</updated>
<author>
<name>Ben McGinnes</name>
<email>ben@adversary.org</email>
</author>
<published>2018-11-06T03:58:15Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=0cb625da84d7e5deeacad113c404a8bc2154c8e7'/>
<id>urn:sha1:0cb625da84d7e5deeacad113c404a8bc2154c8e7</id>
<content type='text'>
* Fixed a similar type of bug with the non-protonmail importer.
</content>
</entry>
<entry>
<title>python examples: protonmail hkp scripts</title>
<updated>2018-11-06T03:11:01Z</updated>
<author>
<name>Ben McGinnes</name>
<email>ben@adversary.org</email>
</author>
<published>2018-11-06T03:11:01Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=1b9d30db089e9de3ef859195ad58d2164a0231a0'/>
<id>urn:sha1:1b9d30db089e9de3ef859195ad58d2164a0231a0</id>
<content type='text'>
* fixed a bug in the import try statement for both versions.
</content>
</entry>
<entry>
<title>doc: use https:// for www.gnu.org</title>
<updated>2018-10-18T04:28:51Z</updated>
<author>
<name>Daniel Kahn Gillmor</name>
<email>dkg@fifthhorseman.net</email>
</author>
<published>2018-10-18T03:56:27Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=2f12427e416a0a40bf680a421f9ed20340d5bb96'/>
<id>urn:sha1:2f12427e416a0a40bf680a421f9ed20340d5bb96</id>
<content type='text'>
--

Signed-off-by: Daniel Kahn Gillmor &lt;dkg@fifthhorseman.net&gt;
</content>
</entry>
<entry>
<title>example: local signatures</title>
<updated>2018-09-27T13:23:37Z</updated>
<author>
<name>Ben McGinnes</name>
<email>ben@adversary.org</email>
</author>
<published>2018-09-27T13:23:37Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=ce045a1ef9c63042fcffb5487b19646d67addba0'/>
<id>urn:sha1:ce045a1ef9c63042fcffb5487b19646d67addba0</id>
<content type='text'>
* lang/python/examples/howto/local-sign-group.py: added the bit where
  specifying the signing key is actually used for signing rather than
  just pruning the list of keys to certify.

Signed-off-by: Ben McGinnes &lt;ben@adversary.org&gt;
</content>
</entry>
<entry>
<title>example: python bindings</title>
<updated>2018-09-27T12:45:37Z</updated>
<author>
<name>Ben McGinnes</name>
<email>ben@adversary.org</email>
</author>
<published>2018-09-27T12:45:37Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=a047e0f68ef471097e514665249063f267257b19'/>
<id>urn:sha1:a047e0f68ef471097e514665249063f267257b19</id>
<content type='text'>
* lang/python/examples/howto/local-sign-group.py: locally sign every
  key in a group line except one's own keys.  Intended to address the
  sort of thing one might see on lists like PGPNET or other closed
  groups amongst activists, journalists, etc. where everyone encrypts
  to all recipients, but may not sign everyone's keys publicly..

Signed-off-by: Ben McGinnes &lt;ben@adversary.org&gt;
</content>
</entry>
<entry>
<title>examples: python bindings</title>
<updated>2018-09-26T23:57:50Z</updated>
<author>
<name>Ben McGinnes</name>
<email>ben@adversary.org</email>
</author>
<published>2018-09-26T23:57:50Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=7c9f49a4991c1ccd0cb582875207b373d4fccf50'/>
<id>urn:sha1:7c9f49a4991c1ccd0cb582875207b373d4fccf50</id>
<content type='text'>
* Fixed homedir specifying logic in several cases.
</content>
</entry>
<entry>
<title>docs and examples: python bindings</title>
<updated>2018-09-24T23:59:31Z</updated>
<author>
<name>Ben McGinnes</name>
<email>ben@adversary.org</email>
</author>
<published>2018-09-24T23:59:31Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=62e4e2cb5edb09183b9f9d448f992fe65cb6db85'/>
<id>urn:sha1:62e4e2cb5edb09183b9f9d448f992fe65cb6db85</id>
<content type='text'>
* Woumd up the "what's new" section.
* Added an example for sending a key to the keyservers via hkp4py.
* Updated the export key code to use a more complete check for the
  $GNUPGHOME location.
* Expanded on the installation and reinstallation troubleshooting
  section.

Tested-by: Ben McGinnes &lt;ben@adversary.org&gt;
Signed-off-by: Ben McGinnes &lt;ben@adversary.org&gt;
</content>
</entry>
<entry>
<title>docs and examples: python bindings howto</title>
<updated>2018-09-23T09:36:54Z</updated>
<author>
<name>Ben McGinnes</name>
<email>ben@adversary.org</email>
</author>
<published>2018-09-23T09:36:54Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=b12b2cc99621fe32a2d698ce7f091f3225f35bd0'/>
<id>urn:sha1:b12b2cc99621fe32a2d698ce7f091f3225f35bd0</id>
<content type='text'>
* Added more comprehensive examples using hkp4py and added a couple
  more example scripts for protonmail.

Tested-by: Ben McGinnes &lt;ben@adversary.org&gt;
Signed-off-by: Ben McGinnes &lt;ben@adversary.org&gt;
</content>
</entry>
<entry>
<title>examples: python bindings and hkp4py updates</title>
<updated>2018-09-23T01:43:34Z</updated>
<author>
<name>Ben McGinnes</name>
<email>ben@adversary.org</email>
</author>
<published>2018-09-23T01:43:34Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=ced4bdbbb239c1fe209665b4f5a7aeb9651889ed'/>
<id>urn:sha1:ced4bdbbb239c1fe209665b4f5a7aeb9651889ed</id>
<content type='text'>
* Mostly tightening up the details on the hkp4py example script.
* Also fixed a typo in the LGPL boiler plate text included in all the
  other example scripts for the HOWTO.
</content>
</entry>
<entry>
<title>python bindings: importing from keyservers with hkp4py</title>
<updated>2018-09-22T22:18:44Z</updated>
<author>
<name>Ben McGinnes</name>
<email>ben@adversary.org</email>
</author>
<published>2018-09-22T22:18:44Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=6ed9a77c92c32f77092b36c149185d4359cd6e55'/>
<id>urn:sha1:6ed9a77c92c32f77092b36c149185d4359cd6e55</id>
<content type='text'>
* added a new example script to search the keyservers and import the
  results, this time using Marcel Fest's hkp4py module.
* Updated the key importing section to match this addition.
* Tested with the current version of hkp4py from github.

Tested-by: Ben McGinnes &lt;ben@adversary.org&gt;
Signed-off-by: Ben McGinnes &lt;ben@adversary.org&gt;
</content>
</entry>
</feed>
