unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Fabrice Popineau <fabrice.popineau@gmail.com>
To: emacs-devel@gnu.org
Subject: Emacs on windows and GnuTLS
Date: Fri, 1 Nov 2013 23:13:21 +0100	[thread overview]
Message-ID: <CAFgFV9Px1uq33vwKTOj9h3GnTn=Cn7RtYu1df7_rjdGw+T40GA@mail.gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 1409 bytes --]

Hi,

I wanted to check that GnuTLS is ok on my Emacs installation
and after doing:

(require 'gnutls)

(setq gnutls-log-level 2)
(open-gnutls-stream "tls" "tls-buffer" "imap.gmail.com" "imaps")

I find these annoying messages:

gnutls.c: [1] (Emacs) non-fatal error: Resource temporarily unavailable,
try again.
gnutls.c: [2] ASSERT: gnutls_buffers.c:1015

gnutls.c: [2] ASSERT: gnutls_buffers.c:508

gnutls.c: [1] (Emacs) non-fatal error: Resource temporarily unavailable,
try again.
gnutls.c: [2] ASSERT: gnutls_buffers.c:1015

thousands of times.

With a log level of 1 :

gnutls.c: [1] (Emacs) GnuTLS library loaded: libgnutls-28.dll
gnutls.c: [1] (Emacs) allocating credentials
gnutls.c: [1] (Emacs) setting the trustfile:
 c:/Local/Emacs/etc/ca-bundle.crt
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
gnutls.c: [audit] Note that the security level of the Diffie-Hellman key
exchange has been lowered to 256 bits and this may allow decryption of the
session data

gnutls.c: [1] (Emacs) non-fatal error: Resource temporarily unavailable,
try again. [981 times]
#<process tls>


This is with GnuTLS-3.1.12 and 3.1.16 / Emacs current trunk compiled with
MinGW64
I'm not sure it is even harmful.
Any idea what could be wrong there ?

Thanks and best regards,

Fabrice

[-- Attachment #2: Type: text/html, Size: 2072 bytes --]

             reply	other threads:[~2013-11-01 22:13 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-11-01 22:13 Fabrice Popineau [this message]
2013-11-03 11:33 ` Emacs on windows and GnuTLS Ted Zlatanov
2013-11-03 17:16   ` Fabrice Popineau
2013-11-04 16:20     ` Ted Zlatanov
2013-11-05  2:31       ` Ted Zlatanov
2013-11-05 11:59         ` Fabrice Popineau

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAFgFV9Px1uq33vwKTOj9h3GnTn=Cn7RtYu1df7_rjdGw+T40GA@mail.gmail.com' \
    --to=fabrice.popineau@gmail.com \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).