/[emacs]/emacs/lisp/net/tls.el
ViewVC logotype

Diff of /emacs/lisp/net/tls.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by jas, Tue Oct 12 09:40:45 2004 UTC revision 1.5 by miles, Mon Nov 1 23:06:36 2004 UTC
# Line 67  after successful negotiation." Line 67  after successful negotiation."
67    
68  (defcustom tls-process-connection-type nil  (defcustom tls-process-connection-type nil
69    "*Value for `process-connection-type' to use when starting TLS process."    "*Value for `process-connection-type' to use when starting TLS process."
70      :version "21.4"
71    :type 'boolean    :type 'boolean
72    :group 'tls)    :group 'tls)
73    
74  (defcustom tls-success "- Handshake was completed"  (defcustom tls-success "- Handshake was completed"
75    "*Regular expression indicating completed TLS handshakes.    "*Regular expression indicating completed TLS handshakes.
76  The default is what GNUTLS's \"gnutls-cli\" outputs."  The default is what GNUTLS's \"gnutls-cli\" outputs."
77      :version "21.4"
78    :type 'regexp    :type 'regexp
79    :group 'tls)    :group 'tls)
80    
81  (defcustom tls-certtool-program (executable-find "certtool")  (defcustom tls-certtool-program (executable-find "certtool")
82    "Name of  GnuTLS certtool.    "Name of  GnuTLS certtool.
83  Used by `tls-certificate-information'."  Used by `tls-certificate-information'."
84      :version "21.4"
85    :type '(repeat string)    :type '(repeat string)
86    :group 'tls)    :group 'tls)
87    

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26