<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cryptography.git/tests, branch goddamnit</title>
<subtitle>github.com: pyca/cryptography.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/'/>
<entry>
<title>we don't have these mac builders any more (#4892)</title>
<updated>2019-05-25T14:25:13+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2019-05-25T14:25:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=551abfadc9e9375daf4354c76020595ad9b34c41'/>
<id>551abfadc9e9375daf4354c76020595ad9b34c41</id>
<content type='text'>
* we don't have these mac builders any more

let's see if we get coverage from azure like we should!

* remove a branch we can't cover in tests

* remove unused import
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* we don't have these mac builders any more

let's see if we get coverage from azure like we should!

* remove a branch we can't cover in tests

* remove unused import
</pre>
</div>
</content>
</entry>
<entry>
<title>Small style cleanup (#4891)</title>
<updated>2019-05-19T13:30:10+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2019-05-19T13:30:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=98d06e7c0814f91a6ffd06b80996814b4789ff64'/>
<id>98d06e7c0814f91a6ffd06b80996814b4789ff64</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add name for ExtensionOID.PRECERT_POISON (#4853)</title>
<updated>2019-05-19T12:54:37+00:00</updated>
<author>
<name>redshiftzero</name>
<email>jen@freedom.press</email>
</author>
<published>2019-05-19T12:54:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=347351f5b6cef7fbaa33ab8c7a72999deed9de26'/>
<id>347351f5b6cef7fbaa33ab8c7a72999deed9de26</id>
<content type='text'>
* test: ensure all public members of ExtensionOID have names defined

* add name for ExtensionOID.PRECERT_POISON

ref: https://github.com/google/certificate-transparency/blob/5fce65cb60cfe7808afc98de23c7dd5ddbfa1509/python/ct/crypto/asn1/oid.py#L338
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* test: ensure all public members of ExtensionOID have names defined

* add name for ExtensionOID.PRECERT_POISON

ref: https://github.com/google/certificate-transparency/blob/5fce65cb60cfe7808afc98de23c7dd5ddbfa1509/python/ct/crypto/asn1/oid.py#L338
</pre>
</div>
</content>
</entry>
<entry>
<title>fix aia encoding memory leak (#4889)</title>
<updated>2019-05-18T20:37:54+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2019-05-18T20:37:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=9a22851fab924fd58482fdad3f8dd23dc3987f91'/>
<id>9a22851fab924fd58482fdad3f8dd23dc3987f91</id>
<content type='text'>
* fix aia encoding memory leak

* don't return anything from the prealloc func
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* fix aia encoding memory leak

* don't return anything from the prealloc func
</pre>
</div>
</content>
</entry>
<entry>
<title>use a random key for these tests (#4887)</title>
<updated>2019-05-18T13:04:37+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2019-05-18T13:04:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=97af501780534065739a251dc6bafd74b6bf7f19'/>
<id>97af501780534065739a251dc6bafd74b6bf7f19</id>
<content type='text'>
Using an all 0 key causes failures in OpenSSL master (and Fedora has
cherry-picked the commit that causes it). The change requires that the
key/tweak for XTS mode not be the same value, so let's just use a random
key.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Using an all 0 key causes failures in OpenSSL master (and Fedora has
cherry-picked the commit that causes it). The change requires that the
key/tweak for XTS mode not be the same value, so let's just use a random
key.</pre>
</div>
</content>
</entry>
<entry>
<title>fix from_issuer_subject_key_identifier to take the right type (#4864)</title>
<updated>2019-05-04T17:34:29+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2019-05-04T17:34:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=81233de59df126c8b21f359661f3204924c9d67b'/>
<id>81233de59df126c8b21f359661f3204924c9d67b</id>
<content type='text'>
* fix from_issuer_subject_key_identifier to take the right type

deprecate passing the old Extension wrapper object

* don't use a try:except:

* hilarious contortions to satisfy doc8
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* fix from_issuer_subject_key_identifier to take the right type

deprecate passing the old Extension wrapper object

* don't use a try:except:

* hilarious contortions to satisfy doc8
</pre>
</div>
</content>
</entry>
<entry>
<title>4810 bugfix: avoid UnicodeEncodeError on python 2 (#4846)</title>
<updated>2019-04-16T05:46:57+00:00</updated>
<author>
<name>redshiftzero</name>
<email>jen@freedom.press</email>
</author>
<published>2019-04-16T05:46:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=276f5c49d55b5ff7694f2f35ae538282ec360e7d'/>
<id>276f5c49d55b5ff7694f2f35ae538282ec360e7d</id>
<content type='text'>
* test: regression test for UnicodeEncodeError in x509 name in #4810

added utf8 encoding at the top of the file due to PEP 263

* bugfix: #4810 resolve UnicodeEncodeError in x509 name
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* test: regression test for UnicodeEncodeError in x509 name in #4810

added utf8 encoding at the top of the file due to PEP 263

* bugfix: #4810 resolve UnicodeEncodeError in x509 name
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixes #4830 -- handle negative serial numbers (#4843)</title>
<updated>2019-04-13T03:36:20+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2019-04-13T03:36:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=19db013fa66fb4eb38e105e7fd46599aad51bf30'/>
<id>19db013fa66fb4eb38e105e7fd46599aad51bf30</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix a memory leak in AIA parsing (#4836)</title>
<updated>2019-04-11T12:57:13+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2019-04-11T12:57:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=92241410b5b0591d849443b3023992334a4be0a2'/>
<id>92241410b5b0591d849443b3023992334a4be0a2</id>
<content type='text'>
* fix a memory leak in AIA parsing

* oops can't remove that
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* fix a memory leak in AIA parsing

* oops can't remove that
</pre>
</div>
</content>
</entry>
<entry>
<title>fix != comparison in py2 (fixes #4821) (#4822)</title>
<updated>2019-03-25T21:25:49+00:00</updated>
<author>
<name>Mathias Ertl</name>
<email>mati@fsinf.at</email>
</author>
<published>2019-03-25T21:25:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=91105952739442a74582d3e62b3d2111365b0dc7'/>
<id>91105952739442a74582d3e62b3d2111365b0dc7</id>
<content type='text'>
* fix != comparison in py2 (fixes #4821)

* remove blank line b/c pep8

* move __ne__ next to __eq__ as per review request
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* fix != comparison in py2 (fixes #4821)

* remove blank line b/c pep8

* move __ne__ next to __eq__ as per review request
</pre>
</div>
</content>
</entry>
</feed>
