summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRob Crittenden <rcritten@redhat.com>2015-11-18 17:12:06 -0500
committerRob Crittenden <rcritten@redhat.com>2016-01-15 13:16:15 -0500
commitdbc71f2ff451b35a394adb0c145ddb15edc853e6 (patch)
tree6609e31af4da9600fc7b25abd2e8504923f8d5eb
parent7bd75d668e7cd986759ce4649ada6160c5ff1dea (diff)
downloadmod_nss-dbc71f2ff451b35a394adb0c145ddb15edc853e6.tar.gz
mod_nss-dbc71f2ff451b35a394adb0c145ddb15edc853e6.tar.xz
mod_nss-dbc71f2ff451b35a394adb0c145ddb15edc853e6.zip
Add cipher test for ECDH+aRSA
-rw-r--r--test/test_cipher.py3
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")