<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cryptography.git/src, branch goddamnit</title>
<subtitle>github.com: pyca/cryptography.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/'/>
<entry>
<title>bump for 2.7 release (#4903)</title>
<updated>2019-05-30T23:27:42+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2019-05-30T23:27:42+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=9c2637d7ee1e5e7ce66fb8838f6b3f1e8c106242'/>
<id>9c2637d7ee1e5e7ce66fb8838f6b3f1e8c106242</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://91.123.203.49/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://91.123.203.49/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>add BIO_free_all (#4874)</title>
<updated>2019-05-06T11:47:02+00:00</updated>
<author>
<name>Dominic Chen</name>
<email>1108560+ddcc@users.noreply.github.com</email>
</author>
<published>2019-05-06T11:47:02+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=acada96664f0b226b8fa3e7192eb0d008367e1f1'/>
<id>acada96664f0b226b8fa3e7192eb0d008367e1f1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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://91.123.203.49/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>Use generic DTLS functions added in LibreSSL 2.9.1 (#4855)</title>
<updated>2019-04-23T15:07:00+00:00</updated>
<author>
<name>Charlie Li</name>
<email>vishwin@users.noreply.github.com</email>
</author>
<published>2019-04-23T15:07:00+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=87550626ff995ae61abf441e5e89076cc5a7dd45'/>
<id>87550626ff995ae61abf441e5e89076cc5a7dd45</id>
<content type='text'>
* Use generic DTLS functions added in LibreSSL 2.9.1

While here, bump travis.

* Remove LibreSSL 2.9.0 from travis now that 2.9.1 exists.

Requested by: @reaperhulk
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Use generic DTLS functions added in LibreSSL 2.9.1

While here, bump travis.

* Remove LibreSSL 2.9.0 from travis now that 2.9.1 exists.

Requested by: @reaperhulk
</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://91.123.203.49/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://91.123.203.49/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://91.123.203.49/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>Added BN_is_negative -- refs #4830 (#4831)</title>
<updated>2019-04-04T17:57:52+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2019-04-04T17:57:52+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=b839786c26e3d01691d476bf2895f73784256801'/>
<id>b839786c26e3d01691d476bf2895f73784256801</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
