diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2020-10-04 23:08:45 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2020-10-05 16:57:12 +0100 |
commit | 744170d4d3602fb5e1ade465d8da86b479b92f33 (patch) | |
tree | def1ee0c32a9270398cebe28e1d8c9b6d40c4a91 /test | |
parent | 261fc93208fb853e3f1ef78dd90a0b3d261e002f (diff) |
GnuTLS: when library too old for system CA bundle support, do not default options to using it
Diffstat (limited to 'test')
-rwxr-xr-x | test/runtest | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/runtest b/test/runtest index 7e9b5d74c..59184786b 100755 --- a/test/runtest +++ b/test/runtest @@ -1075,7 +1075,8 @@ RESET_AFTER_EXTRA_LINE_READ: next if /^TLS: preloading DH params for server/; next if /^Diffie-Hellman initialized from default/; next if /^TLS: preloading ECDH curve for server/; - next if /^ECDH OpenSSL [\d.+]+ temp key parameter settings:/; + next if /^ECDH OpenSSL [< ]?[\d.+]+ temp key parameter settings:/; + next if /^ECDH: .'*prime256v1'/; next if /^watch dir/; # TLS preload |