<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cryptography.git/src, branch main</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>Bump proc-macro2 from 1.0.57 to 1.0.58 in /src/rust (#8940)</title>
<updated>2023-05-17T13:05:45+00:00</updated>
<author>
<name>dependabot[bot]</name>
<email>49699333+dependabot[bot]@users.noreply.github.com</email>
</author>
<published>2023-05-17T13:05:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=c1ff39ff5cb0a179cd9a8fa44dd94482487e2fa5'/>
<id>c1ff39ff5cb0a179cd9a8fa44dd94482487e2fa5</id>
<content type='text'>
Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.57 to 1.0.58.
- [Release notes](https://github.com/dtolnay/proc-macro2/releases)
- [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.57...1.0.58)

---
updated-dependencies:
- dependency-name: proc-macro2
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] &lt;support@github.com&gt;
Co-authored-by: dependabot[bot] &lt;49699333+dependabot[bot]@users.noreply.github.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.57 to 1.0.58.
- [Release notes](https://github.com/dtolnay/proc-macro2/releases)
- [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.57...1.0.58)

---
updated-dependencies:
- dependency-name: proc-macro2
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] &lt;support@github.com&gt;
Co-authored-by: dependabot[bot] &lt;49699333+dependabot[bot]@users.noreply.github.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>don't use a set (#8931)</title>
<updated>2023-05-16T00:38:15+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2023-05-16T00:38:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=4b8187f8bc8265ca5aba76994ca8963b845c0705'/>
<id>4b8187f8bc8265ca5aba76994ca8963b845c0705</id>
<content type='text'>
* don't use a set

We don't need one here and it creates ordering instability when
iterating over an RDN

* add a test</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* don't use a set

We don't need one here and it creates ordering instability when
iterating over an RDN

* add a test</pre>
</div>
</content>
</entry>
<entry>
<title>Bump proc-macro2 from 1.0.56 to 1.0.57 in /src/rust (#8928)</title>
<updated>2023-05-15T11:02:21+00:00</updated>
<author>
<name>dependabot[bot]</name>
<email>49699333+dependabot[bot]@users.noreply.github.com</email>
</author>
<published>2023-05-15T11:02:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=d6586fdbeab4e15e111e55790d8ed789c97757ba'/>
<id>d6586fdbeab4e15e111e55790d8ed789c97757ba</id>
<content type='text'>
Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.56 to 1.0.57.
- [Release notes](https://github.com/dtolnay/proc-macro2/releases)
- [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.56...1.0.57)

---
updated-dependencies:
- dependency-name: proc-macro2
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] &lt;support@github.com&gt;
Co-authored-by: dependabot[bot] &lt;49699333+dependabot[bot]@users.noreply.github.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.56 to 1.0.57.
- [Release notes](https://github.com/dtolnay/proc-macro2/releases)
- [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.56...1.0.57)

---
updated-dependencies:
- dependency-name: proc-macro2
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] &lt;support@github.com&gt;
Co-authored-by: dependabot[bot] &lt;49699333+dependabot[bot]@users.noreply.github.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Run full nox rust env in coverage jobs (#8924)</title>
<updated>2023-05-15T01:48:31+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2023-05-15T01:48:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=d7996dc01fb23cc737678d67f322b1b62a034cd2'/>
<id>d7996dc01fb23cc737678d67f322b1b62a034cd2</id>
<content type='text'>
* Run full nox rust env in coverage jobs

* Update ci.yml

* Update ci.yml

* fix 1.60 clippy warnings

* warning name changed</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Run full nox rust env in coverage jobs

* Update ci.yml

* Update ci.yml

* fix 1.60 clippy warnings

* warning name changed</pre>
</div>
</content>
</entry>
<entry>
<title>Move code to sign.rs (#8922)</title>
<updated>2023-05-14T20:37:20+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2023-05-14T20:37:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=4fc8e9aaa12f0b69fca0f36c544543aefb9c5d03'/>
<id>4fc8e9aaa12f0b69fca0f36c544543aefb9c5d03</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>support PSS signatures in verify_directly_issued_by (#8908)</title>
<updated>2023-05-14T12:54:23+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2023-05-14T12:54:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=2a1f42976206a39d0196786857b8d21a877ca42b'/>
<id>2a1f42976206a39d0196786857b8d21a877ca42b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor signature algorithm parameters into a separate function (#8921)</title>
<updated>2023-05-14T00:07:26+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2023-05-14T00:07:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=6cac7bcaf743d56215dd68a88f121c0811cfeb2b'/>
<id>6cac7bcaf743d56215dd68a88f121c0811cfeb2b</id>
<content type='text'>
* refactor signature algorithm parameters into a separate function

this will be used in the verify_directly_issued_by PR

* fix coverage with more refactoring</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* refactor signature algorithm parameters into a separate function

this will be used in the verify_directly_issued_by PR

* fix coverage with more refactoring</pre>
</div>
</content>
</entry>
<entry>
<title>Use pyo3's add_function instead of add_wrapped (#8913)</title>
<updated>2023-05-12T19:40:15+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2023-05-12T19:40:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=1dc587285c863d09a45129e68836181e70e15244'/>
<id>1dc587285c863d09a45129e68836181e70e15244</id>
<content type='text'>
Turns out the docs encourage this.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Turns out the docs encourage this.</pre>
</div>
</content>
</entry>
<entry>
<title>support X.509 certificate PSS signing (#8888)</title>
<updated>2023-05-11T01:09:56+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2023-05-11T01:09:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=1ef3cdb616c7a304e75c89ad458e49c1fbd5943f'/>
<id>1ef3cdb616c7a304e75c89ad458e49c1fbd5943f</id>
<content type='text'>
* support X.509 certificate PSS signing

no CSR, CRL, etc

* handle PSS.(MAX_LENGTH, DIGEST_LENGTH), review feedback

* name the kwarg

* test improvements

* skip if sha3 isn't supported</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* support X.509 certificate PSS signing

no CSR, CRL, etc

* handle PSS.(MAX_LENGTH, DIGEST_LENGTH), review feedback

* name the kwarg

* test improvements

* skip if sha3 isn't supported</pre>
</div>
</content>
</entry>
<entry>
<title>Make Extensions contain an optional RawExtensions (#8900)</title>
<updated>2023-05-10T19:20:23+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2023-05-10T19:20:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=a8aaf19c3eb8d2ee7855d6b2c09ebe32f86aa7d5'/>
<id>a8aaf19c3eb8d2ee7855d6b2c09ebe32f86aa7d5</id>
<content type='text'>
This matter models how x.509 represents these things, and will make it easier to make Extensions an iterator in the future</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This matter models how x.509 represents these things, and will make it easier to make Extensions an iterator in the future</pre>
</div>
</content>
</entry>
</feed>
