<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cryptography.git/src/_cffi_src/openssl/engine.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>partially opaque RAND_METHOD</title>
<updated>2016-03-11T21:57:00+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2016-03-11T21:57:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=8cd7d7d30886312069ee1c5304f024e3b1736dcc'/>
<id>8cd7d7d30886312069ee1c5304f024e3b1736dcc</id>
<content type='text'>
We only populate bytes, pseudobytes, and status and in OpenSSL 1.1.0
seed and add changed signature (from void return to int).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We only populate bytes, pseudobytes, and status and in OpenSSL 1.1.0
seed and add changed signature (from void return to int).
</pre>
</div>
</content>
</entry>
<entry>
<title>engine ECDH/ECDSA/STORE no longer exist in 1.1.0</title>
<updated>2016-03-09T20:53:01+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2016-03-09T17:06:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=c3486a7d17cba03e1eb5a32262c4ec7e4daca496'/>
<id>c3486a7d17cba03e1eb5a32262c4ec7e4daca496</id>
<content type='text'>
Also, ENGINE_load_openssl and ENGINE_load_dynamic became macros.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also, ENGINE_load_openssl and ENGINE_load_dynamic became macros.
</pre>
</div>
</content>
</entry>
<entry>
<title>make engine addition idempotent</title>
<updated>2015-10-22T04:00:24+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2015-08-24T13:00:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=9837cb15b84fea92ffce3306d14160a8c11b1c65'/>
<id>9837cb15b84fea92ffce3306d14160a8c11b1c65</id>
<content type='text'>
Threading issues keep cropping up. ENGINE_add already
acquires a lock at the C layer via CRYPTO_w_lock (provided you
have registered the locking callbacks) so let's try to use that.

As part of this we'll try to init the openssl locks, but of course
there's potentially a race there as well. Clearly this isn't the real
fix but it might improve the situation while we try to determine what to
do.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Threading issues keep cropping up. ENGINE_add already
acquires a lock at the C layer via CRYPTO_w_lock (provided you
have registered the locking callbacks) so let's try to use that.

As part of this we'll try to init the openssl locks, but of course
there's potentially a race there as well. Clearly this isn't the real
fix but it might improve the situation while we try to determine what to
do.
</pre>
</div>
</content>
</entry>
<entry>
<title>remove openssl CONDITIONAL_NAMES</title>
<updated>2015-08-03T15:18:58+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2015-08-03T15:18:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=a41a20e1f667c810d2789beae726764aac4d1c61'/>
<id>a41a20e1f667c810d2789beae726764aac4d1c61</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>don't need the intermediary 'struct' declaration.</title>
<updated>2015-06-27T22:13:12+00:00</updated>
<author>
<name>Glyph</name>
<email>glyph@twistedmatrix.com</email>
</author>
<published>2015-06-27T22:13:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=28e7d80faff025e2fa90ea69813fc73332387c25'/>
<id>28e7d80faff025e2fa90ea69813fc73332387c25</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>comply with C coding standard, for which there is no linter</title>
<updated>2015-06-27T06:17:06+00:00</updated>
<author>
<name>Glyph</name>
<email>glyph@twistedmatrix.com</email>
</author>
<published>2015-06-27T06:17:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=add79c02c102f2874974bdec727c9733a48685cc'/>
<id>add79c02c102f2874974bdec727c9733a48685cc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>deopaque a couple of things</title>
<updated>2015-06-27T04:59:15+00:00</updated>
<author>
<name>Glyph</name>
<email>glyph@twistedmatrix.com</email>
</author>
<published>2015-06-27T04:59:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=332936dffb7c8574be7340271f9cfb196f25a016'/>
<id>332936dffb7c8574be7340271f9cfb196f25a016</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>convert to cffi 1.0 precompile system</title>
<updated>2015-06-08T04:27:54+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2015-05-19T20:05:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=68b3b1ea8661b98c7afc3243e84c998601b70f18'/>
<id>68b3b1ea8661b98c7afc3243e84c998601b70f18</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
