<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cryptography.git/tests/wycheproof, 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://91.123.203.49/cgit/delta/python-packages/cryptography.git/'/>
<entry>
<title>Drop supported for older LibreSSL (#6660)</title>
<updated>2021-11-26T23:05:04+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2021-11-26T23:05:04+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=31dd9e0fca16acc4d870143f0e13f4032ba58240'/>
<id>31dd9e0fca16acc4d870143f0e13f4032ba58240</id>
<content type='text'>
* Drop supported for older LibreSSL

3.1 covers the oldest version used by versions of Alpine and OpenBSD that are supported by their upstreams.

* Remove tests that are now unused

* Update CHANGELOG.rst

Co-authored-by: Paul Kehrer &lt;paul.l.kehrer@gmail.com&gt;

Co-authored-by: Paul Kehrer &lt;paul.l.kehrer@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Drop supported for older LibreSSL

3.1 covers the oldest version used by versions of Alpine and OpenBSD that are supported by their upstreams.

* Remove tests that are now unused

* Update CHANGELOG.rst

Co-authored-by: Paul Kehrer &lt;paul.l.kehrer@gmail.com&gt;

Co-authored-by: Paul Kehrer &lt;paul.l.kehrer@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>x509 tests for boring (#6590)</title>
<updated>2021-11-12T05:38:16+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2021-11-12T05:38:16+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=3225358d1581fc5041663895aa33898db20b0a5e'/>
<id>3225358d1581fc5041663895aa33898db20b0a5e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>FIPS 3.0.0 support (#6012)</title>
<updated>2021-08-29T14:05:32+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2021-08-29T14:05:32+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=27374c62c7b2854ea22a01e9dd5894fa2ec77722'/>
<id>27374c62c7b2854ea22a01e9dd5894fa2ec77722</id>
<content type='text'>
* FIPS 3.0.0 support

* comments

* remove unneeded error clear

* review comments

* small refactor

* black

* flake8 too

* review feedback

* oops

* fix</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* FIPS 3.0.0 support

* comments

* remove unneeded error clear

* review comments

* small refactor

* black

* flake8 too

* review feedback

* oops

* fix</pre>
</div>
</content>
</entry>
<entry>
<title>Speed up RSA tests in 3.0.0 (#6206)</title>
<updated>2021-08-12T02:47:25+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2021-08-12T02:47:25+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=b93f405c07a312945935a1a718d8d6e1b5153a9b'/>
<id>b93f405c07a312945935a1a718d8d6e1b5153a9b</id>
<content type='text'>
* Speed up RSA tests in 3.0.0

RSA_check_key is slower in OpenSSL 3.0.0 due to improved
primality checking. In normal use this is unlikely to be a problem
since users don't load new keys constantly, but we do in our tests.
This adds some private flags to allow skipping those checks for
performance reasons.

On my laptop with this patch it takes 16s to run test_rsa.py. The
previous commit takes 72s.

* black

* different approach

* skip rsa key checks in wycheproof

wycheproof's tets don't rely on broken keys</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Speed up RSA tests in 3.0.0

RSA_check_key is slower in OpenSSL 3.0.0 due to improved
primality checking. In normal use this is unlikely to be a problem
since users don't load new keys constantly, but we do in our tests.
This adds some private flags to allow skipping those checks for
performance reasons.

On my laptop with this patch it takes 16s to run test_rsa.py. The
previous commit takes 72s.

* black

* different approach

* skip rsa key checks in wycheproof

wycheproof's tets don't rely on broken keys</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://91.123.203.49/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>Added typing for a bunch of random stuff (#5743)</title>
<updated>2021-02-04T23:43:41+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2021-02-04T23:43:41+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=0b41cb2b61d873c1204fad4fbc994c68ac7e0dd3'/>
<id>0b41cb2b61d873c1204fad4fbc994c68ac7e0dd3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>rsa type hinting (#5733)</title>
<updated>2021-02-01T22:08:48+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2021-02-01T22:08:48+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=ba9beaa8cd2b270b6c5bcfa9bcef48e94aec76cf'/>
<id>ba9beaa8cd2b270b6c5bcfa9bcef48e94aec76cf</id>
<content type='text'>
* rsa type hinting

* remove unused import

* missed return type

* type fixes

* ignores no longer required

* black gets me every time

* Update src/cryptography/hazmat/backends/openssl/rsa.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>
* rsa type hinting

* remove unused import

* missed return type

* type fixes

* ignores no longer required

* black gets me every time

* Update src/cryptography/hazmat/backends/openssl/rsa.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 EC type hinting (#5729)</title>
<updated>2021-02-01T04:19:34+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2021-02-01T04:19:34+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=c9ec582aeb89fe5ee9b9c131294378340bf6ecc5'/>
<id>c9ec582aeb89fe5ee9b9c131294378340bf6ecc5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>enable mypy over tests (#5721)</title>
<updated>2021-02-01T00:27:41+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2021-02-01T00:27:41+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=343ac1344a2a6657743a71109e5db06bb6fa4e70'/>
<id>343ac1344a2a6657743a71109e5db06bb6fa4e70</id>
<content type='text'>
* clean mypy with tests dir

* remove most no_type_check annotations

* le sigh

* remove unneeded comments</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* clean mypy with tests dir

* remove most no_type_check annotations

* le sigh

* remove unneeded comments</pre>
</div>
</content>
</entry>
<entry>
<title>fixes #5611 -- use subtests for wycheproof tests for speed (#5616)</title>
<updated>2020-12-09T16:04:47+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2020-12-09T16:04:47+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=057a9fcf3444c0edf2b7589902d976c44030b2e1'/>
<id>057a9fcf3444c0edf2b7589902d976c44030b2e1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
