<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cryptography.git/src/cryptography/hazmat/bindings, 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>closes #6663 -- deprecate openssl 1.1.0 support (#6667)</title>
<updated>2021-11-28T04:12:47+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2021-11-28T04:12:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=bd7e6ad653bdbf928fbb581858d679df5c7cc0fd'/>
<id>bd7e6ad653bdbf928fbb581858d679df5c7cc0fd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>add one more engine binding (#6599)</title>
<updated>2021-11-13T02:22:22+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2021-11-13T02:22:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=105400786a9d812241334effe7a7fd41b89aa76c'/>
<id>105400786a9d812241334effe7a7fd41b89aa76c</id>
<content type='text'>
we don't support these but advanced users may make use of them</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
we don't support these but advanced users may make use of them</pre>
</div>
</content>
</entry>
<entry>
<title>Allow to serialize extension values as DER bytes strings (#6346)</title>
<updated>2021-11-12T06:02:17+00:00</updated>
<author>
<name>Felix Fontein</name>
<email>felix@fontein.de</email>
</author>
<published>2021-11-12T06:02:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=19da50e93dad0d4ad9d2d4289c1b2e162606c4d5'/>
<id>19da50e93dad0d4ad9d2d4289c1b2e162606c4d5</id>
<content type='text'>
* Allow to serialize extension values as DER bytes string.

* Prepare test for SignedCertificateTimestamps.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Allow to serialize extension values as DER bytes string.

* Prepare test for SignedCertificateTimestamps.</pre>
</div>
</content>
</entry>
<entry>
<title>Begin building with BoringSSL in our CI, no tests yet (#6554)</title>
<updated>2021-11-06T21:14:12+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2021-11-06T21:14:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=3e0ab39756b05b2b7170e3a2c8b339f27fe56627'/>
<id>3e0ab39756b05b2b7170e3a2c8b339f27fe56627</id>
<content type='text'>
* Attempt to build against BoringSSL in CI

* Check for BoringSSL in the SSL bindings

* Check for BoringSSL in the err bindings

* Check for BoringSSL in the pkcs7 bindings

* Check for BoringSSL in the bignum bindings

* Check for BoringSSL in the EVP bindings

* Check for BoringSSL in the X.509 verify bindings</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Attempt to build against BoringSSL in CI

* Check for BoringSSL in the SSL bindings

* Check for BoringSSL in the err bindings

* Check for BoringSSL in the pkcs7 bindings

* Check for BoringSSL in the bignum bindings

* Check for BoringSSL in the EVP bindings

* Check for BoringSSL in the X.509 verify bindings</pre>
</div>
</content>
</entry>
<entry>
<title>Check for BoringSSL in the SSL bindings (#6553)</title>
<updated>2021-11-05T23:02:11+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2021-11-05T23:02:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=ba9f5e5b4aa79de31bbfa29ba8d5587b186e564d'/>
<id>ba9f5e5b4aa79de31bbfa29ba8d5587b186e564d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Convert CRL creation to Rust (#6496)</title>
<updated>2021-10-30T21:40:28+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2021-10-30T21:40:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=9275fd07e37688ed7fb301852d899d99a5ac7fc3'/>
<id>9275fd07e37688ed7fb301852d899d99a5ac7fc3</id>
<content type='text'>
* Convert CRL creation to Rust

* fixes

* small reflows

* Delete all teh code

* flake8</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Convert CRL creation to Rust

* fixes

* small reflows

* Delete all teh code

* flake8</pre>
</div>
</content>
</entry>
<entry>
<title>Convert CSR creation to Rust (#6495)</title>
<updated>2021-10-30T21:10:26+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2021-10-30T21:10:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=2336005c518692164fcf7cdc5ea1c61ba35b8434'/>
<id>2336005c518692164fcf7cdc5ea1c61ba35b8434</id>
<content type='text'>
* Convert CSR creation to Rust

* put this back

* unused

* coverage</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Convert CSR creation to Rust

* put this back

* unused

* coverage</pre>
</div>
</content>
</entry>
<entry>
<title>Convert x.509 certificate generation to Rust (#6479)</title>
<updated>2021-10-29T10:11:26+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2021-10-29T10:11:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=2f244d826d68559c65d3ef1902712a3d882125e3'/>
<id>2f244d826d68559c65d3ef1902712a3d882125e3</id>
<content type='text'>
* Convert x.509 certificate generation to Rust

* flake8

* Coverage shenangins

* moar hashes

* moar hashes</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Convert x.509 certificate generation to Rust

* flake8

* Coverage shenangins

* moar hashes

* moar hashes</pre>
</div>
</content>
</entry>
</feed>
