Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix some backend feature checks in tests (#4931) | David Benjamin | 2019-07-08 | 1 | -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 Kehrer | 2019-02-27 | 1 | -0/+242 |
* ed448 support * move the changelog entry * flake8 |