emacs-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] GnuTLS support on Woe32


From: Christoph Scholtes
Subject: Re: [PATCH] GnuTLS support on Woe32
Date: Tue, 26 Apr 2011 21:57:13 -0600
User-agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.15) Gecko/20110303 Thunderbird/3.1.9

On 4/26/2011 9:35 PM, Ted Zlatanov wrote:

CS>  Can we make it behave like for any of the graphics dll's, where the
CS>  support might be enabled at compile time, but the dll must not
CS>  necessarily be present to use Emacs at all?

Sure, but someone with access to W32 machines would have to write and
test it, I can't.

I will take a look at that. I have access to Windows XP, Windows 7 and various flavors of GNU/Linux.

It depends on what version of Gnus and Emacs you are using.  If you're
using the trunk version of both, I think you want (nnimap-stream ssl),
but I honestly don't remember all the permutations before then.

Yes. I am using the trunk versions of both. `ssl' does not work, btw.

You can test that GnuTLS support works, in any case, with

(require 'gnutls)
(open-gnutls-stream "tls" "tls-buffer" "imap.gmail.com" "imaps")

Set `gnutls-log-level' to 1 to get details in *Messages*.

I get this:

gnutls.c: [1] (Emacs) allocating credentials
gnutls.c: [1] (Emacs) gnutls callbacks
gnutls.c: [1] (Emacs) gnutls_init
gnutls.c: [1] (Emacs) got non-default priority string: NORMAL
gnutls.c: [1] (Emacs) setting the priority string
imap.gmail.com certificate could not be verified.
gnutls.c: [1] (Emacs) certificate signer was not found: imap.gmail.com
gnutls.c: [1] (Emacs) certificate validation failed: imap.gmail.com
#<process tls>

and

* OK Gimap ready for requests from ...(my IP address I guess)

in the tls-buffer.

I am not sure if this means it is working or not.

Christoph




reply via email to

[Prev in Thread] Current Thread [Next in Thread]