emacs-devel
[Top][All Lists]
Advanced

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

Re: A couple of questions and concerns about Emacs network security


From: Eli Zaretskii
Subject: Re: A couple of questions and concerns about Emacs network security
Date: Mon, 09 Jul 2018 21:04:55 +0300

> From: Jimmy Yuen Ho Wong <address@hidden>
> Date: Mon, 9 Jul 2018 18:38:14 +0100
> Cc: Lars Ingebrigtsen <address@hidden>, Emacs-Devel devel <address@hidden>
> This is what (setq gnutls-min-prime-bits nil) means:
> 
> https://github.com/emacs-mirror/emacs/blob/master/src/gnutls.c#L1854

This still doesn't tell me what nil means:

  prime_bits            = Fplist_get (proplist, QCmin_prime_bits);
  [...]
  if (INTEGERP (prime_bits))
    gnutls_dh_set_prime_bits (state, XUINT (prime_bits));

If prime_bits is nil, we do nothing with it.  We only use it if it is
an integer.



reply via email to

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