aboutsummaryrefslogtreecommitdiffstats
path: root/tests/hazmat/primitives/test_ed448.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix some backend feature checks in tests (#4931)David Benjamin2019-07-081-3/+0
| | | | | | | | | | | | | | | * Remove irrelevant DHBackend test conditions DHBackend provides functions for plain finite-field Diffie-Hellman. X25519 and X448 are their own algorithms, and Ed25519 and Ed448 aren't even Diffie-Hellman primitives. * Add missing backend support checks. Some new AES and EC tests did not check for whether the corresponding mode or curve was supported by the backend. * Add a DummyMode for coverage
* ed448 support (#4610)Paul Kehrer2019-02-271-0/+242
* ed448 support * move the changelog entry * flake8