<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cryptography.git/src/_cffi_src, branch 2.5</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>bind EVP_R_MEMORY_LIMIT_EXCEEDED and update a test (#4726)</title>
<updated>2019-01-22T03:17:19+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2019-01-22T03:17:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=5b3e735253d4cc1c7f51dedc11c9ca5eeb6f451f'/>
<id>5b3e735253d4cc1c7f51dedc11c9ca5eeb6f451f</id>
<content type='text'>
* bind EVP_R_MEMORY_LIMIT_EXCEEDED and update a test

This will allow OpenSSL 1.1.1 on 32-bit (including our Windows 32-bit
builders) to fail as expected. Technically this isn't a malloc error,
but rather failing because the allocation requested is larger than
32-bits, but raising a MemoryError still seems appropriate

* what you want an endif too?
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* bind EVP_R_MEMORY_LIMIT_EXCEEDED and update a test

This will allow OpenSSL 1.1.1 on 32-bit (including our Windows 32-bit
builders) to fail as expected. Technically this isn't a malloc error,
but rather failing because the allocation requested is larger than
32-bits, but raising a MemoryError still seems appropriate

* what you want an endif too?
</pre>
</div>
</content>
</entry>
<entry>
<title>expose the ed448 nid (#4717)</title>
<updated>2019-01-19T06:50:48+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2019-01-19T06:50:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=fdc61a26ea32e2563dfcbe17484b6e662d7f1e0a'/>
<id>fdc61a26ea32e2563dfcbe17484b6e662d7f1e0a</id>
<content type='text'>
we already did all the conditional binding, but forgot to actually
expose it.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
we already did all the conditional binding, but forgot to actually
expose it.</pre>
</div>
</content>
</entry>
<entry>
<title>Fixes #4683 -- fixed linux kernel version that has getrandom (#4684)</title>
<updated>2019-01-12T17:47:05+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2019-01-12T17:47:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=9b198104db8b53178212b5849919b6a61ca794ab'/>
<id>9b198104db8b53178212b5849919b6a61ca794ab</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add bindings to get SRTP protection profile (#4679)</title>
<updated>2019-01-11T17:46:16+00:00</updated>
<author>
<name>Jeremy Lainé</name>
<email>jeremy.laine@m4x.org</email>
</author>
<published>2019-01-11T17:46:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=19b5d248f2122ace443d2d3596f9dd14f78a4d30'/>
<id>19b5d248f2122ace443d2d3596f9dd14f78a4d30</id>
<content type='text'>
This adds the ability to retrieve the selected SRTP protection profile
after the DTLS handshake completes. This is needed to perform the
correct key derivation if multiple profiles were offered.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This adds the ability to retrieve the selected SRTP protection profile
after the DTLS handshake completes. This is needed to perform the
correct key derivation if multiple profiles were offered.</pre>
</div>
</content>
</entry>
<entry>
<title>HTTPS a bunch of links in random places (#4666)</title>
<updated>2018-12-31T16:10:09+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2018-12-31T16:10:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=f7567f62075f2e80762834e6d71c79cd50bb4529'/>
<id>f7567f62075f2e80762834e6d71c79cd50bb4529</id>
<content type='text'>
* HTTPS a bunch of links in random places

* What the heck happened here?
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* HTTPS a bunch of links in random places

* What the heck happened here?
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixes #4645 -- poll() on /dev/random before reading from /dev/urandom on Linux (#4656)</title>
<updated>2018-12-29T14:04:32+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2018-12-29T14:04:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=8f75d0779740d7221445ebd2da66ececb49cc05b'/>
<id>8f75d0779740d7221445ebd2da66ececb49cc05b</id>
<content type='text'>
* Fixes #4645 -- select() on /dev/random before reading from /dev/urandom on linux

* whoops

* Missing header

* whoops

* Review notes

* Potential uninitialized fix

* Signals are literally impossible
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Fixes #4645 -- select() on /dev/random before reading from /dev/urandom on linux

* whoops

* Missing header

* whoops

* Review notes

* Potential uninitialized fix

* Signals are literally impossible
</pre>
</div>
</content>
</entry>
<entry>
<title>Raise MemoryError when backend.derive_scrypt can't malloc enough (#4592)</title>
<updated>2018-12-09T01:15:51+00:00</updated>
<author>
<name>Tux</name>
<email>tuxxy@users.noreply.github.com</email>
</author>
<published>2018-12-09T01:15:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=fbbd54fe017717706ffe48b168ff0639e88f4b43'/>
<id>fbbd54fe017717706ffe48b168ff0639e88f4b43</id>
<content type='text'>
* Raise MemoryError when backend.derive_scrypt can't malloc enough

* Expose ERR_R_MALLOC_FAILURE and use the reason_match pattern to catch it

* Add test_scrypt_malloc_failure in test_scrypt

* let's see if this passes

* add comment to filippo's blog post about scrypt's params
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Raise MemoryError when backend.derive_scrypt can't malloc enough

* Expose ERR_R_MALLOC_FAILURE and use the reason_match pattern to catch it

* Add test_scrypt_malloc_failure in test_scrypt

* let's see if this passes

* add comment to filippo's blog post about scrypt's params
</pre>
</div>
</content>
</entry>
<entry>
<title>switch osrandom engine to blocking mode when getting entropy (#4620)</title>
<updated>2018-12-02T05:13:02+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2018-12-02T05:13:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=3531439f8a09dd40102ac0e336cb962e86d8bf57'/>
<id>3531439f8a09dd40102ac0e336cb962e86d8bf57</id>
<content type='text'>
* switch osrandom engine to blocking mode when getting entropy

* review feedback

* we can remove this too
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* switch osrandom engine to blocking mode when getting entropy

* review feedback

* we can remove this too
</pre>
</div>
</content>
</entry>
<entry>
<title>reuse the libressl branch for OpenSSL built with OPENSSL_NO_PSK (#4619)</title>
<updated>2018-12-02T04:29:00+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2018-12-02T04:29:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=eb4e7b103530907311af4027280a48231a2f17be'/>
<id>eb4e7b103530907311af4027280a48231a2f17be</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Adjust DTLS check (#4593)</title>
<updated>2018-11-19T02:04:01+00:00</updated>
<author>
<name>Rosen Penev</name>
<email>rosenp@gmail.com</email>
</author>
<published>2018-11-19T02:04:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=e7a6229b332969d621aaf25f3fc5cdd99e3c9072'/>
<id>e7a6229b332969d621aaf25f3fc5cdd99e3c9072</id>
<content type='text'>
OpenSSL defines these even with OPENSSL_NO_DTLS.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
OpenSSL defines these even with OPENSSL_NO_DTLS.</pre>
</div>
</content>
</entry>
</feed>
