gnutls-devel
[Top][All Lists]
Advanced

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

Re: Bug#448775: Uses too much entropy (Debian Bug #343085)


From: Werner Koch
Subject: Re: Bug#448775: Uses too much entropy (Debian Bug #343085)
Date: Tue, 11 Mar 2008 17:09:19 +0100
User-agent: Gnus/5.110007 (No Gnus v0.7)

On Sat,  8 Mar 2008 09:48, address@hidden said:

> but it looks like the mere presence of
> gcry_control (GCRYCTL_SET_RANDOM_SEED_FILE,filename)
> causes the crashes.

That should be easy to debug:

  void
  _gcry_set_random_seed_file( const char *name )
  {
    if (seed_file_name)
      BUG ();
    seed_file_name = gcry_xstrdup (name);
  }

I guess you are running the init code twice.  Isn't there any output to
stderr?


Shalom-Salam,

   Werner

-- 
Die Gedanken sind frei.  Auschnahme regelt ein Bundeschgesetz.





reply via email to

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