Gitweb:
http://git.exim.org/exim.git/commitdiff/b770cfbe910d8819891d4e1c0338d94c031e0cc9
Commit: b770cfbe910d8819891d4e1c0338d94c031e0cc9
Parent: 7eb59ff94f571a06e5dab25e417979095d569495
Author: Jeremy Harris <jgh146exb@???>
AuthorDate: Sun Dec 14 18:58:45 2014 +0000
Committer: Jeremy Harris <jgh146exb@???>
CommitDate: Sun Dec 14 19:01:58 2014 +0000
Testsuite: additional crypto cypher useable
Seen on Fedora 21 / OpenSSL 1.0.1j-fips
---
test/confs/2102 | 1 +
test/confs/2119 | 1 +
test/confs/2132 | 1 +
3 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/test/confs/2102 b/test/confs/2102
index 88453ed..86fce4f 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 31f143c..646d506 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 0692493..29822fa 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 : \