<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cryptography.git/src/cryptography/hazmat/backends, branch dependabot/github_actions/actions/setup-python-2.3.1</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>Remove read_only_property and precisely type all these getters (#6668)</title>
<updated>2021-11-28T21:41:51+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2021-11-28T21:41:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=526c99a94da7523ccc033e24c78d0162de2ee737'/>
<id>526c99a94da7523ccc033e24c78d0162de2ee737</id>
<content type='text'>
* Remove read_only_property and precisely type all these getters

* flake8

* unused</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Remove read_only_property and precisely type all these getters

* flake8

* unused</pre>
</div>
</content>
</entry>
<entry>
<title>Drop supported for older LibreSSL (#6660)</title>
<updated>2021-11-26T23:05:04+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2021-11-26T23:05:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=31dd9e0fca16acc4d870143f0e13f4032ba58240'/>
<id>31dd9e0fca16acc4d870143f0e13f4032ba58240</id>
<content type='text'>
* Drop supported for older LibreSSL

3.1 covers the oldest version used by versions of Alpine and OpenBSD that are supported by their upstreams.

* Remove tests that are now unused

* Update CHANGELOG.rst

Co-authored-by: Paul Kehrer &lt;paul.l.kehrer@gmail.com&gt;

Co-authored-by: Paul Kehrer &lt;paul.l.kehrer@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Drop supported for older LibreSSL

3.1 covers the oldest version used by versions of Alpine and OpenBSD that are supported by their upstreams.

* Remove tests that are now unused

* Update CHANGELOG.rst

Co-authored-by: Paul Kehrer &lt;paul.l.kehrer@gmail.com&gt;

Co-authored-by: Paul Kehrer &lt;paul.l.kehrer@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Final polish on removing backends from places they aren't required (#6644)</title>
<updated>2021-11-21T21:01:31+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2021-11-21T21:01:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=d09e1eda2bd4f489c5fc7078b58cabb0aa3a7aed'/>
<id>d09e1eda2bd4f489c5fc7078b58cabb0aa3a7aed</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remind people we're going to remove verifier/signer (#6640)</title>
<updated>2021-11-21T01:58:29+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2021-11-21T01:58:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=2b22df182dac205a0848b99dae0a73142d1a8212'/>
<id>2b22df182dac205a0848b99dae0a73142d1a8212</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>OCB3 support (#6607)</title>
<updated>2021-11-15T04:10:06+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2021-11-15T04:10:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=ffb40e622852b94e9e7ce45cd99a08acc1aedaee'/>
<id>ffb40e622852b94e9e7ce45cd99a08acc1aedaee</id>
<content type='text'>
* OCB3 support in aead package

* improve comment</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* OCB3 support in aead package

* improve comment</pre>
</div>
</content>
</entry>
<entry>
<title>skip pkcs7 tests on boring (#6591)</title>
<updated>2021-11-12T06:31:59+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2021-11-12T06:31:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=2426bdc90bb3c1fac5a0059e81e6a19509e3baed'/>
<id>2426bdc90bb3c1fac5a0059e81e6a19509e3baed</id>
<content type='text'>
* skip pkcs7 tests on boring

* make it work</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* skip pkcs7 tests on boring

* make it work</pre>
</div>
</content>
</entry>
<entry>
<title>x509 tests for boring (#6590)</title>
<updated>2021-11-12T05:38:16+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2021-11-12T05:38:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=3225358d1581fc5041663895aa33898db20b0a5e'/>
<id>3225358d1581fc5041663895aa33898db20b0a5e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Run tests/hazmat/backends/ under BoringSSL (#6588)</title>
<updated>2021-11-12T00:39:30+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2021-11-12T00:39:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=749e57387c7776d6daeed53438752a859acd8f25'/>
<id>749e57387c7776d6daeed53438752a859acd8f25</id>
<content type='text'>
Refs #6576</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Refs #6576</pre>
</div>
</content>
</entry>
<entry>
<title>Run tests/primitives/ (minus a few files) on BoringSSL (#6584)</title>
<updated>2021-11-11T22:31:31+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2021-11-11T22:31:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=bf60d3ebba9817ed7a0f05c26f6f9a542bdd669e'/>
<id>bf60d3ebba9817ed7a0f05c26f6f9a542bdd669e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Run tests/wycheproof/ on BoringSSL (#6583)</title>
<updated>2021-11-11T21:42:51+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2021-11-11T21:42:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=858acb2a79314df382bd5ca27fa71beea1917bdc'/>
<id>858acb2a79314df382bd5ca27fa71beea1917bdc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
