<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cryptography.git/src/cryptography/x509/base.py, 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>support attributes on csrs with an iterable (#6603)</title>
<updated>2021-11-14T11:20:11+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2021-11-14T11:20:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=b9b95952f59476610edf8e02dbe861797e05cbc7'/>
<id>b9b95952f59476610edf8e02dbe861797e05cbc7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>allow x25519/x448 public keys in certificatebuilder (#6562)</title>
<updated>2021-11-07T22:21:02+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2021-11-07T22:21:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=6f03deed83789c450c7c827e7f1af9244acef742'/>
<id>6f03deed83789c450c7c827e7f1af9244acef742</id>
<content type='text'>
also document that we can return these key types in a certificate,
although they can't be self-signed of course</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
also document that we can return these key types in a certificate,
although they can't be self-signed of course</pre>
</div>
</content>
</entry>
<entry>
<title>deprecate backend part 7 of n (#6526)</title>
<updated>2021-11-03T11:24:13+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2021-11-03T11:24:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=a83b11c554c57b14417069985dfed24bb5cac2e7'/>
<id>a83b11c554c57b14417069985dfed24bb5cac2e7</id>
<content type='text'>
* Move around some code to kill the need for a backend method
* Type the backend arg to typing.Any since we just don't care now</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Move around some code to kill the need for a backend method
* Type the backend arg to typing.Any since we just don't care now</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>
<entry>
<title>Parse CSRs in pure rust (#6312)</title>
<updated>2021-09-28T12:09:08+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2021-09-28T12:09:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=792fd2242d4b58811e33c43218fba80c3f93233d'/>
<id>792fd2242d4b58811e33c43218fba80c3f93233d</id>
<content type='text'>
* Parse CSRs in pure rust

* cargo fmt

* various improvements

* remove more unneeded things

* remove more things

* fix most coverage issues

* refactor and a new test using a fresh vector

* update TODOs

* address review feedback

* simplify

* implicit required now supported

* review feedback

* try to satisfy the coverage gods

* simplify more

* add a new test</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Parse CSRs in pure rust

* cargo fmt

* various improvements

* remove more unneeded things

* remove more things

* fix most coverage issues

* refactor and a new test using a fresh vector

* update TODOs

* address review feedback

* simplify

* implicit required now supported

* review feedback

* try to satisfy the coverage gods

* simplify more

* add a new test</pre>
</div>
</content>
</entry>
<entry>
<title>Migrate CRL implementation to Rust (#6276)</title>
<updated>2021-09-19T22:49:10+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2021-09-19T22:49:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=9f6ac959a099702b89368d3b704044a2a8f231d8'/>
<id>9f6ac959a099702b89368d3b704044a2a8f231d8</id>
<content type='text'>
(Lots of commits that got squashed)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(Lots of commits that got squashed)</pre>
</div>
</content>
</entry>
<entry>
<title>Don't internal error on CRL with no nextUpdate value (#6282)</title>
<updated>2021-09-19T01:57:38+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2021-09-19T01:57:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=b1002451c01c455a21931a3fa51d9a19411fd83c'/>
<id>b1002451c01c455a21931a3fa51d9a19411fd83c</id>
<content type='text'>
* Don't internal error on CRL with no nextUpdate value

* Fix typing

* docs</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Don't internal error on CRL with no nextUpdate value

* Fix typing

* docs</pre>
</div>
</content>
</entry>
<entry>
<title>turn on mypy disallow implicit reexport and fix issues (#6240)</title>
<updated>2021-08-29T19:18:18+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2021-08-29T19:18:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=b5c3bd213099b6e35c30bee5d37258b5f084b901'/>
<id>b5c3bd213099b6e35c30bee5d37258b5f084b901</id>
<content type='text'>
* turn on mypy disallow implicit reexport and fix issues

* import ordering</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* turn on mypy disallow implicit reexport and fix issues

* import ordering</pre>
</div>
</content>
</entry>
</feed>
