Variable: nsm-tls-post-check-functions

nsm-tls-post-check-functions is a variable defined in nsm.el.gz.

Value

(nsm-save-fingerprint-maybe)

Documentation

Functions to run after checking a TLS session.

Each function will be run with the parameters HOST PORT STATUS SETTINGS and RESULTS. The parameters HOST PORT STATUS and SETTINGS are the same as those supplied to each check function. RESULTS is an alist where the keys are the checks run and the values the results of the checks.

Source Code

;; Defined in /usr/src/emacs/lisp/net/nsm.el.gz
(defvar nsm-tls-post-check-functions '(nsm-save-fingerprint-maybe)
  "Functions to run after checking a TLS session.

Each function will be run with the parameters HOST PORT STATUS
SETTINGS and RESULTS.  The parameters HOST PORT STATUS and
SETTINGS are the same as those supplied to each check function.
RESULTS is an alist where the keys are the checks run and the
values the results of the checks.")