From 6388df0f76b88e9257debfd70eea29d9537a0ebf Mon Sep 17 00:00:00 2001 From: James Cherti <60946298+jamescherti@users.noreply.github.com> Date: Sat, 15 Mar 2025 08:31:51 -0400 Subject: [PATCH] Add gnutls-min-prime-bits --- early-init.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/early-init.el b/early-init.el index 8613c6f..d2075fd 100644 --- a/early-init.el +++ b/early-init.el @@ -389,6 +389,9 @@ this stage of initialization." (setq use-file-dialog nil) (setq use-dialog-box nil)) +;;; Security +(setq gnutls-min-prime-bits 3072) + ;;; package.el (setq use-package-compute-statistics minimal-emacs-debug)