diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2014-12-14 18:58:45 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2014-12-14 18:58:45 +0000 |
commit | f64bd640843a2aec6c21e442ecdcb081067cdb6a (patch) | |
tree | 10eef76faf1b9cd53626e064dd7243941286776e /test | |
parent | 37a081b070f50383d257441678568aaf75c8d2fd (diff) |
Testsuite: additional crypto cypher useable
Seen on Fedora 21 / OpenSSL 1.0.1j-fips
Diffstat (limited to 'test')
-rw-r--r-- | test/confs/2102 | 1 | ||||
-rw-r--r-- | test/confs/2119 | 1 | ||||
-rw-r--r-- | test/confs/2132 | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/test/confs/2102 b/test/confs/2102 index 66cdfe74f..38441e9d6 100644 --- a/test/confs/2102 +++ b/test/confs/2102 @@ -36,6 +36,7 @@ check_recipient: deny hosts = HOSTIPV4 !encrypted = AES256-SHA : \ AES256-GCM-SHA384 : \ + AES128-GCM-SHA256 : \ IDEA-CBC-MD5 : \ DES-CBC3-SHA : \ DHE-RSA-AES256-SHA : \ diff --git a/test/confs/2119 b/test/confs/2119 index b68e6572b..de1cd2e22 100644 --- a/test/confs/2119 +++ b/test/confs/2119 @@ -35,6 +35,7 @@ check_recipient: deny hosts = HOSTIPV4 !encrypted = AES256-SHA:\ AES256-GCM-SHA384:\ + AES128-GCM-SHA256:\ IDEA-CBC-MD5:\ DES-CBC3-SHA:\ DHE-RSA-AES256-SHA:\ diff --git a/test/confs/2132 b/test/confs/2132 index 896166443..2b06d6c4a 100644 --- a/test/confs/2132 +++ b/test/confs/2132 @@ -35,6 +35,7 @@ check_recipient: deny hosts = HOSTIPV4 !encrypted = AES256-SHA : \ AES256-GCM-SHA384 : \ + AES128-GCM-SHA256 : \ IDEA-CBC-MD5 : \ DES-CBC3-SHA : \ DHE-RSA-AES256-SHA : \ |