emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master updated (b4d3a88 -> ac77e62)


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] master updated (b4d3a88 -> ac77e62)
Date: Thu, 22 Aug 2019 22:54:58 -0400 (EDT)

larsi pushed a change to branch master.

      from  b4d3a88   Enable sorting paragraphs when the final paragraph has no 
newline
      adds  a9f09f7   Check TLS certs against CRL
      adds  023f4c6   Set standard value of `gnutls-min-primes-bits' to nil
      adds  534a3d5   Revamp Network Security manager checks for TLS
      adds  682578f   Add option to bypass NSM TLS checks on local networks
      adds  87484dc   Full certificate chain details for NSM
      adds  fab6139   Show full issuer and subject distinguished names
      adds  e89c06e   Implement hostname->ip lookup function
      adds  adff0d5   Refactor getaddrinfo usage
      adds  f8d9d00   Add tests for network-lookup-address-info
      adds  93638b0   Add network-lookup-address-info description
      adds  742c234   Don't check unibyte hostnames for pure-ASCII
      adds  76662cc   fixup! Implement hostname->ip lookup function
      adds  bc1cf28   Change nsm-should-check to look at local subnets
      adds  29d485f   Tweak the warning display to be less like a TLS decoding 
page
       new  53cb3d3   Merge remote-tracking branch 'origin/netsec'
       new  ac77e62   Mention new NSM warnings


Summary of changes:
 doc/lispref/processes.texi |   15 +
 etc/NEWS                   |    6 +-
 lisp/net/gnutls.el         |   37 +-
 lisp/net/net-utils.el      |   75 ++-
 lisp/net/nsm.el            | 1130 ++++++++++++++++++++++++++++++++------------
 src/gnutls.c               |  190 +++++++-
 src/process.c              |  108 ++++-
 test/lisp/net/nsm-tests.el |   69 +++
 test/src/process-tests.el  |   29 ++
 9 files changed, 1327 insertions(+), 332 deletions(-)
 create mode 100644 test/lisp/net/nsm-tests.el



reply via email to

[Prev in Thread] Current Thread [Next in Thread]