<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cryptography.git, branch master</title>
<subtitle>github.com: pyca/cryptography.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/'/>
<entry>
<title>Start typing a bunch of stuff from x509 extensions (#5812)</title>
<updated>2021-02-11T18:56:46+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2021-02-11T18:56:46+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=5511445e95a16fa12b464d57ace4bb17855fe844'/>
<id>5511445e95a16fa12b464d57ace4bb17855fe844</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix a false positive from the latest clippy (#5813)</title>
<updated>2021-02-11T16:47:20+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2021-02-11T16:47:20+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=9efc6d46fb98a52a9bb956096a9389f21bd8de92'/>
<id>9efc6d46fb98a52a9bb956096a9389f21bd8de92</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Name: update get_attributes_for_oid return type (#5809)</title>
<updated>2021-02-10T20:32:21+00:00</updated>
<author>
<name>Dan Halperin</name>
<email>dhalperi@users.noreply.github.com</email>
</author>
<published>2021-02-10T20:32:21+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=278fece69889898f0638dd4429cf40481e18ee14'/>
<id>278fece69889898f0638dd4429cf40481e18ee14</id>
<content type='text'>
`List` gives more power to the caller.

Note that `RelativeDistinguishedName`, the same function returns a `List`.

Is there a reason this was `Iterable` only for `Name`? If we don't want to
promise `List`, `Sequence` is another alternative.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
`List` gives more power to the caller.

Note that `RelativeDistinguishedName`, the same function returns a `List`.

Is there a reason this was `Iterable` only for `Name`? If we don't want to
promise `List`, `Sequence` is another alternative.</pre>
</div>
</content>
</entry>
<entry>
<title>fix signature of EllipticCurvePublicKey.verify() (#5808)</title>
<updated>2021-02-10T15:01:33+00:00</updated>
<author>
<name>Markus Wamser</name>
<email>wamserma@users.noreply.github.com</email>
</author>
<published>2021-02-10T15:01:33+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=395384e811e46edebffce04ec84f484882d6a49f'/>
<id>395384e811e46edebffce04ec84f484882d6a49f</id>
<content type='text'>
The signature change was introduced in https://github.com/pyca/cryptography/pull/5729 but is inconsistent with respect to related methods, breaks backward compatibility and compatibility with the OpenSSL backend (and maybe other backends) when named arguments are used.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The signature change was introduced in https://github.com/pyca/cryptography/pull/5729 but is inconsistent with respect to related methods, breaks backward compatibility and compatibility with the OpenSSL backend (and maybe other backends) when named arguments are used.</pre>
</div>
</content>
</entry>
<entry>
<title>forward port 3.4.4 changelog (#5805)</title>
<updated>2021-02-09T19:59:45+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2021-02-09T19:59:45+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=aef024dc5668028f9f2ac67152a9573beb6606fe'/>
<id>aef024dc5668028f9f2ac67152a9573beb6606fe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added a unit test to protect against import cycles (#5804)</title>
<updated>2021-02-09T19:25:47+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2021-02-09T19:25:47+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=4bbf9dfce880c40040f8a15a7f2994b66e716dcc'/>
<id>4bbf9dfce880c40040f8a15a7f2994b66e716dcc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added a py.typed so mypy prefers us to typeshed (#5802)</title>
<updated>2021-02-09T16:31:25+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2021-02-09T16:31:25+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=e8ec55cedc2e164f3c22d43768007e0d43ff9803'/>
<id>e8ec55cedc2e164f3c22d43768007e0d43ff9803</id>
<content type='text'>
closes #5796</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
closes #5796</pre>
</div>
</content>
</entry>
<entry>
<title>fixed a circular import error (due to type hints) (#5800)</title>
<updated>2021-02-09T15:38:33+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2021-02-09T15:38:33+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=f6ca69c2af0f6728bc59ccad3513c5189bc5589e'/>
<id>f6ca69c2af0f6728bc59ccad3513c5189bc5589e</id>
<content type='text'>
fixes #5794
closes #5795</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fixes #5794
closes #5795</pre>
</div>
</content>
</entry>
<entry>
<title>Bump libc from 0.2.85 to 0.2.86 in /src/rust (#5793)</title>
<updated>2021-02-09T13:45:46+00:00</updated>
<author>
<name>dependabot[bot]</name>
<email>49699333+dependabot[bot]@users.noreply.github.com</email>
</author>
<published>2021-02-09T13:45:46+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=4b7ebaff0e3e01af1229d5f4c3dd5b152a43cb85'/>
<id>4b7ebaff0e3e01af1229d5f4c3dd5b152a43cb85</id>
<content type='text'>
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.85 to 0.2.86.
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Commits](https://github.com/rust-lang/libc/compare/0.2.85...0.2.86)

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 [libc](https://github.com/rust-lang/libc) from 0.2.85 to 0.2.86.
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Commits](https://github.com/rust-lang/libc/compare/0.2.85...0.2.86)

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>port 3.4.3 changelog to master (#5792)</title>
<updated>2021-02-09T05:11:43+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2021-02-09T05:11:43+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=9954a67ea93a101dc4a41331188ad9ac6c51409a'/>
<id>9954a67ea93a101dc4a41331188ad9ac6c51409a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
