<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cryptography.git/tests/hazmat/primitives/test_ec.py, branch main</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>support equality checks on all public asymmetric key types (#8700)</title>
<updated>2023-04-10T12:13:21+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2023-04-10T12:13:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=577c9bb7a89dd1fb0849311be0e765f04128f0a5'/>
<id>577c9bb7a89dd1fb0849311be0e765f04128f0a5</id>
<content type='text'>
* support equality checks on all public asymmetric key types

* review feedback</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* support equality checks on all public asymmetric key types

* review feedback</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>Update invalid EC key test for compatibility with upcoming OpenSSL changes (#7833)</title>
<updated>2022-11-27T14:10:48+00:00</updated>
<author>
<name>Nicola Tuveri</name>
<email>nic.tuv@gmail.com</email>
</author>
<published>2022-11-27T14:10:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=884c2cbe0a0c3af3c00aa91b8eea505ccf7de019'/>
<id>884c2cbe0a0c3af3c00aa91b8eea505ccf7de019</id>
<content type='text'>
One of the tests checking behavior with invalid EC keys hardcoded the
error reason.

This commit replaces the string matching with a regex to match both the
current string and a new reason, introduced by upcoming OpenSSL
changes [0], which would otherwise trigger a false positive failure.

[0]: https://github.com/openssl/openssl/pull/19681</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
One of the tests checking behavior with invalid EC keys hardcoded the
error reason.

This commit replaces the string matching with a regex to match both the
current string and a new reason, introduced by upcoming OpenSSL
changes [0], which would otherwise trigger a false positive failure.

[0]: https://github.com/openssl/openssl/pull/19681</pre>
</div>
</content>
</entry>
<entry>
<title>fixes #7179 -- remove deprecated from_encoded_point (#7572)</title>
<updated>2022-09-07T03:43:45+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2022-09-07T03:43:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=2b6e463c786e767a7ce50e88b2577148c4764a01'/>
<id>2b6e463c786e767a7ce50e88b2577148c4764a01</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fixes #7005 -- check if public keys are at infinity earlier (#7020)</title>
<updated>2022-04-02T01:40:35+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2022-04-02T01:40:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=5929058c1969a4a40dbe3ca8cb96c53aade56a77'/>
<id>5929058c1969a4a40dbe3ca8cb96c53aade56a77</id>
<content type='text'>
to infinity, and beyond!</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
to infinity, and beyond!</pre>
</div>
</content>
</entry>
<entry>
<title>Remove explicit subclassing of object now that all classes are new-style (#6830)</title>
<updated>2022-01-30T16:29:24+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2022-01-30T16:29:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=02783d22972f1734e0728b4891f4e52e48913b0d'/>
<id>02783d22972f1734e0728b4891f4e52e48913b0d</id>
<content type='text'>
As someone who first with Python in 2.4 or so, this habit is going to be hard to break.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As someone who first with Python in 2.4 or so, this habit is going to be hard to break.</pre>
</div>
</content>
</entry>
<entry>
<title>remove signer/verifier as they've been deprecated for 4.25 years (#6639)</title>
<updated>2021-12-03T23:17:25+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2021-12-03T23:17:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=e71c0df30102611d1d4ea5ebd5c8a0f4d42204db'/>
<id>e71c0df30102611d1d4ea5ebd5c8a0f4d42204db</id>
<content type='text'>
* remove signer/verifier as they've been deprecated for 4.25 years

* fix coverage</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* remove signer/verifier as they've been deprecated for 4.25 years

* fix coverage</pre>
</div>
</content>
</entry>
<entry>
<title>type some more things in the tests (#6614)</title>
<updated>2021-11-17T12:04:14+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2021-11-17T12:04:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=cd6920407717d2b212687603bdbf7bf413b23c6e'/>
<id>cd6920407717d2b212687603bdbf7bf413b23c6e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>handle case where private_value is the point at infinity (#6515)</title>
<updated>2021-11-02T11:04:37+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2021-11-02T11:04:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=fb8cdc2e95ffa4ed4422ce0e36a9de96c49cd3f8'/>
<id>fb8cdc2e95ffa4ed4422ce0e36a9de96c49cd3f8</id>
<content type='text'>
Previously we raised InternalError, but now we raise a ValueError</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously we raised InternalError, but now we raise a ValueError</pre>
</div>
</content>
</entry>
<entry>
<title>update the tests to use sha2 in more places (#6008)</title>
<updated>2021-04-25T02:30:20+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2021-04-25T02:30:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=e9f842545b96922d1ef38494eebcd85710ccae85'/>
<id>e9f842545b96922d1ef38494eebcd85710ccae85</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
