projects
/
exim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
57eb2f6
)
Testsuite: avoid recent-perl feature use
author
Jeremy Harris
<jgh146exb@wizmail.org>
Thu, 25 Apr 2019 17:41:52 +0000
(18:41 +0100)
committer
Jeremy Harris
<jgh146exb@wizmail.org>
Thu, 25 Apr 2019 17:41:52 +0000
(18:41 +0100)
test/runtest
patch
|
blob
|
blame
|
history
diff --git
a/test/runtest
b/test/runtest
index d15bc67267ee3dd991e71ab561e101b5c163728e..b6d419bbaa153ce63ad9d6e962c5481596e53842 100755
(executable)
--- a/
test/runtest
+++ b/
test/runtest
@@
-636,7
+636,7
@@
RESET_AFTER_EXTRA_LINE_READ:
/"TLS1.x:ke-"
. (defined($+{psk}) ? $+{psk} : "")
. (defined($+{auth}) ? $+{auth} : "")
- . "-AES256-SHAnnn:xxx"/ge
n
x;
+ . "-AES256-SHAnnn:xxx"/gex;
s/TLS1.2:RSA__CAMELLIA_256_GCM(_SHA384)?:256/TLS1.2:RSA_CAMELLIA_256_GCM-SHAnnn:256/g;
s/\b(ECDHE-(RSA|ECDSA)-AES256-SHA|DHE-RSA-AES256-SHA256)\b/ke-$2-AES256-SHAnnn/g;