]> git.ipfire.org Git - thirdparty/curl.git/commit
tests/http: configure test httpd to honor client cipher order
authorStefan Eissing <stefan@eissing.org>
Thu, 1 Aug 2024 14:16:55 +0000 (16:16 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 2 Aug 2024 06:32:34 +0000 (08:32 +0200)
commitf6cb3c63083ed210bfab76cebd250ee7a506bd94
tree9cbd3ce6203d4d56ef3225913d3f8e70247d374d
parent754acd1a9dc6a325b11c778540099906807356cc
tests/http: configure test httpd to honor client cipher order

Let the client, e.g. curl, influence the cipher selected in a TLS
handshake. TLS backends have different preferences and honor that
in httpd the same as Caddy does.

Also makes for a more fair compare of different TLS backends.

Closes #14338
tests/http/test_17_ssl_use.py
tests/http/testenv/httpd.py