Add GNUTLS feature detection to doom/am-i-secure
This commit is contained in:
parent
d5b84eee3d
commit
8f0268d9fc
1 changed files with 2 additions and 0 deletions
|
@ -58,6 +58,8 @@ selection of all minor-modes, active or not."
|
|||
"Test to see if your root certificates are securely configured in emacs."
|
||||
(declare (interactive-only t))
|
||||
(interactive)
|
||||
(unless (string-match-p "\\_<GNUTLS\\_>" system-configuration-features)
|
||||
(warn "gnutls support isn't built into Emacs, there may be problems"))
|
||||
(if-let (bad-hosts
|
||||
(cl-loop for bad
|
||||
in '("https://wrong.host.badssl.com/"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue