<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cryptography.git, branch 40.0.2</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>version bump for 40.0.2 (#8728)</title>
<updated>2023-04-14T12:22:26+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2023-04-14T12:22:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=f816b457494e010b655cd7fdcd30e3446f86a703'/>
<id>f816b457494e010b655cd7fdcd30e3446f86a703</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>update openssl/openssl-sys to support libressl 3.7.2 (#8723)</title>
<updated>2023-04-14T12:08:33+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2023-04-14T12:08:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=8bf7a9dcb8b83a91d2893e07e52904f185496071'/>
<id>8bf7a9dcb8b83a91d2893e07e52904f185496071</id>
<content type='text'>
* update openssl/openssl-sys to support libressl 3.7.2

* test against 3.7.2</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* update openssl/openssl-sys to support libressl 3.7.2

* test against 3.7.2</pre>
</div>
</content>
</entry>
<entry>
<title>re-add a binding for an upcoming pyopenssl release (backport) (#8725)</title>
<updated>2023-04-14T12:05:45+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2023-04-14T12:05:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=74a3ccacd4a3d4659d3a990752b685ee76c18cb9'/>
<id>74a3ccacd4a3d4659d3a990752b685ee76c18cb9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Compare benchmarks against the target branch, not main (#8726) (#8727)</title>
<updated>2023-04-14T11:44:04+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2023-04-14T11:44:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=c29f8290bb2f524688f2a5a6ffd036dd42d1e184'/>
<id>c29f8290bb2f524688f2a5a6ffd036dd42d1e184</id>
<content type='text'>
* Compare benchmarks against the target branch, not main

* Update benchmark.yml

Co-authored-by: Alex Gaynor &lt;alex.gaynor@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Compare benchmarks against the target branch, not main

* Update benchmark.yml

Co-authored-by: Alex Gaynor &lt;alex.gaynor@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>certbot moved their tests to an internal package (#8633)</title>
<updated>2023-03-29T01:56:01+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2023-03-29T01:56:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=c124f4e6cf1ce394a5c968bfc6ee88f2e94219f4'/>
<id>c124f4e6cf1ce394a5c968bfc6ee88f2e94219f4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Restore the x509 error verification codes (#8626) (#8628)</title>
<updated>2023-03-28T04:16:03+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2023-03-28T04:16:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=5503df37f8d7f4b98a2a8b8a958d8a8378c66c7b'/>
<id>5503df37f8d7f4b98a2a8b8a958d8a8378c66c7b</id>
<content type='text'>
* Restore the x509 error verification codes.

This is necessary for custom TLS certificate validation logic; see https://github.com/pyca/pyopenssl/issues/1201

* Remove changelog entry.

---------

Co-authored-by: Itamar Turner-Trauring &lt;itamar@itamarst.org&gt;
Co-authored-by: Itamar Turner-Trauring &lt;itamar@pythonspeed.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Restore the x509 error verification codes.

This is necessary for custom TLS certificate validation logic; see https://github.com/pyca/pyopenssl/issues/1201

* Remove changelog entry.

---------

Co-authored-by: Itamar Turner-Trauring &lt;itamar@itamarst.org&gt;
Co-authored-by: Itamar Turner-Trauring &lt;itamar@pythonspeed.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Backport fix for 40.0.1 (#8603)</title>
<updated>2023-03-25T01:09:42+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2023-03-25T01:09:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=9dd0b26c48f567d5a7c4a0bc9f45ef2176a2d4a4'/>
<id>9dd0b26c48f567d5a7c4a0bc9f45ef2176a2d4a4</id>
<content type='text'>
* Fix handling very large pointer values (32-bit) (#8602)

* Changelog and backport fo 40.0.1</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Fix handling very large pointer values (32-bit) (#8602)

* Changelog and backport fo 40.0.1</pre>
</div>
</content>
</entry>
<entry>
<title>version bump and changelog for 40.0.0 (#8583)</title>
<updated>2023-03-24T04:22:14+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2023-03-24T04:22:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=45e37718098edca2c5ac2135394bcf17fd7982f0'/>
<id>45e37718098edca2c5ac2135394bcf17fd7982f0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Migrate x25519 to use rust-openssl (#7933)</title>
<updated>2023-03-24T03:48:40+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2023-03-24T03:48:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=c8328c03aff86351b58e47f0e03199a42291082c'/>
<id>c8328c03aff86351b58e47f0e03199a42291082c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fixes #8450 -- enable sparse registry everywhere (#8566)</title>
<updated>2023-03-24T03:37:34+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2023-03-24T03:37:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=370280bb73d9c96e352c3bed2a2a1000667d26a4'/>
<id>370280bb73d9c96e352c3bed2a2a1000667d26a4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
