<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cryptography.git/src/_cffi_src, branch 2.0.x</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>Fix weak linking of getentropy when compiling on older macOS (#3841) (#3842)</title>
<updated>2017-08-03T21:09:24+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2017-08-03T21:09:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=5e7160fb442520647ac3f6d53707da954a517d6c'/>
<id>5e7160fb442520647ac3f6d53707da954a517d6c</id>
<content type='text'>
* Fix weak linking of getentropy when compiling on older macOS

We use weak linking in macOS to determine if the getentropy symbol is
available. However, to do that we need to have a declaration that states
the function is __attribute((weak_import)) at compile time. On macOS
10.12 this is provided in sys/random.h, but on older macOS the
declaration doesn't exist at all, so we need to forward declare it
ourselves.

* update a comment and a style nit</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Fix weak linking of getentropy when compiling on older macOS

We use weak linking in macOS to determine if the getentropy symbol is
available. However, to do that we need to have a declaration that states
the function is __attribute((weak_import)) at compile time. On macOS
10.12 this is provided in sys/random.h, but on older macOS the
declaration doesn't exist at all, so we need to forward declare it
ourselves.

* update a comment and a style nit</pre>
</div>
</content>
</entry>
<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://git.baserock.org/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://git.baserock.org/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://git.baserock.org/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://git.baserock.org/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://git.baserock.org/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://git.baserock.org/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://git.baserock.org/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://git.baserock.org/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://git.baserock.org/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>
</feed>
