<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cryptography.git/src/_cffi_src/openssl/ec.py, branch 1.3</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>Merge pull request #2824 from reaperhulk/110-patch-34</title>
<updated>2016-03-14T04:12:19+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2016-03-14T04:12:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=3982b887556230b44b3dd0ae2b73437f1d889bed'/>
<id>3982b887556230b44b3dd0ae2b73437f1d889bed</id>
<content type='text'>
remove some EC functions we don't use</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
remove some EC functions we don't use</pre>
</div>
</content>
</entry>
<entry>
<title>remove some EC functions we don't use</title>
<updated>2016-03-14T00:51:35+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2016-03-14T00:50:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=7e18e30143c669f5ea89bab27acacd2f293e3145'/>
<id>7e18e30143c669f5ea89bab27acacd2f293e3145</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>in OpenSSL 1.1.0 these EC functions are no longer const args</title>
<updated>2016-03-14T00:49:46+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2016-03-14T00:49:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=a49e1136a5bc9a0c38f236b44bb8f726f20ee1a8'/>
<id>a49e1136a5bc9a0c38f236b44bb8f726f20ee1a8</id>
<content type='text'>
Fixes a warning
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes a warning
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #2515 from reaperhulk/sigbus</title>
<updated>2015-12-09T15:55:52+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2015-12-09T15:55:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=e4b8b45ae473b93dbdd0f2629e3233e5bcad92b5'/>
<id>e4b8b45ae473b93dbdd0f2629e3233e5bcad92b5</id>
<content type='text'>
remove the bindings for these x86_64 specific EC functions</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
remove the bindings for these x86_64 specific EC functions</pre>
</div>
</content>
</entry>
<entry>
<title>remove the bindings for these x86_64 specific EC functions</title>
<updated>2015-12-09T15:05:46+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2015-12-02T04:14:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=bfde119374ed3b3961a96f0d21535c12b334f6d7'/>
<id>bfde119374ed3b3961a96f0d21535c12b334f6d7</id>
<content type='text'>
We have no need to invoke them directly and their presence triggers a
bug related to Fedora 23's hobbling of openssl EC functions (uugh)

This also fixes the SIGBUS issue in #2503, although that is more
appropriately resolved via header fixes for universal libraries on OS X.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We have no need to invoke them directly and their presence triggers a
bug related to Fedora 23's hobbling of openssl EC functions (uugh)

This also fixes the SIGBUS issue in #2503, although that is more
appropriately resolved via header fixes for universal libraries on OS X.
</pre>
</div>
</content>
</entry>
<entry>
<title>shouldn't need values here</title>
<updated>2015-12-01T20:52:44+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2015-12-01T20:52:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=24ea1594afa1b8a0bf7e68bc2f27213351c9c3e1'/>
<id>24ea1594afa1b8a0bf7e68bc2f27213351c9c3e1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>if EC isn't present we need to declare this enum</title>
<updated>2015-12-01T14:23:02+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2015-12-01T14:23:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=2ebd4bd63295bb1acbd2857684e2794272d17e2a'/>
<id>2ebd4bd63295bb1acbd2857684e2794272d17e2a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>let the compiler figure out these values</title>
<updated>2015-12-01T14:15:22+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2015-12-01T14:15:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=04b66daa312165bf311803c2e85c71d0b62c42ef'/>
<id>04b66daa312165bf311803c2e85c71d0b62c42ef</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 warning in cffi</title>
<updated>2015-12-01T13:56:19+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2015-12-01T13:54:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=9a426a5003b324cfd77a33bcbe81d9763ea4ba95'/>
<id>9a426a5003b324cfd77a33bcbe81d9763ea4ba95</id>
<content type='text'>
cffi doesn't want to guess the type, so we'll deopaque the enum and
strip the values out of the lib if EC is unavailable
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
cffi doesn't want to guess the type, so we'll deopaque the enum and
strip the values out of the lib if EC is unavailable
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix build with LibreSSL &gt;= 2.2.2</title>
<updated>2015-08-08T19:17:23+00:00</updated>
<author>
<name>Lluixhi Scura</name>
<email>lluixhi@gmail.com</email>
</author>
<published>2015-08-08T19:17:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=62751e765600c2082f5e6abbe3af6f62220f98e0'/>
<id>62751e765600c2082f5e6abbe3af6f62220f98e0</id>
<content type='text'>
LIBRESSL_VERSION_NUMBER is now being incremented.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
LIBRESSL_VERSION_NUMBER is now being incremented.
</pre>
</div>
</content>
</entry>
</feed>
