aboutsummaryrefslogtreecommitdiffstats
path: root/tests/hazmat/primitives/test_ec.py
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2015-10-17 16:34:33 -0400
committerAlex Gaynor <alex.gaynor@gmail.com>2015-10-17 16:34:33 -0400
commit4c081ad1fb54dae846a1ade2b15fe15e9ff31b0d (patch)
treee26e6fde38ab7024be52b2ca68f4d414f17b57a9 /tests/hazmat/primitives/test_ec.py
parent2708323845ee4c51481a60ecda2334d83844b590 (diff)
downloadcryptography-4c081ad1fb54dae846a1ade2b15fe15e9ff31b0d.tar.gz
cryptography-4c081ad1fb54dae846a1ade2b15fe15e9ff31b0d.tar.bz2
cryptography-4c081ad1fb54dae846a1ade2b15fe15e9ff31b0d.zip
unused
Diffstat (limited to 'tests/hazmat/primitives/test_ec.py')
-rw-r--r--tests/hazmat/primitives/test_ec.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/hazmat/primitives/test_ec.py b/tests/hazmat/primitives/test_ec.py
index 2594d5db..13bc11c9 100644
--- a/tests/hazmat/primitives/test_ec.py
+++ b/tests/hazmat/primitives/test_ec.py
@@ -765,12 +765,6 @@ class TestECDSAVerification(object):
public_key.verifier(1234, ec.ECDSA(hashes.SHA256()))
-class DummyECDHBackend(object):
- @classmethod
- def elliptic_curve_exchange_algorithm_supported(cls):
- return False
-
-
@pytest.mark.requires_backend_interface(interface=EllipticCurveBackend)
class TestECDHVectors(object):
@pytest.mark.parametrize(