gnutls-devel
[Top][All Lists]
Advanced

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

Re: GnuTLS 2.7.11 - release candidate 3 of GnuTLS 2.8.0


From: Andreas Metzler
Subject: Re: GnuTLS 2.7.11 - release candidate 3 of GnuTLS 2.8.0
Date: Tue, 19 May 2009 19:53:04 +0200
User-agent: Mutt/1.5.18 (2008-05-17)

On 2009-05-18 Simon Josefsson <address@hidden> wrote:
> A few build problems has been fixed, but nothing critical has been
> reported, so we are on track to release 2.8.0 within a week or so.

> Please test this release as if it were the new stable release.
[...]

Hello,

is it just me, or does the crq_key_id test take ages? It seems to need
_huge_ amounts of entropy to successfully complete. Here on my local
workstation it takes about 30 seconds (with constant intentional mouse
movements, the fasted way to gather entropy) to complete.

This patch works for me:
--------------------------------------
--- gnutls-2.7.11.orig/tests/crq_key_id.c       2009-05-11 18:15:43.000000000 
+0200
+++ gnutls-2.7.11/tests/crq_key_id.c    2009-05-19 19:44:58.000000000 +0200
@@ -55,6 +55,9 @@
 
   int ret;
 
+  /* initialize gcrypt explicitely */
+  gcry_check_version (NULL);
+
   gcry_control (GCRYCTL_ENABLE_QUICK_RANDOM, 0);
 
   ret = gnutls_global_init ();
--------------------------------------
cu andreas
-- 
`What a good friend you are to him, Dr. Maturin. His other friends are
so grateful to you.'
`I sew his ears on from time to time, sure'




reply via email to

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