Merge pull request #48 from jamescherti/develop

Add gnutls-verify-error and tls-checktrust
This commit is contained in:
James Cherti
2025-03-18 09:59:12 -04:00
committed by GitHub

View File

@@ -390,7 +390,9 @@ this stage of initialization."
(setq use-dialog-box nil))
;;; Security
(setq gnutls-min-prime-bits 3072)
(setq gnutls-verify-error t) ; Prompts user if there are certificate issues
(setq tls-checktrust t) ; Ensure SSL/TLS connections undergo trust verification
(setq gnutls-min-prime-bits 3072) ; Stronger GnuTLS encryption
;;; package.el
(setq use-package-compute-statistics minimal-emacs-debug)