summaryrefslogtreecommitdiff
path: root/lisp/net/nsm.el
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* Improve `nsm-protocol-check--3des-cipher` docstringStefan Kangas2023-10-251-4/+4
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | Prefer locate-user-emacs-fileStefan Kangas2021-11-091-2/+1
|/
* ; Minor stylistic fixes found by checkdocStefan Kangas2021-09-161-4/+4
* Convert many more links to use HTTPSStefan Kangas2021-03-241-1/+1
* Fix nsm-should-check for "google.com" failureRobert Pluim2021-01-121-1/+1
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Merge from origin/emacs-27Glenn Morris2020-10-021-1/+1
|\
| * ; Fix many typos in symbols in docs and commentsStefan Kangas2020-10-021-1/+1
| * Move “Fix some broken conditional forms” to masterPaul Eggert2020-01-051-3/+3
* | Add lisp-data-mode for editing non-code Lisp dataJoão Távora2020-05-011-0/+1
* | Remove (or double) redundant backslashes in string literalsMattias Engdegård2020-01-241-3/+3
|/
* Fix some broken conditional formsPaul Eggert2020-01-041-3/+3
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Spelling fixesPaul Eggert2019-12-091-3/+3
* Extend network-interface-list to return IPv6 and network infoRobert Pluim2019-11-261-7/+8
* Don't error when comparing IPv4 and IPv6 addressesRobert Pluim2019-11-191-11/+15
* lisp/*.el: Fix typos and improve some docstringsJuanma Barranquero2019-10-201-3/+3
* * lisp/net/nsm.el: Use lexical-bindingStefan Monnier2019-09-271-34/+22
* Allow scrolling the NSM windowLars Ingebrigtsen2019-09-241-72/+98
* Further fix for network-security-protocol-checksLars Ingebrigtsen2019-09-051-1/+1
* Fix defcustom type of network-security-protocol-checksLars Ingebrigtsen2019-09-051-6/+1
* Don't check for :safe-renegotiation with TLS1.3Robert Pluim2019-09-041-5/+7
* Fix nsm for unencrypted connectionsRobert Pluim2019-09-041-1/+1
* Tweak gnutls-peer-status reportingPaul Eggert2019-08-231-1/+2
* Rename renamed nsm.el variables and functions backLars Ingebrigtsen2019-08-231-52/+50
* Move all NSM tests away from the `low' levelLars Ingebrigtsen2019-08-231-11/+11
* Fix too-long lines in nsm.elLars Ingebrigtsen2019-08-231-32/+37
* Merge remote-tracking branch 'origin/netsec'Lars Ingebrigtsen2019-08-231-303/+827
|\
| * Tweak the warning display to be less like a TLS decoding pageLars Ingebrigtsen2019-08-231-17/+56
| * Change nsm-should-check to look at local subnetsRobert Pluim2019-08-071-44/+41
| * Show full issuer and subject distinguished namesJimmy Yuen Ho Wong2018-07-141-37/+2
| * Full certificate chain details for NSMJimmy Yuen Ho Wong2018-07-141-34/+95
| * Add option to bypass NSM TLS checks on local networksJimmy Yuen Ho Wong2018-07-141-2/+74
| * Revamp Network Security manager checks for TLSJimmy Yuen Ho Wong2018-07-141-277/+667
* | Fix saving certificates in the NSM on high security levelsLars Ingebrigtsen2019-07-151-5/+0
* | Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\ \
| * | Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | | Merge from origin/emacs-26Glenn Morris2018-09-201-23/+28
|\| |
| * | Add choice to reshow certificate information (Bug#31877)Allen Li2018-09-161-23/+28
* | | Remove useless requires of subr-x at runtimeGlenn Morris2018-09-101-1/+1
| |/ |/|
* | Fix typo in sha1-intermediate checkLars Ingebrigtsen2018-07-081-1/+1
* | Fix spelling of "intermediate" (it's not "intermediary")Lars Ingebrigtsen2018-06-251-3/+3
* | Make the intermediary-sha1 check workLars Ingebrigtsen2018-06-251-6/+7
* | Make more TLS checks trigger on the default `medium' levelLars Ingebrigtsen2018-06-241-4/+28
* | Fix reverse test in previous check-inLars Ingebrigtsen2018-06-241-2/+2
* | Refactor the protocol NSM checks for flexibilityLars Ingebrigtsen2018-06-241-56/+77
|/