diff options
Diffstat (limited to 'test/test_cipher.py')
-rw-r--r-- | test/test_cipher.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/test_cipher.py b/test/test_cipher.py index 5b1a348..683fc77 100644 --- a/test/test_cipher.py +++ b/test/test_cipher.py @@ -237,6 +237,9 @@ class test_ciphers(object): def test_additive_RSA_RC4(self): assert_equal_openssl("RSA:+RC4", "RSA:+RC4:-SSLv2:-SEED:-IDEA") + def test_additive_ECDH_plus_aRSA(self): + assert_equal_openssl("ECDH+aRSA", "ECDH+aRSA") + def test_negative_plus_RSA_MD5(self): assert_equal_openssl("-RC2:RSA+MD5", "-RC2:RSA+MD5:-SSLv2") |