<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cryptography.git/src/_cffi_src/openssl/cryptography.py, branch master</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>Remove __future__ import from our code (#5610)</title>
<updated>2020-12-09T06:35:11+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2020-12-09T06:35:11+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=e0477596f7117845aa2d8768bf1b75162b3d915b'/>
<id>e0477596f7117845aa2d8768bf1b75162b3d915b</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 build our custom osrandom engine on libressl (#5593)</title>
<updated>2020-11-29T18:12:18+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2020-11-29T18:12:18+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=f133a3029a56d869084bc9839131bd57283027e0'/>
<id>f133a3029a56d869084bc9839131bd57283027e0</id>
<content type='text'>
* Don't build our custom osrandom engine on libressl

As far as I can tell it's never used on LibreSSL -- they're `RAND_bytes` function unconditionally calls `arc4random_buf`

* Update cryptography.py</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Don't build our custom osrandom engine on libressl

As far as I can tell it's never used on LibreSSL -- they're `RAND_bytes` function unconditionally calls `arc4random_buf`

* Update cryptography.py</pre>
</div>
</content>
</entry>
<entry>
<title>Delete all the 1.0.2 code (#5511)</title>
<updated>2020-10-26T05:41:40+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2020-10-26T05:41:40+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=d3eae8d7dbcd7ca491531424a4ac8b4838acf199'/>
<id>d3eae8d7dbcd7ca491531424a4ac8b4838acf199</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>handle unnamed-but-really-named curves in 1.0.2u (#5362)</title>
<updated>2020-07-30T20:03:34+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2020-07-30T20:03:34+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=241f845071a8747d0986ed60575e28840f096b79'/>
<id>241f845071a8747d0986ed60575e28840f096b79</id>
<content type='text'>
* handle unnamed-but-really-named curves in 1.0.2u

* handle openssl 1.0.2 not supporting better install commands on make

* do what openssl didn't feel was necessary in 1.0.2t/u

I didn't bind the named curve constant, fight me.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* handle unnamed-but-really-named curves in 1.0.2u

* handle openssl 1.0.2 not supporting better install commands on make

* do what openssl didn't feel was necessary in 1.0.2t/u

I didn't bind the named curve constant, fight me.</pre>
</div>
</content>
</entry>
<entry>
<title>fixes #5321 -- deprecate support for OpenSSL 1.0.2 (#5333)</title>
<updated>2020-07-21T02:58:57+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2020-07-21T02:58:57+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=f7bc5ef7c3e585662c0c29ba9478995c6630e5bd'/>
<id>f7bc5ef7c3e585662c0c29ba9478995c6630e5bd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>disable the osrandom engine on 1.1.1d+ (#5317)</title>
<updated>2020-07-19T16:33:18+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2020-07-19T16:33:18+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=084da16ebc272276557ac31f78b363b33d5e5335'/>
<id>084da16ebc272276557ac31f78b363b33d5e5335</id>
<content type='text'>
* disable the osrandom engine on 1.1.1d+

* skip (and run) some tests on 1.1.1d+

* simplify our conditionals

* Update src/_cffi_src/openssl/src/osrandom_engine.c

Co-authored-by: Alex Gaynor &lt;alex.gaynor@gmail.com&gt;

* words

* more words

* language

* get coverage more cleverly

* a word

* Update .github/workflows/ci.yml

Co-authored-by: Alex Gaynor &lt;alex.gaynor@gmail.com&gt;

Co-authored-by: Alex Gaynor &lt;alex.gaynor@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* disable the osrandom engine on 1.1.1d+

* skip (and run) some tests on 1.1.1d+

* simplify our conditionals

* Update src/_cffi_src/openssl/src/osrandom_engine.c

Co-authored-by: Alex Gaynor &lt;alex.gaynor@gmail.com&gt;

* words

* more words

* language

* get coverage more cleverly

* a word

* Update .github/workflows/ci.yml

Co-authored-by: Alex Gaynor &lt;alex.gaynor@gmail.com&gt;

Co-authored-by: Alex Gaynor &lt;alex.gaynor@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Dropped support for LibreSSL 2.7, 2.8, and 2.9.0 (2.9.1+ are still supported) (#5231)</title>
<updated>2020-04-26T03:42:20+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2020-04-26T03:42:20+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=01eb304b082b4ae5769eb0b2e1184dbca010961a'/>
<id>01eb304b082b4ae5769eb0b2e1184dbca010961a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Drop support for OpenSSL 1.0.1 (#5178)</title>
<updated>2020-04-04T21:08:08+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2020-04-04T21:08:08+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=aece5b3d47282beed31f7119e273b65816a0cf93'/>
<id>aece5b3d47282beed31f7119e273b65816a0cf93</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed #5050 -- dropped support for an old LibresSSL release (#5056)</title>
<updated>2019-11-11T00:16:56+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2019-11-11T00:16:56+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=1a73704b8cf432fb74fc9f52ed4a0ac6637e078f'/>
<id>1a73704b8cf432fb74fc9f52ed4a0ac6637e078f</id>
<content type='text'>
* Fixed #5050 -- dropped support for an old LibresSSL release

* Changelog
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Fixed #5050 -- dropped support for an old LibresSSL release

* Changelog
</pre>
</div>
</content>
</entry>
<entry>
<title>Use generic DTLS functions added in LibreSSL 2.9.1 (#4855)</title>
<updated>2019-04-23T15:07:00+00:00</updated>
<author>
<name>Charlie Li</name>
<email>vishwin@users.noreply.github.com</email>
</author>
<published>2019-04-23T15:07:00+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=87550626ff995ae61abf441e5e89076cc5a7dd45'/>
<id>87550626ff995ae61abf441e5e89076cc5a7dd45</id>
<content type='text'>
* Use generic DTLS functions added in LibreSSL 2.9.1

While here, bump travis.

* Remove LibreSSL 2.9.0 from travis now that 2.9.1 exists.

Requested by: @reaperhulk
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Use generic DTLS functions added in LibreSSL 2.9.1

While here, bump travis.

* Remove LibreSSL 2.9.0 from travis now that 2.9.1 exists.

Requested by: @reaperhulk
</pre>
</div>
</content>
</entry>
</feed>
