<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cryptography.git/tests/wycheproof, branch alex-patch-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>Stop validating keys in ECDH exchange (#8490)</title>
<updated>2023-03-11T04:14:27+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2023-03-11T04:14:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=5e3061c05ed2e2dca55f1c395df4d6f7c1e101a6'/>
<id>5e3061c05ed2e2dca55f1c395df4d6f7c1e101a6</id>
<content type='text'>
The theory here is that we're already doing sufficient validation key loading, and this is purely duplicative.

Note that there's at least _some_ validationg that was previously occurring only ECDH, the LowOrderPublic check that can be seen in wycheproof.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The theory here is that we're already doing sufficient validation key loading, and this is purely duplicative.

Note that there's at least _some_ validationg that was previously occurring only ECDH, the LowOrderPublic check that can be seen in wycheproof.</pre>
</div>
</content>
</entry>
<entry>
<title>cache ECDH values in wycheproof too (#8487)</title>
<updated>2023-03-10T12:31:10+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2023-03-10T12:31:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=ce05282e58f95e279cd81b94017484a4f9a1a0de'/>
<id>ce05282e58f95e279cd81b94017484a4f9a1a0de</id>
<content type='text'>
this alters and renames the caching function a bit since it caches *to
the group* object but the actual values (in ECDH) come from the testcase
itself</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this alters and renames the caching function a bit since it caches *to
the group* object but the actual values (in ECDH) come from the testcase
itself</pre>
</div>
</content>
</entry>
<entry>
<title>Cache some keys that are reused in wycheproof tests (#8479)</title>
<updated>2023-03-09T21:17:42+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2023-03-09T21:17:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=31f0dcabdafbef6214d78f56f7a31f56caeeb568'/>
<id>31f0dcabdafbef6214d78f56f7a31f56caeeb568</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update to the new wycheproof (#8403)</title>
<updated>2023-02-28T05:07:54+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2023-02-28T05:07:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=d05a8ac6cd2905fc5375f8ae49172286cb1f2625'/>
<id>d05a8ac6cd2905fc5375f8ae49172286cb1f2625</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add support for centos9-fips (#8216)</title>
<updated>2023-02-06T16:42:54+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2023-02-06T16:42:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=50df392f3b8df43798124f8ea06ab3f3357ca4ee'/>
<id>50df392f3b8df43798124f8ea06ab3f3357ca4ee</id>
<content type='text'>
* add support for centos9-fips

Requires a variety of new FIPS constraints on our tests, including the
addition of rsa_encryption_supported

* review comments</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* add support for centos9-fips

Requires a variety of new FIPS constraints on our tests, including the
addition of rsa_encryption_supported

* review comments</pre>
</div>
</content>
</entry>
<entry>
<title>don't run dsa wycheproof without dsa (#8201)</title>
<updated>2023-02-03T06:14:35+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2023-02-03T06:14:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=e7fc8abe98f46960f209bcf6fad830ff9ba7db83'/>
<id>e7fc8abe98f46960f209bcf6fad830ff9ba7db83</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use the ruff 'pyupgrade' checks (#8104)</title>
<updated>2023-01-19T21:36:01+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2023-01-19T21:36:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=5d3db676cf6f94228910acfc721f57b73bf79908'/>
<id>5d3db676cf6f94228910acfc721f57b73bf79908</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update formatting for new ruff (#7937)</title>
<updated>2022-12-26T15:08:28+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2022-12-26T15:08:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=3f1b55b16544f07235e83f45baafe7ae0beb9387'/>
<id>3f1b55b16544f07235e83f45baafe7ae0beb9387</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Switch from flake8 to ruff (#7920)</title>
<updated>2022-12-21T02:44:47+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2022-12-21T02:44:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=7ff729ecf2ffeffc8442811a7ad5c8a9ab24351c'/>
<id>7ff729ecf2ffeffc8442811a7ad5c8a9ab24351c</id>
<content type='text'>
It's more than 60x faster.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It's more than 60x faster.</pre>
</div>
</content>
</entry>
<entry>
<title>Bump OpenSSL/BoringSSL and adapt for OpenSSL RSA bleichenbacher mitigation (#7895)</title>
<updated>2022-12-14T06:50:06+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2022-12-14T06:50:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=7e33b0e7739d633c77b8c478620167f693ed13f4'/>
<id>7e33b0e7739d633c77b8c478620167f693ed13f4</id>
<content type='text'>
* Bump BoringSSL and/or OpenSSL in CI

* Attempt to work-around wycheproof tests

Co-authored-by: pyca-boringbot[bot] &lt;pyca-boringbot[bot]+106132319@users.noreply.github.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Bump BoringSSL and/or OpenSSL in CI

* Attempt to work-around wycheproof tests

Co-authored-by: pyca-boringbot[bot] &lt;pyca-boringbot[bot]+106132319@users.noreply.github.com&gt;</pre>
</div>
</content>
</entry>
</feed>
