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

Re: slowness in smtp tls



Masaru Nomiya wrote:
> 
> Another possibility.
> 
> Whuch starttls.el are you using?

Good question. Looks like the one from gnus (M-x locate-library starttls.elc):

(starttls-use-gnutls is true, and I have a gnutls-cli binary.)

;;; starttls.el --- STARTTLS functions

;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004,
;;   2005, 2006, 2007, 2008 Free Software Foundation, Inc.

;; Author: Daiki Ueno <ueno@unixuser.org>
;; Author: Simon Josefsson <simon@josefsson.org>
;; Created: 1999/11/20
;; Keywords: TLS, SSL, OpenSSL, GNUTLS, mail, news

...

;; This file now contains a combination of the two previous
;; implementations both called "starttls.el".  The first one is Daiki
;; Ueno's starttls.el which uses his own "starttls" command line tool,
;; and the second one is Simon Josefsson's starttls.el which uses
;; "gnutls-cli" from GNUTLS.

JDO