<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cryptography.git/src/cryptography, 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>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>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>Interface: Make annotation check optional (#5775)</title>
<updated>2021-02-08T14:07:59+00:00</updated>
<author>
<name>Christian Heimes</name>
<email>cheimes@redhat.com</email>
</author>
<published>2021-02-08T14:07:59+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=13e7e56c6094639cce1293f88a633270dfbe037c'/>
<id>13e7e56c6094639cce1293f88a633270dfbe037c</id>
<content type='text'>
* Interface: Make annotation check optional

Fixes: https://github.com/pyca/cryptography/issues/5774
Signed-off-by: Christian Heimes &lt;cheimes@redhat.com&gt;

* Use param.replace()

Co-authored-by: Stanislav Levin &lt;slev@altlinux.org&gt;
Signed-off-by: Christian Heimes &lt;cheimes@redhat.com&gt;

Co-authored-by: Stanislav Levin &lt;slev@altlinux.org&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Interface: Make annotation check optional

Fixes: https://github.com/pyca/cryptography/issues/5774
Signed-off-by: Christian Heimes &lt;cheimes@redhat.com&gt;

* Use param.replace()

Co-authored-by: Stanislav Levin &lt;slev@altlinux.org&gt;
Signed-off-by: Christian Heimes &lt;cheimes@redhat.com&gt;

Co-authored-by: Stanislav Levin &lt;slev@altlinux.org&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>fix import cycle with asymmetricpadding (#5758)</title>
<updated>2021-02-07T21:11:20+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2021-02-07T21:11:20+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=4f03b8e89921c5f975cb0ea0e13b6420ffa88700'/>
<id>4f03b8e89921c5f975cb0ea0e13b6420ffa88700</id>
<content type='text'>
* fix import cycle with asymmetricpadding

* Update src/cryptography/hazmat/primitives/_asymmetric.py</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* fix import cycle with asymmetricpadding

* Update src/cryptography/hazmat/primitives/_asymmetric.py</pre>
</div>
</content>
</entry>
<entry>
<title>reopen master for 3.5 (#5752)</title>
<updated>2021-02-07T20:22:02+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2021-02-07T20:22:02+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=cac6703ccafafa4f879bad1d69ae926fb4e426ca'/>
<id>cac6703ccafafa4f879bad1d69ae926fb4e426ca</id>
<content type='text'>
* reopen master for 3.5

* Update CHANGELOG.rst

Co-authored-by: Alex Gaynor &lt;alex.gaynor@gmail.com&gt;

Co-authored-by: Alex Gaynor &lt;alex.gaynor@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* reopen master for 3.5

* Update CHANGELOG.rst

Co-authored-by: Alex Gaynor &lt;alex.gaynor@gmail.com&gt;

Co-authored-by: Alex Gaynor &lt;alex.gaynor@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>3.4 release (#5749)</title>
<updated>2021-02-07T18:28:56+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2021-02-07T18:28:56+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=2c11ad53c07179e03ea2f60813cb52d83f766292'/>
<id>2c11ad53c07179e03ea2f60813cb52d83f766292</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>port changelog and fix back to master for CVE-2020-36242 (#5748)</title>
<updated>2021-02-07T17:20:09+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2021-02-07T17:20:09+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=06cbf77371881e80ea4b5e349136dcc53749fc0c'/>
<id>06cbf77371881e80ea4b5e349136dcc53749fc0c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
