<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/pyopenssl.git/OpenSSL/rand.py, branch remove-rationale</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>Lots of Python 3.2 porting work</title>
<updated>2014-01-11T16:58:41+00:00</updated>
<author>
<name>Jean-Paul Calderone</name>
<email>exarkun@twistedmatrix.com</email>
</author>
<published>2014-01-11T16:58:41+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pyopenssl.git/commit/?id=4f0467a545de9e4e5e9080472a45fdc1c70bae3c'/>
<id>4f0467a545de9e4e5e9080472a45fdc1c70bae3c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bytes for filenames elsewhere, too.</title>
<updated>2014-01-11T14:46:35+00:00</updated>
<author>
<name>Jean-Paul Calderone</name>
<email>exarkun@twistedmatrix.com</email>
</author>
<published>2014-01-11T14:46:35+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pyopenssl.git/commit/?id=7c55d45287d0bc49f2e3dedddb336ecdc9ad4b40'/>
<id>7c55d45287d0bc49f2e3dedddb336ecdc9ad4b40</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Enforce byte strings, not native strings.</title>
<updated>2014-01-11T13:45:37+00:00</updated>
<author>
<name>Jean-Paul Calderone</name>
<email>exarkun@twistedmatrix.com</email>
</author>
<published>2014-01-11T13:45:37+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pyopenssl.git/commit/?id=a8f7a941d1e142108d6c249fb99e7706d288d366'/>
<id>a8f7a941d1e142108d6c249fb99e7706d288d366</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid using `long` if it does not exist.</title>
<updated>2014-01-11T13:31:19+00:00</updated>
<author>
<name>Jean-Paul Calderone</name>
<email>exarkun@twistedmatrix.com</email>
</author>
<published>2014-01-11T13:31:19+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pyopenssl.git/commit/?id=53a5e134dc89968abb3984ae687391e7de9c8296'/>
<id>53a5e134dc89968abb3984ae687391e7de9c8296</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>this __builtin__ thing is not Python 3 compatible, apparently</title>
<updated>2014-01-09T19:33:42+00:00</updated>
<author>
<name>Jean-Paul Calderone</name>
<email>exarkun@twistedmatrix.com</email>
</author>
<published>2014-01-09T19:33:42+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pyopenssl.git/commit/?id=e80a25a416a8fca15738e48110aaf5321ed3fe68'/>
<id>e80a25a416a8fca15738e48110aaf5321ed3fe68</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make this test more 32 bit friendly: allocate the most memory that fits into a native integer.</title>
<updated>2013-12-31T18:54:39+00:00</updated>
<author>
<name>Jean-Paul Calderone</name>
<email>exarkun@twistedmatrix.com</email>
</author>
<published>2013-12-31T18:54:39+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pyopenssl.git/commit/?id=c7cd3e607c359367b8b238e10007ffe644a08e50'/>
<id>c7cd3e607c359367b8b238e10007ffe644a08e50</id>
<content type='text'>
This will avoid triggering an OverflowError on 32 bit platforms but still be more memory than can ever actually be allocated.

Also fix the implementation to accept Python longs as well as Python ints.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This will avoid triggering an OverflowError on 32 bit platforms but still be more memory than can ever actually be allocated.

Also fix the implementation to accept Python longs as well as Python ints.</pre>
</div>
</content>
</entry>
<entry>
<title>add some missing docstrings</title>
<updated>2013-12-29T15:31:13+00:00</updated>
<author>
<name>Jean-Paul Calderone</name>
<email>exarkun@twistedmatrix.com</email>
</author>
<published>2013-12-29T15:31:13+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pyopenssl.git/commit/?id=511cde06cda16e456dd309c6288cb8497821009a'/>
<id>511cde06cda16e456dd309c6288cb8497821009a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Put some shared code into a shared module and start using it from all three of the main implementation modules.</title>
<updated>2013-12-29T15:25:59+00:00</updated>
<author>
<name>Jean-Paul Calderone</name>
<email>exarkun@twistedmatrix.com</email>
</author>
<published>2013-12-29T15:25:59+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pyopenssl.git/commit/?id=c86bb7dc4e81179451088de07bb9c743ae85fb85'/>
<id>c86bb7dc4e81179451088de07bb9c743ae85fb85</id>
<content type='text'>
Also add a test for the MemoryError behavior of OpenSSL.rand.bytes.
Also make the other error handling behavior of that function probably correct maybe.
At least, give it a better comment about why it is untested.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also add a test for the MemoryError behavior of OpenSSL.rand.bytes.
Also make the other error handling behavior of that function probably correct maybe.
At least, give it a better comment about why it is untested.</pre>
</div>
</content>
</entry>
<entry>
<title>Switch from opentls to cryptography</title>
<updated>2013-12-28T23:04:00+00:00</updated>
<author>
<name>Jean-Paul Calderone</name>
<email>exarkun@twistedmatrix.com</email>
</author>
<published>2013-12-28T23:04:00+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pyopenssl.git/commit/?id=6037d073170d054554405df944136c1ddd9bbf22'/>
<id>6037d073170d054554405df944136c1ddd9bbf22</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Re-implement OpenSSL.rand in Python using opentls.</title>
<updated>2013-02-09T17:03:18+00:00</updated>
<author>
<name>Jean-Paul Calderone</name>
<email>exarkun@twistedmatrix.com</email>
</author>
<published>2013-02-09T17:03:18+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pyopenssl.git/commit/?id=8210b921ca89775b8773d03123fee77c7fad99e5'/>
<id>8210b921ca89775b8773d03123fee77c7fad99e5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
