parent
7fc4447ef6
commit
157eb3e5da
1 changed files with 4 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue