Hello,

On Mon, 31 Mar 2025 at 11:51, Daniel Stenberg via curl-library 
<curl-library@lists.haxx.se> wrote:
> ## experimental features
>
> Build curl with one or more of these features enabled, use them and make sure
> that they work the way you want to work and how the documentation says they
> work:
>
>   - SSL session import/export
>   - HTTPS RR
>   - ECH
>
> Submit issues when you find something wrong!

I've just uploaded curl "8.13.0~rc3-1+exp1" to Debian experimental with
HTTPS RR and SSL session import/export enabled. It will go live in the
repositories in a few hours from now.

Debian unstable users can try it out by installing curl from experimental and
non Debian users can use the Debian container:
$ podman run debian:experimental /bin/bash -c 'apt install --update -t 
experimental -y curl && curl --version'

Same if you use docker:
$ docker run debian:experimental /bin/bash -c 'apt install --update -t 
experimental -y curl && curl --version'

I couldn't enable ECH as that requires a fork of OpenSSL and GnuTLS doesn't
support it yet.

Cheers,

--
Samuel Henrique <samueloph>
-- 
Unsubscribe: https://lists.haxx.se/mailman/listinfo/curl-library
Etiquette:   https://curl.se/mail/etiquette.html

Reply via email to