]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CI: scripts: build curl with ECH support
authorWilliam Lallemand <wlallemand@haproxy.com>
Wed, 17 Sep 2025 13:48:16 +0000 (15:48 +0200)
committerWilliam Lallemand <wlallemand@haproxy.com>
Thu, 25 Sep 2025 15:05:46 +0000 (17:05 +0200)
commit44b20e0b01aa3c56a868a18aabdb665f696fc32b
tree10305e822a3d603e7539a740753c8ec73ff782be
parent7aa9f5ec98436182b2b5ebeb57828d2daf27f20a
CI: scripts: build curl with ECH support

Add a script to build curl with ECH support, to specify the path of the
openssl+ECH library, you should set the SSL_LIB variable with the prefix
of the library.

Example:
   SSL_LIB=/opt/openssl-ech CURL_DESTDIR=/opt/curl-ech/ ./build-curl.sh
scripts/build-curl.sh [new file with mode: 0755]