diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2015-06-04 20:28:25 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2015-06-04 21:54:52 +0100 |
commit | b3ef41c94af9aefec7b6855cf2ce73ffeaba9d9a (patch) | |
tree | b4a58a99cfca03ab585d109fdf8484bf3b7f87fc /test/runtest | |
parent | 93893bd908c58f8d97b1847a5b1f933267de3058 (diff) |
TLS authenticator
Diffstat (limited to 'test/runtest')
-rwxr-xr-x | test/runtest | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/runtest b/test/runtest index c95e5a021..616ded37c 100755 --- a/test/runtest +++ b/test/runtest @@ -1375,6 +1375,9 @@ $munges = 'delay_1500' => { 'stderr' => 's/(1[5-9]|23\d)\d\d msec/ssss msec/' }, + 'tls_anycipher' => + { 'mainlog' => 's/ X=TLS\S+ / X=TLS_proto_and_cipher /' }, + }; |