<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cryptography.git/src/_cffi_src, branch 2.0.2</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>fix compilation on openbsd (#3814) (#3816)</title>
<updated>2017-07-26T18:25:55+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2017-07-26T18:25:55+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=2b6ade8087c80a3f046a16dd1a463678aa5b68df'/>
<id>2b6ade8087c80a3f046a16dd1a463678aa5b68df</id>
<content type='text'>
the getentropy fallback is only possible on macOS, wrap it in a define
to remove it entirely on the BSDs.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the getentropy fallback is only possible on macOS, wrap it in a define
to remove it entirely on the BSDs.</pre>
</div>
</content>
</entry>
<entry>
<title>allow p % 24 == 23 when generator == 2 in DH_check (#3768)</title>
<updated>2017-07-10T04:20:35+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2017-07-10T04:20:35+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=dc6e7624154809340fb38fc884ad30d840a3ff5e'/>
<id>dc6e7624154809340fb38fc884ad30d840a3ff5e</id>
<content type='text'>
* allow p % 24 == 23 when generator == 2 in DH_check

* short url

* update and expand comments

* even better language!
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* allow p % 24 == 23 when generator == 2 in DH_check

* short url

* update and expand comments

* even better language!
</pre>
</div>
</content>
</entry>
<entry>
<title>remove egd (#3771)</title>
<updated>2017-07-09T01:47:34+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2017-07-09T01:47:34+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=ae487bb5c70516505653a7884b5be5de26c5d96e'/>
<id>ae487bb5c70516505653a7884b5be5de26c5d96e</id>
<content type='text'>
* remove egd

* oops

* keep Cryptography_HAS_EGD for compat just in case

This shouldn't really be necessary but maybe we can fully remove it in
2018 or 2019...
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* remove egd

* oops

* keep Cryptography_HAS_EGD for compat just in case

This shouldn't really be necessary but maybe we can fully remove it in
2018 or 2019...
</pre>
</div>
</content>
</entry>
<entry>
<title>remove cryptodev (#3770)</title>
<updated>2017-07-09T01:29:52+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2017-07-09T01:29:52+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=b4d6370cf704aa21c4ef962beb0dfc95dfb5bc80'/>
<id>b4d6370cf704aa21c4ef962beb0dfc95dfb5bc80</id>
<content type='text'>
* remove cryptodev

* oops
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* remove cryptodev

* oops
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove conditionals we never use. (#3766)</title>
<updated>2017-07-08T21:35:41+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2017-07-08T21:35:41+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=538a953f1f67cafdb06840427eb5d2a7cad1a518'/>
<id>538a953f1f67cafdb06840427eb5d2a7cad1a518</id>
<content type='text'>
* Remove conditionals we never use.

Refs #3763

* put this back
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Remove conditionals we never use.

Refs #3763

* put this back
</pre>
</div>
</content>
</entry>
<entry>
<title>Funcs macros gone (#3695)</title>
<updated>2017-06-27T21:15:37+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2017-06-27T21:15:37+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=491fd7cc5aefff8064039d073331b41a2f606a63'/>
<id>491fd7cc5aefff8064039d073331b41a2f606a63</id>
<content type='text'>
* No more FUNCS/MACROS distinction

* change the docs to not talk about MACROS since they're gone

* remove out of date comment
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* No more FUNCS/MACROS distinction

* change the docs to not talk about MACROS since they're gone

* remove out of date comment
</pre>
</div>
</content>
</entry>
<entry>
<title>enable wconversion and finish fixes (#3728)</title>
<updated>2017-06-27T01:07:48+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2017-06-27T01:07:48+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=62c3421a73053af5cf09d110f927632dd19f00aa'/>
<id>62c3421a73053af5cf09d110f927632dd19f00aa</id>
<content type='text'>
* enable wconversion and finish fixes

* don't pass -Wconversion if it's win32
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* enable wconversion and finish fixes

* don't pass -Wconversion if it's win32
</pre>
</div>
</content>
</entry>
<entry>
<title>bind DTLS 1.2 methods (#3725)</title>
<updated>2017-06-27T01:07:25+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2017-06-27T01:07:25+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=caad666d34835265b9ebf9bb57d0ef53691c6388'/>
<id>caad666d34835265b9ebf9bb57d0ef53691c6388</id>
<content type='text'>
* bind DTLS 1.2 methods

* remove version specific dtls bindings, rename sentinel value
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* bind DTLS 1.2 methods

* remove version specific dtls bindings, rename sentinel value
</pre>
</div>
</content>
</entry>
<entry>
<title>some wconversion fixes (#3727)</title>
<updated>2017-06-26T20:37:11+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2017-06-26T20:37:11+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=b867003543fca711f7c75b9050c30122dce14558'/>
<id>b867003543fca711f7c75b9050c30122dce14558</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>pypy3 compilation fix for locking callback (#3716)</title>
<updated>2017-06-24T21:51:12+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2017-06-24T21:51:12+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=1b714f7ed673c9a211f3b664e7df39d0f5f21e32'/>
<id>1b714f7ed673c9a211f3b664e7df39d0f5f21e32</id>
<content type='text'>
* pypy3 fix on macos using work from the pypy project

https://bitbucket.org/pypy/pypy/commits/198dc138680f96c391802fa1e77b8b6d2e0134e6?at=py3.5

* change abort error msg and fix wrong type

* oh windows

* remove an unused variable

* rename mutex1_t, use calloc, small style fixes

* calloc correctly

* (call)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* pypy3 fix on macos using work from the pypy project

https://bitbucket.org/pypy/pypy/commits/198dc138680f96c391802fa1e77b8b6d2e0134e6?at=py3.5

* change abort error msg and fix wrong type

* oh windows

* remove an unused variable

* rename mutex1_t, use calloc, small style fixes

* calloc correctly

* (call)
</pre>
</div>
</content>
</entry>
</feed>
