cryptography/tests
Paul Kehrer 4d77fb9d3e
3.4.5 backports and changelog/version bump (#5827)
* Bump pyo3 and lower MSRV (#5823)

* fix signature of EllipticCurvePublicKey.verify() (#5808)

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.

* Name: update get_attributes_for_oid return type (#5809)

`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.

* Start typing a bunch of stuff from x509 extensions (#5812)

* part 2 of typing x509 extensions (#5815)

* 3.4.5 changelog and version bump

* spelling

* fix a false positive from the latest clippy (#5813)

Co-authored-by: Alex Gaynor <alex.gaynor@gmail.com>
Co-authored-by: Markus Wamser <wamserma@users.noreply.github.com>
Co-authored-by: Dan Halperin <dhalperi@users.noreply.github.com>
2021-02-13 16:44:43 -05:00
..
hazmat Added typing for a bunch of random stuff (#5743) 2021-02-04 17:43:41 -06:00
hypothesis Remove __future__ import from our code (#5610) 2020-12-09 00:35:11 -06:00
wycheproof Added typing for a bunch of random stuff (#5743) 2021-02-04 17:43:41 -06:00
x509 3.4.5 backports and changelog/version bump (#5827) 2021-02-13 16:44:43 -05:00
__init__.py Remove __future__ import from our code (#5610) 2020-12-09 00:35:11 -06:00
conftest.py fixes #5611 -- use subtests for wycheproof tests for speed (#5616) 2020-12-09 10:04:47 -06:00
doubles.py Added typing for more of ciphers (#5738) 2021-02-01 21:43:36 -06:00
test_cryptography_utils.py enable mypy over tests (#5721) 2021-01-31 19:27:41 -05:00
test_fernet.py enable mypy over tests (#5721) 2021-01-31 19:27:41 -05:00
test_interfaces.py Interface: Make annotation check optional (#5775) (#5780) 2021-02-08 08:43:46 -06:00
test_utils.py Remove __future__ import from our code (#5610) 2020-12-09 00:35:11 -06:00
test_warnings.py enable mypy over tests (#5721) 2021-01-31 19:27:41 -05:00
utils.py enable mypy over tests (#5721) 2021-01-31 19:27:41 -05:00