<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/pyopenssl.git/src/OpenSSL/SSL.py, branch docstrings</title>
<subtitle>github.com: pyca/pyopenssl.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pyopenssl.git/'/>
<entry>
<title>Use autodoc for SSL.Connection</title>
<updated>2018-02-13T18:09:43+00:00</updated>
<author>
<name>Alex Chan</name>
<email>a.chan@wellcome.ac.uk</email>
</author>
<published>2018-02-13T18:09:43+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pyopenssl.git/commit/?id=68acb78d1594bd3b8aac152de0fef95c4dd80d03'/>
<id>68acb78d1594bd3b8aac152de0fef95c4dd80d03</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use autodoc for the SSL.Context class</title>
<updated>2018-02-13T17:43:21+00:00</updated>
<author>
<name>Alex Chan</name>
<email>a.chan@wellcome.ac.uk</email>
</author>
<published>2018-02-13T17:43:21+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pyopenssl.git/commit/?id=cd61c8b79d92a1989198e0fa3621360f49898063'/>
<id>cd61c8b79d92a1989198e0fa3621360f49898063</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Export keying material support (#725)</title>
<updated>2017-11-30T20:54:32+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2017-11-30T20:54:32+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pyopenssl.git/commit/?id=bdb7639ad53427fae38695d2dc5bf5bd794787c8'/>
<id>bdb7639ad53427fae38695d2dc5bf5bd794787c8</id>
<content type='text'>
* added method to export keying material from an ssl connection

* updated tests to use bytestrings to avoid breaking python3 tests

* added additional comments to test

* simplify export_keying_material

* add changelog

* address review feedback
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* added method to export keying material from an ssl connection

* updated tests to use bytestrings to avoid breaking python3 tests

* added additional comments to test

* simplify export_keying_material

* add changelog

* address review feedback
</pre>
</div>
</content>
</entry>
<entry>
<title>fix a memory leak and a potential UAF and also #722 (#723)</title>
<updated>2017-11-30T12:55:25+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2017-11-30T12:55:25+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pyopenssl.git/commit/?id=e73818600065821d588af475b024f4eb518c3509'/>
<id>e73818600065821d588af475b024f4eb518c3509</id>
<content type='text'>
* fix a memory leak and a potential UAF and also #722

* sanity check

* bump cryptography minimum version, add changelog
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* fix a memory leak and a potential UAF and also #722

* sanity check

* bump cryptography minimum version, add changelog
</pre>
</div>
</content>
</entry>
<entry>
<title>define __all__ to make wildcard import work (#719)</title>
<updated>2017-11-26T13:40:28+00:00</updated>
<author>
<name>Nicolas Karolak</name>
<email>nikaro@users.noreply.github.com</email>
</author>
<published>2017-11-26T13:40:28+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pyopenssl.git/commit/?id=736c62111550972d835e33a3084c3bfc37bb61f7'/>
<id>736c62111550972d835e33a3084c3bfc37bb61f7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't use things after they're freed...duh (#709)</title>
<updated>2017-11-20T14:04:08+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2017-11-20T14:04:08+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pyopenssl.git/commit/?id=4aa52c33d3ee51c632e0e1e10cafb7745fd1028c'/>
<id>4aa52c33d3ee51c632e0e1e10cafb7745fd1028c</id>
<content type='text'>
* Don't use things after they're freed...duh

* changelog

* more details
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Don't use things after they're freed...duh

* changelog

* more details
</pre>
</div>
</content>
</entry>
<entry>
<title>fix errors with latest flake8 (#710)</title>
<updated>2017-11-20T13:19:32+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2017-11-20T13:19:32+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pyopenssl.git/commit/?id=c3697ad289dc011692591246e8d6d341f37da298'/>
<id>c3697ad289dc011692591246e8d6d341f37da298</id>
<content type='text'>
* fix errors with latest flake8

* Also fix the macOS builds

* fix?

* allow urllib3 to fail for now
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* fix errors with latest flake8

* Also fix the macOS builds

* fix?

* allow urllib3 to fail for now
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve documentation for passphrase callback (#703)</title>
<updated>2017-10-12T05:51:52+00:00</updated>
<author>
<name>Diego Fernandez</name>
<email>aiguo.fernandez@gmail.com</email>
</author>
<published>2017-10-12T05:51:52+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pyopenssl.git/commit/?id=fe0120f9fbf08ca937cc95cf409c0d888145fafa'/>
<id>fe0120f9fbf08ca937cc95cf409c0d888145fafa</id>
<content type='text'>
Address issue #701</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Address issue #701</pre>
</div>
</content>
</entry>
<entry>
<title>fix #664 (#665)</title>
<updated>2017-07-19T13:53:23+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2017-07-19T13:53:23+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pyopenssl.git/commit/?id=a92a1a708f3973d0640a6f7c9e43adf1e6925f82'/>
<id>a92a1a708f3973d0640a6f7c9e43adf1e6925f82</id>
<content type='text'>
* fix #664

bytes and strings are different things.

* update changelog

* let's just make the sentinel values byte strings

* flake8
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* fix #664

bytes and strings are different things.

* update changelog

* let's just make the sentinel values byte strings

* flake8
</pre>
</div>
</content>
</entry>
<entry>
<title>Kill some commented out code and other cleanups (#649)</title>
<updated>2017-06-30T05:51:33+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2017-06-30T05:51:33+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pyopenssl.git/commit/?id=d61c46a339354f533eb14331ca0c40b8d4dd72a2'/>
<id>d61c46a339354f533eb14331ca0c40b8d4dd72a2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
