From mboxrd@z Thu Jan 1 00:00:00 1970 Path: quimby.gnus.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.devel Subject: Re: Another update of GNU TLS bindings Date: Sat, 23 Feb 2002 21:27:41 +0100 Message-ID: References: <200202232021.g1NKL5c14803@aztec.santafe.edu> NNTP-Posting-Host: quimby2.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: quimby2.netfonds.no 1014496354 7006 195.204.10.66 (23 Feb 2002 20:32:34 GMT) X-Complaints-To: usenet@quimby2.netfonds.no NNTP-Posting-Date: 23 Feb 2002 20:32:34 GMT Cc: wmperry@gnu.org, emacs-devel@gnu.org Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby2.netfonds.no with esmtp (Exim 3.12 #1 (Debian)) id 16eiqP-0001ou-00 for ; Sat, 23 Feb 2002 21:32:33 +0100 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.33 #1 (Debian)) id 16eioK-00015h-00; Sat, 23 Feb 2002 15:30:24 -0500 Original-Received: from 178.230.13.217.in-addr.dgcsystems.net ([217.13.230.178] helo=yxa.extundo.com) by fencepost.gnu.org with esmtp (Exim 3.33 #1 (Debian)) id 16eilh-0000sz-00; Sat, 23 Feb 2002 15:27:41 -0500 Original-Received: from localhost.localdomain (yxa.extundo.com [217.13.230.178]) (authenticated bits=0) by yxa.extundo.com (8.12.2/8.12.2) with ESMTP id g1NKRTgl020172; Sat, 23 Feb 2002 21:27:29 +0100 Original-To: rms@gnu.org In-Reply-To: <200202232021.g1NKL5c14803@aztec.santafe.edu> (Richard Stallman's message of "Sat, 23 Feb 2002 13:21:05 -0700 (MST)") Original-Lines: 12 User-Agent: Gnus/5.090006 (Oort Gnus v0.06) Emacs/21.1.90 (i686-pc-linux-gnu) Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.5 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: quimby.gnus.org gmane.emacs.devel:1470 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:1470 Richard Stallman writes: > Wouldn't GNUTLS be a surprising place to find ssl.el? Wmperry's ssl.el > invokes OpenSSL (`start-process'). > > We will want to change it to use GNUTLS, that being our replacement > for OpenSSL. It does use GNUTLS, but since GNUTLS is a compile time option, it cannot be assumed to be available. Hence the addition of ssl.el which invokes OpenSSL as a fallback if GNUTLS was not compiled with Emacs. If GNUTLS is compiled into Emacs, OpenSSL is never used. _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://mail.gnu.org/mailman/listinfo/emacs-devel