<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cryptography.git/tests, branch dependabot/github_actions/actions/setup-python-v2.2.2</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>fix XTS less than one block length. fixes #5885 (#5925)</title>
<updated>2021-03-22T00:14:00+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2021-03-22T00:14:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=3005e107a83b8fc22f3d2ee2caab72351bce0d7b'/>
<id>3005e107a83b8fc22f3d2ee2caab72351bce0d7b</id>
<content type='text'>
* fix XTS less than one block length. fixes #5885

* make XTS test key happy</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* fix XTS less than one block length. fixes #5885

* make XTS test key happy</pre>
</div>
</content>
</entry>
<entry>
<title>typehint x509.base (#5899)</title>
<updated>2021-03-15T22:44:02+00:00</updated>
<author>
<name>Mathias Ertl</name>
<email>mati@er.tl</email>
</author>
<published>2021-03-15T22:44:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=8d41a94bba7674cfcb120ce7a76b7c3df5c2bb73'/>
<id>8d41a94bba7674cfcb120ce7a76b7c3df5c2bb73</id>
<content type='text'>
* start typing x509.base

* statically type x509.base

* typehint X509Backend interface

* typehint at least the X509Backend interface

* make _CertificateRevocationList/_CertificateSigningRequest actual subclasses of the interface (as done before for Certificate in f16bff2cb)

* tell mypy to ignore lines with deliberately wrong types

* signature_hash_algorithm always returns a hash algorithm (it's not optional)

* Revert "signature_hash_algorithm always returns a hash algorithm (it's not optional)"

This reverts commit f6a5b172b416f8ddea561203c0cf03b55e4ec50e.

* hash algorithm is actually optional

* fix import style

* typehint parsed_version to int, which it de facto always is

* minimize changes

* break import cycle with conditional imports

* ignore access to private members of openssl implementation

* reformat code with Black

* test check for missing public key</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* start typing x509.base

* statically type x509.base

* typehint X509Backend interface

* typehint at least the X509Backend interface

* make _CertificateRevocationList/_CertificateSigningRequest actual subclasses of the interface (as done before for Certificate in f16bff2cb)

* tell mypy to ignore lines with deliberately wrong types

* signature_hash_algorithm always returns a hash algorithm (it's not optional)

* Revert "signature_hash_algorithm always returns a hash algorithm (it's not optional)"

This reverts commit f6a5b172b416f8ddea561203c0cf03b55e4ec50e.

* hash algorithm is actually optional

* fix import style

* typehint parsed_version to int, which it de facto always is

* minimize changes

* break import cycle with conditional imports

* ignore access to private members of openssl implementation

* reformat code with Black

* test check for missing public key</pre>
</div>
</content>
</entry>
<entry>
<title>Typehint x509.base (only) (#5904)</title>
<updated>2021-03-11T20:35:48+00:00</updated>
<author>
<name>Mathias Ertl</name>
<email>mati@er.tl</email>
</author>
<published>2021-03-11T20:35:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=2428b11ab84bb796bfcc595cd48fc00e3195e6bb'/>
<id>2428b11ab84bb796bfcc595cd48fc00e3195e6bb</id>
<content type='text'>
* typehint x509.base

* cast extension class

* don't use string in typecast

* use lists as default argument values (see #5904)

* restore import since this is now re-exported

* ignore linting errors

* empty commit to trigger github actions

* fix formatting issue</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* typehint x509.base

* cast extension class

* don't use string in typecast

* use lists as default argument values (see #5904)

* restore import since this is now re-exported

* ignore linting errors

* empty commit to trigger github actions

* fix formatting issue</pre>
</div>
</content>
</entry>
<entry>
<title>Generic extension value/typehint x509.Name (#5897)</title>
<updated>2021-03-06T18:03:32+00:00</updated>
<author>
<name>Mathias Ertl</name>
<email>mati@er.tl</email>
</author>
<published>2021-03-06T18:03:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=9ef995722153f7c59b378f4c56b8affbfa13ff54'/>
<id>9ef995722153f7c59b378f4c56b8affbfa13ff54</id>
<content type='text'>
* make value property return the generic value

* typehint x509.Name

* also ignore overloaded functions</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* make value property return the generic value

* typehint x509.Name

* also ignore overloaded functions</pre>
</div>
</content>
</entry>
<entry>
<title>more typing (#5887)</title>
<updated>2021-03-02T17:48:03+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2021-03-02T17:48:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=032a7f3cdca5207d3b1e2a5eed14897d88f78378'/>
<id>032a7f3cdca5207d3b1e2a5eed14897d88f78378</id>
<content type='text'>
* backend typing for twofactor package and more otp work

* even more typing

* style fixes

* no generic typing for _get_backend

* remove unneeded typing</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* backend typing for twofactor package and more otp work

* even more typing

* style fixes

* no generic typing for _get_backend

* remove unneeded typing</pre>
</div>
</content>
</entry>
<entry>
<title>Delete unused register_interface_if (#5883)</title>
<updated>2021-03-01T21:40:25+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2021-03-01T21:40:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=17ec5db3374e7804c840cb2bafbe25cd07d9b065'/>
<id>17ec5db3374e7804c840cb2bafbe25cd07d9b065</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove requires_backend_interface from tests because it was useless (#5884)</title>
<updated>2021-03-01T17:59:24+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2021-03-01T17:59:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=245d15b5636392113af7db501196fd2930f776f8'/>
<id>245d15b5636392113af7db501196fd2930f776f8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>changes to support typing backend (#5882)</title>
<updated>2021-02-28T23:59:39+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2021-02-28T23:59:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=ed1dea60795d6b0fd844a8da9a5e81569fff8eb3'/>
<id>ed1dea60795d6b0fd844a8da9a5e81569fff8eb3</id>
<content type='text'>
this gets rid of the conditional backend type registration</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this gets rid of the conditional backend type registration</pre>
</div>
</content>
</entry>
<entry>
<title>fix pkcs12 parse ordering. fixes #5872 (#5879)</title>
<updated>2021-02-28T22:06:11+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2021-02-28T22:06:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=e2449138c0bfce8ea82cad050be0e8355508ab43'/>
<id>e2449138c0bfce8ea82cad050be0e8355508ab43</id>
<content type='text'>
* fix pkcs12 parse ordering. fixes #5872

* remove an unneeded print

* simplify the test a bit more

* index

* black

* Update tests/hazmat/primitives/test_pkcs12.py

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>
* fix pkcs12 parse ordering. fixes #5872

* remove an unneeded print

* simplify the test a bit more

* index

* black

* Update tests/hazmat/primitives/test_pkcs12.py

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>Add SM4 symmetric block cipher (#5834)</title>
<updated>2021-02-28T19:57:50+00:00</updated>
<author>
<name>tobyp</name>
<email>tobyp@tobyp.net</email>
</author>
<published>2021-02-28T19:57:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=f69f27b1dd20ad2d24f48053a72545527e808104'/>
<id>f69f27b1dd20ad2d24f48053a72545527e808104</id>
<content type='text'>
Co-authored-by: Tobias Peter &lt;tobias.peter@infineon.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: Tobias Peter &lt;tobias.peter@infineon.com&gt;</pre>
</div>
</content>
</entry>
</feed>
