<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gpgme, branch ben/howto-update-02</title>
<subtitle>GnuPG Made Easy.</subtitle>
<id>http://git.bktus.com/gpgfrontend/gpgme/atom?h=ben%2Fhowto-update-02</id>
<link rel='self' href='http://git.bktus.com/gpgfrontend/gpgme/atom?h=ben%2Fhowto-update-02'/>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/'/>
<updated>2018-03-28T23:21:52Z</updated>
<entry>
<title>example: revoke UID</title>
<updated>2018-03-28T23:21:52Z</updated>
<author>
<name>Ben McGinnes</name>
<email>ben@adversary.org</email>
</author>
<published>2018-03-28T23:21:52Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=3b91f6af378ccc37dcf8924cbc157894c35b5192'/>
<id>urn:sha1:3b91f6af378ccc37dcf8924cbc157894c35b5192</id>
<content type='text'>
* Script to revoke a UID on an existing key.
</content>
</entry>
<entry>
<title>docs: python bindings howto</title>
<updated>2018-03-28T23:16:07Z</updated>
<author>
<name>Ben McGinnes</name>
<email>ben@adversary.org</email>
</author>
<published>2018-03-28T23:16:07Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=d65864989c0560b5f51cb8d05d9ea9f1957b453e'/>
<id>urn:sha1:d65864989c0560b5f51cb8d05d9ea9f1957b453e</id>
<content type='text'>
* Added section on revoking UIDs.
</content>
</entry>
<entry>
<title>example: key signing</title>
<updated>2018-03-28T22:49:08Z</updated>
<author>
<name>Ben McGinnes</name>
<email>ben@adversary.org</email>
</author>
<published>2018-03-28T22:49:08Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=56bbfd39acea90eb87a28b11a515b0314cdda54c'/>
<id>urn:sha1:56bbfd39acea90eb87a28b11a515b0314cdda54c</id>
<content type='text'>
* Added script for signing or certifying keys.
</content>
</entry>
<entry>
<title>doc: python bindings howto</title>
<updated>2018-03-28T22:22:17Z</updated>
<author>
<name>Ben McGinnes</name>
<email>ben@adversary.org</email>
</author>
<published>2018-03-28T22:22:17Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=5a553f5a317e5ad5ab0274d58854df1ecf390e0d'/>
<id>urn:sha1:5a553f5a317e5ad5ab0274d58854df1ecf390e0d</id>
<content type='text'>
* Fixed a typo.
</content>
</entry>
<entry>
<title>docs python bindings howto</title>
<updated>2018-03-28T20:22:37Z</updated>
<author>
<name>Ben McGinnes</name>
<email>ben@adversary.org</email>
</author>
<published>2018-03-28T20:22:37Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=2f507b045909d32bf29d23da04db02b078e5fb9d'/>
<id>urn:sha1:2f507b045909d32bf29d23da04db02b078e5fb9d</id>
<content type='text'>
* PEP8 compliance: a collection of minor edits across multiple example
  code snippets.
</content>
</entry>
<entry>
<title>example: add user ID</title>
<updated>2018-03-28T19:36:14Z</updated>
<author>
<name>Ben McGinnes</name>
<email>ben@adversary.org</email>
</author>
<published>2018-03-28T19:36:14Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=5cd419341807d8ae23fec7bd9bb7025a8a2dcb3c'/>
<id>urn:sha1:5cd419341807d8ae23fec7bd9bb7025a8a2dcb3c</id>
<content type='text'>
* Added script to add a UID to an existing key.
</content>
</entry>
<entry>
<title>doc: python bindings howto</title>
<updated>2018-03-27T01:42:06Z</updated>
<author>
<name>Ben McGinnes</name>
<email>ben@adversary.org</email>
</author>
<published>2018-03-27T01:42:06Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=a2eedef630891397f8eccb5bb426a0728588bf41'/>
<id>urn:sha1:a2eedef630891397f8eccb5bb426a0728588bf41</id>
<content type='text'>
* Fixed some minor PEP8 compliance issues in the key creation examples.
</content>
</entry>
<entry>
<title>example: key creation</title>
<updated>2018-03-27T01:29:08Z</updated>
<author>
<name>Ben McGinnes</name>
<email>ben@adversary.org</email>
</author>
<published>2018-03-27T01:29:08Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=f9159b1d75d3209b1c22bbb0ed4472800b60a522'/>
<id>urn:sha1:f9159b1d75d3209b1c22bbb0ed4472800b60a522</id>
<content type='text'>
* Script to generate a new key with encryption subkey taking input
  from interactive prompts.
* Will also take a passphrase via pinentry and uses passphrase caching
  of five minutes when used in conjunction with the temp homedir
  script.
</content>
</entry>
<entry>
<title>script: temp homedir config</title>
<updated>2018-03-27T01:16:29Z</updated>
<author>
<name>Ben McGinnes</name>
<email>ben@adversary.org</email>
</author>
<published>2018-03-27T01:16:29Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=1b5da37a47ceef41545e0b2474738613f36be949'/>
<id>urn:sha1:1b5da37a47ceef41545e0b2474738613f36be949</id>
<content type='text'>
* added passphrase caching of 5 minutes.
</content>
</entry>
<entry>
<title>doc: python bindings howto</title>
<updated>2018-03-25T11:25:52Z</updated>
<author>
<name>Ben McGinnes</name>
<email>ben@adversary.org</email>
</author>
<published>2018-03-25T11:25:52Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=5b32efbaf37920b2e99d4bb87cb383b2809b1688'/>
<id>urn:sha1:5b32efbaf37920b2e99d4bb87cb383b2809b1688</id>
<content type='text'>
* Testing the addition of a HTML header set in org-mode in order to
  had RSS update links for files.
* This should work with any [X]HTML export from current versions of
  Org-Mode, but if it also works on website generated pages then it'll
  tick off one of the wishlist itmes.
</content>
</entry>
</feed>
