<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/pyopenssl.git/tests/test_crypto.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>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>Simplify test code (#679)</title>
<updated>2017-07-25T13:07:04+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2017-07-25T13:07:04+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pyopenssl.git/commit/?id=6cbc69abfa93746d3c4562031d626d6b0943450f'/>
<id>6cbc69abfa93746d3c4562031d626d6b0943450f</id>
<content type='text'>
* Simplify test code

* fix
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Simplify test code

* fix
</pre>
</div>
</content>
</entry>
<entry>
<title>Mark this test as flaky (#678)</title>
<updated>2017-07-24T04:57:38+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2017-07-24T04:57:38+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pyopenssl.git/commit/?id=642de6f1682c93c0fdee4216b3e0617c2d71a7fc'/>
<id>642de6f1682c93c0fdee4216b3e0617c2d71a7fc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>(EC)DSA signature fix (#670)</title>
<updated>2017-07-20T08:45:54+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2017-07-20T08:45:54+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pyopenssl.git/commit/?id=59d26251efd8a2a08abd9029018194430f7f25ca'/>
<id>59d26251efd8a2a08abd9029018194430f7f25ca</id>
<content type='text'>
* Write a test - signatures with EC keys (#609)

* Ask for signature length before allocating a buffer.

This fixes a potential heap buffer overflow that may happen when a signature
is longer than the private key, as with X9.62 ECDSA (#609).

* change approach to EVP_PKEY_size and add changelog

* add a small assert
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Write a test - signatures with EC keys (#609)

* Ask for signature length before allocating a buffer.

This fixes a potential heap buffer overflow that may happen when a signature
is longer than the private key, as with X9.62 ECDSA (#609).

* change approach to EVP_PKEY_size and add changelog

* add a small assert
</pre>
</div>
</content>
</entry>
<entry>
<title>101 doesn't work, just mark it flaky (#662)</title>
<updated>2017-07-07T04:09:34+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2017-07-07T04:09:34+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pyopenssl.git/commit/?id=7f5610c7f387e554149206137b182c1ff656898f'/>
<id>7f5610c7f387e554149206137b182c1ff656898f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>FIxed #266 -- attempt to deflake our tests (#660)</title>
<updated>2017-07-07T03:43:47+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2017-07-07T03:43:47+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pyopenssl.git/commit/?id=e466bc917e070e34208a52838a0e21730345a78f'/>
<id>e466bc917e070e34208a52838a0e21730345a78f</id>
<content type='text'>
* FIxed #266 -- attempt to deflake our tests

* typo
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* FIxed #266 -- attempt to deflake our tests

* typo
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed the deprecated md5 default on CRL.export() (#652)</title>
<updated>2017-06-30T15:01:12+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2017-06-30T15:01:12+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pyopenssl.git/commit/?id=173e4bae31aac1fb66dd83ad4f78fa2fda0f3141'/>
<id>173e4bae31aac1fb66dd83ad4f78fa2fda0f3141</id>
<content type='text'>
* Removed the deprecated md5 default on CRL.export()

* Doh

* unused import

* fixed tests

* last one

* py3k!!!!!
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Removed the deprecated md5 default on CRL.export()

* Doh

* unused import

* fixed tests

* last one

* py3k!!!!!
</pre>
</div>
</content>
</entry>
<entry>
<title>dump_privatekey with FILETYPE_TEXT only supports RSA keys (#646)</title>
<updated>2017-06-29T23:43:42+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2017-06-29T23:43:42+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pyopenssl.git/commit/?id=cded993dbbff8e8c777b95f4de0597cdf3f75c0d'/>
<id>cded993dbbff8e8c777b95f4de0597cdf3f75c0d</id>
<content type='text'>
* dump_privatekey with FILETYPE_TEXT only supports RSA keys

FILETYPE_TEXT is terrible but everyone hold their nose

* also verify it's a pkey
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* dump_privatekey with FILETYPE_TEXT only supports RSA keys

FILETYPE_TEXT is terrible but everyone hold their nose

* also verify it's a pkey
</pre>
</div>
</content>
</entry>
<entry>
<title>add to_cryptography/from_cryptography on CRL and X509Req (#645)</title>
<updated>2017-06-29T23:24:17+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2017-06-29T23:24:17+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pyopenssl.git/commit/?id=41c1024c4664fbd81afebae22cf923b9f6352b74'/>
<id>41c1024c4664fbd81afebae22cf923b9f6352b74</id>
<content type='text'>
* add to_cryptography/from_cryptography on CRL and X509Req

* add changelog entry
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* add to_cryptography/from_cryptography on CRL and X509Req

* add changelog entry
</pre>
</div>
</content>
</entry>
<entry>
<title>Added an API for converting X509 to/from cryptography (#640)</title>
<updated>2017-06-25T20:28:24+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2017-06-25T20:28:24+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pyopenssl.git/commit/?id=9939ba1658868b68654501aac24c97db8d9335ae'/>
<id>9939ba1658868b68654501aac24c97db8d9335ae</id>
<content type='text'>
* Added an API for converting X509 to/from cryptography

* changelog
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Added an API for converting X509 to/from cryptography

* changelog
</pre>
</div>
</content>
</entry>
</feed>
