]> git.eshelyaron.com Git - emacs.git/commit
Full certificate chain details for NSM
authorJimmy Yuen Ho Wong <wyuenho@gmail.com>
Tue, 10 Jul 2018 17:38:11 +0000 (18:38 +0100)
committerJimmy Yuen Ho Wong <wyuenho@gmail.com>
Sat, 14 Jul 2018 16:50:45 +0000 (17:50 +0100)
commit87484dc27ec7a6e708c7e0ceaf96bff1ee064174
tree6fe88ce6a09786a9540be92f78444fc274f3246e
parent682578fcf74d4598e39eca81e09d81810d3fc28d
Full certificate chain details for NSM

* lisp/net/nsm.el (nsm-check-tls-connection): Fix issue with plural
  problems in message.  Prefix every problem with a bullet.
  (nsm-query-user): Add new view the full certificate chain by
  pressing d.
  (nsm-format-certificate): Improve basic certificate and session info
  formatting.

* src/gnutls.c (emacs_gnutls_certificate_export_pem): New function.
  (gnutls_certificate_details): Rename to
  emacs_gnutls_certificate_details.  Add :pem to result list.
  (Fgnutls_format_certificate):  New function for formatting a PEM to
  human-readable text.
lisp/net/nsm.el
src/gnutls.c