mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
@ -85,11 +85,12 @@ base by `doom!' and for calculating how many packages exist.")
|
|||||||
;; than pulled, so packages are often out of date with upstream.
|
;; than pulled, so packages are often out of date with upstream.
|
||||||
|
|
||||||
;; security settings
|
;; security settings
|
||||||
gnutls-verify-error (not (getenv "INSECURE")) ; INSECURE is for integrated testing
|
gnutls-verify-error (not (getenv "INSECURE")) ; you shouldn't use this
|
||||||
tls-checktrust gnutls-verify-error
|
tls-checktrust gnutls-verify-error
|
||||||
tls-program (list "gnutls-cli --x509cafile %t -p %p %h"
|
tls-program (list "gnutls-cli --x509cafile %t -p %p %h"
|
||||||
;; less likely to be secure, but allow for backwards compatibility
|
;; compatibility fallbacks
|
||||||
"openssl s_client -connect %h:%p -no_ssl2 -ign_eof")
|
"gnutls-cli -p %p %h"
|
||||||
|
"openssl s_client -connect %h:%p -no_ssl2 -no_ssl3 -ign_eof")
|
||||||
|
|
||||||
use-package-always-defer t
|
use-package-always-defer t
|
||||||
use-package-always-ensure nil
|
use-package-always-ensure nil
|
||||||
|
Reference in New Issue
Block a user