diff options
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 88453ed66..86fce4fdd 100644 --- a/test/confs/2102 +++ b/test/confs/2102 @@ -37,6 +37,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 31f143c57..646d506aa 100644 --- a/test/confs/2119 +++ b/test/confs/2119 @@ -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/2132 b/test/confs/2132 index 069249322..29822fab8 100644 --- a/test/confs/2132 +++ b/test/confs/2132 @@ -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 : \ |