emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: The netsec thread


From: Paul Eggert
Subject: Re: The netsec thread
Date: Tue, 3 Sep 2019 06:30:25 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.8.0

Robert Pluim wrote:
In a similar vein: TLS1.3 removed support for renegotiation, so should
the following in gnutls-peer-status be made conditional on TLS1.3
having not been negotiated?

   /* Renegotiation Indication */
   result = nconc2
     (result, list2 (intern (":safe-renegotiation"),
                     gnutls_safe_renegotiation_status (state) ? Qt : Qnil));

If the Lisp code doesn't care or need it and if it's easy to suppress, it'd make sense to do that, yes. I don't have an opinion since I don't know GnuTLS that well.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]