diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2017-11-15 18:38:44 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2017-11-15 18:41:51 +0000 |
commit | 176cf342af83cab469cb3bbd24221c88c8e00bf6 (patch) | |
tree | d5ef15e9abe8fe73401d98b851f91dc46c630120 /test | |
parent | 1fa62f99a231e4ffcdd96ae8762b8dccf7136b4a (diff) |
Testsuite: force RSA auth for testcase loading dual certs
More recent OpenSSL versions (1.1.0) reasonably prefer ECDSA when available,
where older (1.0.2) preferred RSA
Diffstat (limited to 'test')
-rw-r--r-- | test/scripts/2100-OpenSSL/2102 | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/test/scripts/2100-OpenSSL/2102 b/test/scripts/2100-OpenSSL/2102 index e9fdbfdca..374f3a27f 100644 --- a/test/scripts/2100-OpenSSL/2102 +++ b/test/scripts/2100-OpenSSL/2102 @@ -1,5 +1,11 @@ # TLS server: general ops and certificate extractions -exim -DSERVER=server -bd -oX PORT_D +# +# NOTE: current OpenSSL libraries return faulty my-cert information +# when more than one is loaded, which the conf for this testcase does. +# As a result the expansion done and logged is misleading. +# +# Make RSA authentication the only acceptable +exim -d-all+tls -DSERVER=server -DORDER=RSA -bd -oX PORT_D **** client-ssl 127.0.0.1 PORT_D ??? 220 |