<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gpgme, branch ben/estreams-fix</title>
<subtitle>GnuPG Made Easy.</subtitle>
<id>http://git.bktus.com/gpgfrontend/gpgme/atom?h=ben%2Festreams-fix</id>
<link rel='self' href='http://git.bktus.com/gpgfrontend/gpgme/atom?h=ben%2Festreams-fix'/>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/'/>
<updated>2018-08-30T05:41:31Z</updated>
<entry>
<title>python bindings: estreams fix</title>
<updated>2018-08-30T05:41:31Z</updated>
<author>
<name>Ben McGinnes</name>
<email>ben@adversary.org</email>
</author>
<published>2018-08-30T05:41:31Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=1d00fb987b903e245d484bddfe3c0a0aba670ac1'/>
<id>urn:sha1:1d00fb987b903e245d484bddfe3c0a0aba670ac1</id>
<content type='text'>
* lang/python/src/core.py: Adjusted new_from_estream function to alias
  new_from_stream instead of fd.
* fixed the _gpgme import errors introduced in commit
  08cd34afb762975b0273575035dacf69449ef241 by changing the exported
  functions/types to match the inner module where all the work is
  done, rather than the outer one(s).

Tested-by: Ben McGinnes &lt;ben@adversary.org&gt;
Signed-off-by: Ben McGinnes &lt;ben@adversary.org&gt;
</content>
</entry>
<entry>
<title>js: return base64 after encrypt with armor=false</title>
<updated>2018-08-29T15:45:55Z</updated>
<author>
<name>Maximilian Krambach</name>
<email>maximilian.krambach@intevation.de</email>
</author>
<published>2018-08-29T15:45:55Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=61ac70cfb5cf58f92cd97abdde7152040c51201c'/>
<id>urn:sha1:61ac70cfb5cf58f92cd97abdde7152040c51201c</id>
<content type='text'>
--

* src/gpgmejs.js/encrypt: the encrypted data were converted back to a
  (incorrect) string, whereas they should be data with no encoding
  specified. Returning base64 data is the expected way.
* DemoExtension: caught yet another usage of old syntax.
</content>
</entry>
<entry>
<title>python bindings: core</title>
<updated>2018-08-29T15:01:23Z</updated>
<author>
<name>Ben McGinnes</name>
<email>ben@adversary.org</email>
</author>
<published>2018-08-29T14:57:24Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=18ea83867168e8db0a2f2c8057d087363083486c'/>
<id>urn:sha1:18ea83867168e8db0a2f2c8057d087363083486c</id>
<content type='text'>
* lang/python/src/core.py: expanded gpgme_error check lists.
</content>
</entry>
<entry>
<title>python bindings: core</title>
<updated>2018-08-29T15:01:23Z</updated>
<author>
<name>Ben McGinnes</name>
<email>ben@adversary.org</email>
</author>
<published>2018-08-29T12:28:53Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=dcedddecb6f8f11682aed3b09b88ee1511010faf'/>
<id>urn:sha1:dcedddecb6f8f11682aed3b09b88ee1511010faf</id>
<content type='text'>
* lang/python/src/core.py: added gpgme_data_set_flag to the errorcheck
  funtion.
</content>
</entry>
<entry>
<title>python bindings: core</title>
<updated>2018-08-29T15:01:23Z</updated>
<author>
<name>Ben McGinnes</name>
<email>ben@adversary.org</email>
</author>
<published>2018-08-29T12:03:06Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=6078b5303362b2e5ce56660967fac313ca3d5ae9'/>
<id>urn:sha1:6078b5303362b2e5ce56660967fac313ca3d5ae9</id>
<content type='text'>
* lang/python/src/core.py: added new function new_from_estream to wrap
  new_from_fd just like new_from_stream does and for the same reason.
</content>
</entry>
<entry>
<title>json: Fix detached verify</title>
<updated>2018-08-29T12:32:36Z</updated>
<author>
<name>Andre Heinecke</name>
<email>aheinecke@intevation.de</email>
</author>
<published>2018-08-29T12:32:36Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=1420c3bd681648b032d756536311621a3627bedb'/>
<id>urn:sha1:1420c3bd681648b032d756536311621a3627bedb</id>
<content type='text'>
* src/gpgme-json.c (op_verify): Only create output and
use it for clearsigned and opaque signed.

--
Just passing output to gpgme_op_verify changes the behavior to
no longer do a verify of the signature.
</content>
</entry>
<entry>
<title>docs: python bindings - protonmail examples</title>
<updated>2018-08-29T10:30:57Z</updated>
<author>
<name>Ben McGinnes</name>
<email>ben@adversary.org</email>
</author>
<published>2018-08-29T10:30:57Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=f7e5ae7f1618bd355b885c5c32dd028afad35453'/>
<id>urn:sha1:f7e5ae7f1618bd355b885c5c32dd028afad35453</id>
<content type='text'>
* lang/python/docs/GPGMEpythonHOWTOen.org: Updated links to the
  ProtonMail keyserver import scripts and added a warning regarding
  being unable to update third party keys.
* lang/python/examples/howto/pmkey-import-alt.py: added usage.
* lang/python/examples/howto/pmkey-import.py: added usage.
</content>
</entry>
<entry>
<title>Merge branch 'master' of ssh+git://playfair.gnupg.org/git/gpgme</title>
<updated>2018-08-28T18:16:37Z</updated>
<author>
<name>Ben McGinnes</name>
<email>ben@adversary.org</email>
</author>
<published>2018-08-28T18:16:37Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=16e566f319004d49f55197238380cc4c03e01f48'/>
<id>urn:sha1:16e566f319004d49f55197238380cc4c03e01f48</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docs: python bindings HOWTO</title>
<updated>2018-08-28T18:14:24Z</updated>
<author>
<name>Ben McGinnes</name>
<email>ben@adversary.org</email>
</author>
<published>2018-08-28T18:14:24Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=02d0b97bfedc732351cc4e89c92fcd9d31209535'/>
<id>urn:sha1:02d0b97bfedc732351cc4e89c92fcd9d31209535</id>
<content type='text'>
* Finished CFFI vs SWIG bit in known issues.
* tidied up some of the structure.
* Fixed some minor errors and links.
</content>
</entry>
<entry>
<title>docs: python bindings</title>
<updated>2018-08-28T17:42:46Z</updated>
<author>
<name>Ben McGinnes</name>
<email>ben@adversary.org</email>
</author>
<published>2018-08-28T17:42:46Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=a8a983c5bc0f0deeeebda455ad73309fff48b61f'/>
<id>urn:sha1:a8a983c5bc0f0deeeebda455ad73309fff48b61f</id>
<content type='text'>
* Added section on why no CFFI.
</content>
</entry>
</feed>
