index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
net
/
nsm.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
; Add 2024 to copyright years
Po Lu
2024-01-02
1
-1
/
+1
*
Improve `nsm-protocol-check--3des-cipher` docstring
Stefan Kangas
2023-10-25
1
-4
/
+4
*
; Add 2023 to copyright years.
Eli Zaretskii
2023-01-01
1
-1
/
+1
*
Merge from origin/emacs-28
Eli Zaretskii
2022-01-01
1
-1
/
+1
|
\
|
*
; Add 2022 to copyright years.
Eli Zaretskii
2022-01-01
1
-1
/
+1
*
|
Prefer locate-user-emacs-file
Stefan Kangas
2021-11-09
1
-2
/
+1
|
/
*
; Minor stylistic fixes found by checkdoc
Stefan Kangas
2021-09-16
1
-4
/
+4
*
Convert many more links to use HTTPS
Stefan Kangas
2021-03-24
1
-1
/
+1
*
Fix nsm-should-check for "google.com" failure
Robert Pluim
2021-01-12
1
-1
/
+1
*
Update copyright year to 2021
Paul Eggert
2021-01-01
1
-1
/
+1
*
Merge from origin/emacs-27
Glenn Morris
2020-10-02
1
-1
/
+1
|
\
|
*
; Fix many typos in symbols in docs and comments
Stefan Kangas
2020-10-02
1
-1
/
+1
|
*
Move “Fix some broken conditional forms” to master
Paul Eggert
2020-01-05
1
-3
/
+3
*
|
Add lisp-data-mode for editing non-code Lisp data
João Távora
2020-05-01
1
-0
/
+1
*
|
Remove (or double) redundant backslashes in string literals
Mattias Engdegård
2020-01-24
1
-3
/
+3
|
/
*
Fix some broken conditional forms
Paul Eggert
2020-01-04
1
-3
/
+3
*
Update copyright year to 2020
Paul Eggert
2020-01-01
1
-1
/
+1
*
Spelling fixes
Paul Eggert
2019-12-09
1
-3
/
+3
*
Extend network-interface-list to return IPv6 and network info
Robert Pluim
2019-11-26
1
-7
/
+8
*
Don't error when comparing IPv4 and IPv6 addresses
Robert Pluim
2019-11-19
1
-11
/
+15
*
lisp/*.el: Fix typos and improve some docstrings
Juanma Barranquero
2019-10-20
1
-3
/
+3
*
* lisp/net/nsm.el: Use lexical-binding
Stefan Monnier
2019-09-27
1
-34
/
+22
*
Allow scrolling the NSM window
Lars Ingebrigtsen
2019-09-24
1
-72
/
+98
*
Further fix for network-security-protocol-checks
Lars Ingebrigtsen
2019-09-05
1
-1
/
+1
*
Fix defcustom type of network-security-protocol-checks
Lars Ingebrigtsen
2019-09-05
1
-6
/
+1
*
Don't check for :safe-renegotiation with TLS1.3
Robert Pluim
2019-09-04
1
-5
/
+7
*
Fix nsm for unencrypted connections
Robert Pluim
2019-09-04
1
-1
/
+1
*
Tweak gnutls-peer-status reporting
Paul Eggert
2019-08-23
1
-1
/
+2
*
Rename renamed nsm.el variables and functions back
Lars Ingebrigtsen
2019-08-23
1
-52
/
+50
*
Move all NSM tests away from the `low' level
Lars Ingebrigtsen
2019-08-23
1
-11
/
+11
*
Fix too-long lines in nsm.el
Lars Ingebrigtsen
2019-08-23
1
-32
/
+37
*
Merge remote-tracking branch 'origin/netsec'
Lars Ingebrigtsen
2019-08-23
1
-303
/
+827
|
\
|
*
Tweak the warning display to be less like a TLS decoding page
Lars Ingebrigtsen
2019-08-23
1
-17
/
+56
|
*
Change nsm-should-check to look at local subnets
Robert Pluim
2019-08-07
1
-44
/
+41
|
*
Show full issuer and subject distinguished names
Jimmy Yuen Ho Wong
2018-07-14
1
-37
/
+2
|
*
Full certificate chain details for NSM
Jimmy Yuen Ho Wong
2018-07-14
1
-34
/
+95
|
*
Add option to bypass NSM TLS checks on local networks
Jimmy Yuen Ho Wong
2018-07-14
1
-2
/
+74
|
*
Revamp Network Security manager checks for TLS
Jimmy Yuen Ho Wong
2018-07-14
1
-277
/
+667
*
|
Fix saving certificates in the NSM on high security levels
Lars Ingebrigtsen
2019-07-15
1
-5
/
+0
*
|
Merge from origin/emacs-26
Paul Eggert
2018-12-31
1
-1
/
+1
|
\
\
|
*
|
Update copyright year to 2019
Paul Eggert
2019-01-01
1
-1
/
+1
*
|
|
Merge from origin/emacs-26
Glenn Morris
2018-09-20
1
-23
/
+28
|
\
|
|
|
*
|
Add choice to reshow certificate information (Bug#31877)
Allen Li
2018-09-16
1
-23
/
+28
*
|
|
Remove useless requires of subr-x at runtime
Glenn Morris
2018-09-10
1
-1
/
+1
|
|
/
|
/
|
*
|
Fix typo in sha1-intermediate check
Lars Ingebrigtsen
2018-07-08
1
-1
/
+1
*
|
Fix spelling of "intermediate" (it's not "intermediary")
Lars Ingebrigtsen
2018-06-25
1
-3
/
+3
*
|
Make the intermediary-sha1 check work
Lars Ingebrigtsen
2018-06-25
1
-6
/
+7
*
|
Make more TLS checks trigger on the default `medium' level
Lars Ingebrigtsen
2018-06-24
1
-4
/
+28
*
|
Fix reverse test in previous check-in
Lars Ingebrigtsen
2018-06-24
1
-2
/
+2
*
|
Refactor the protocol NSM checks for flexibility
Lars Ingebrigtsen
2018-06-24
1
-56
/
+77
|
/
[next]