[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: ALPN support for GnuTLS connections
From: |
Eli Zaretskii |
Subject: |
Re: ALPN support for GnuTLS connections |
Date: |
Thu, 10 Oct 2024 19:23:07 +0300 |
> From: Robert Pluim <rpluim@gmail.com>
> Cc: emacs-devel@gnu.org
> Date: Thu, 10 Oct 2024 15:54:53 +0200
>
> Patch below. Works in my limited testing.
Thanks, but I think it will fail to link on MS-Windows, because you
didn't say the magic words to load gnutls_alpn_set_protocols from the
library and call the function through a function pointer.
Also, what about calling this out in NEWS?
- Re: ALPN support for GnuTLS connections, Robert Pluim, 2024/10/07
- Re: ALPN support for GnuTLS connections, Robert Pluim, 2024/10/10
- Re: ALPN support for GnuTLS connections, Richard Stallman, 2024/10/14
- Re: ALPN support for GnuTLS connections, Eric Marsden, 2024/10/15
- Re: ALPN support for GnuTLS connections, Richard Stallman, 2024/10/22
- Re: ALPN support for GnuTLS connections, Eric Marsden, 2024/10/31